<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>Tecnologia em Análise e Desenvolvimento de Sistemas</title>
<link href="http://memoria.ifrn.edu.br/handle/1044/1092" rel="alternate"/>
<subtitle/>
<id>http://memoria.ifrn.edu.br/handle/1044/1092</id>
<updated>2026-05-15T06:52:58Z</updated>
<dc:date>2026-05-15T06:52:58Z</dc:date>
<entry>
<title>CAPRICHA AÍ: APLICATIVO MÓVEL COMO ESTÍMULO À INCLUSÃO DIGITAL DE VENDEDORES INFORMAIS DO SETOR ALIMENTÍCIO EM CIDADES DO INTERIOR BRASILEIRO</title>
<link href="http://memoria.ifrn.edu.br/handle/1044/3215" rel="alternate"/>
<author>
<name/>
</author>
<id>http://memoria.ifrn.edu.br/handle/1044/3215</id>
<updated>2026-04-28T11:30:40Z</updated>
<published>2026-02-27T00:00:00Z</published>
<summary type="text">CAPRICHA AÍ: APLICATIVO MÓVEL COMO ESTÍMULO À INCLUSÃO DIGITAL DE VENDEDORES INFORMAIS DO SETOR ALIMENTÍCIO EM CIDADES DO INTERIOR BRASILEIRO
It is well known that digital marketing has expanded income generation alternatives in Brazil, especially in the food sector, impacting not only the socioeconomic dynamics of urban centers, but also that of rural cities. Even so, most of the most popular digital platforms in this sector, nationwide, require entrepreneurs to have a National Register of Legal Entities  (Cadastro Nacional da Pessoa Jurídica – CNPJ) as an entry requirement. Therefore, although micro-entrepreneurs in the food sector may also face bureaucratic barriers to maintain business formalization and access delivery applications, this work is dedicated to investigating factors that contribute to the strengthening of digital exclusion of an economic-institutional nature that affects informal sellers, as well as proposing a technological solution that minimizes the impasse. Therefore, the methodology adopted was characterized as applied, with a mixed approach, based on bibliographical survey and field research carried out with 37 consumers and 12 informal sellers from the food sector in the city of Nova Cruz – RN, in addition to iterative and incremental development, culminating in the creation of the mobile application called Capricha AÍ. Therefore, the study highlighted the potential of the technological solution to reduce the digital exclusion identified in the target audience, although continuous research is needed for validation.
</summary>
<dc:date>2026-02-27T00:00:00Z</dc:date>
</entry>
<entry>
<title>Desafios na interação com chatbots: um estudo de caso do Flaychat em contexto simulado de atendimento</title>
<link href="http://memoria.ifrn.edu.br/handle/1044/3203" rel="alternate"/>
<author>
<name/>
</author>
<id>http://memoria.ifrn.edu.br/handle/1044/3203</id>
<updated>2026-04-06T18:00:40Z</updated>
<published>2026-02-11T00:00:00Z</published>
<summary type="text">Desafios na interação com chatbots: um estudo de caso do Flaychat em contexto simulado de atendimento
The digital transformation has significantly changed human interactions and customer service processes across various sectors, driving the adoption of tools based on Artificial Intelligence (AI), such as chatbots. These automated systems have been widely implemented by companies and institutions for providing agility, availability, and reduced operational costs. However, their use does not always ensure a satisfactory experience for all users, especially for individuals with low digital literacy, who face difficulties in understanding and interacting with these technologies. This study aims to analyze the challenges faced by users with different levels of digital literacy when interacting with chatbots, seeking to understand the factors that influence the efficiency and accessibility of these systems. The research is characterized as qualitative, descriptive, and developed through a case study involving the creation of a fictitious Internet provider chatbot, implemented on the FlyChat platform, a local tool developed by a programmer from the city of Nova Cruz and used in some local businesses. Data collection was carried out through practical interactions with two groups of participants — one with low digital literacy and another with greater technological familiarity — followed by the application of a Likert-scale questionnaire, which evaluated perceptions regarding message clarity, ease of use, overall satisfaction, and preference between human and automated service. The results showed significant differences between the groups: users with higher digital literacy presented higher agreement averages in all aspects, while participants with lower technological proficiency demonstrated difficulties in understanding, insecurity, and a greater preference for human assistance. The analysis revealed that the efficiency of the chatbot is directly related to the users’ level of digital literacy. It is concluded that, although FlyChat proved to be functional and accessible for basic tasks, digital inclusion requires more than mere access to technology, demanding conversational interfaces designed to accommodate different literacy levels and to promote equitable and humanized use of digital services.
</summary>
<dc:date>2026-02-11T00:00:00Z</dc:date>
</entry>
<entry>
<title>Desenvolvimento e Refatoração de um Módulo de Gestão de Urgências Médicas com Base em um Processo de Software Adaptado</title>
<link href="http://memoria.ifrn.edu.br/handle/1044/3131" rel="alternate"/>
<author>
<name/>
</author>
<id>http://memoria.ifrn.edu.br/handle/1044/3131</id>
<updated>2026-02-20T14:00:51Z</updated>
<published>2026-02-03T00:00:00Z</published>
<summary type="text">Desenvolvimento e Refatoração de um Módulo de Gestão de Urgências Médicas com Base em um Processo de Software Adaptado
Efficient management of emergency care in public health units depends directly on the organization of care flows and the proper use of information systems. In this context, this study aims to develop and analyze the implementation of an emergency module in a health management system, seeking to improve the registration, monitoring, and organization of provided services. This research is classified as applied, with a qualitative approach, using the case study method conducted in a&#13;
public health unit in the state of Rio Grande do Norte. Software engineering practices were adopted in the development process, including requirements gathering, process modeling, and the definition of functionalities through user stories. The system was designed to organize the care flow, prioritize patients according to established criteria, and improve information traceability. The results indicate that the proposed solution contributes to greater control of emergency care, reduction of&#13;
inconsistencies in records, and support for decision-making by healthcare professionals. It is concluded that properly designed information systems can positively impact the management of emergency services, providing greater operational efficiency and improved quality of care for the population.
</summary>
<dc:date>2026-02-03T00:00:00Z</dc:date>
</entry>
<entry>
<title>Implementação de testes automatizados de interface de usuário em sistema web frontend em angular usando CYPRESS</title>
<link href="http://memoria.ifrn.edu.br/handle/1044/3130" rel="alternate"/>
<author>
<name/>
</author>
<id>http://memoria.ifrn.edu.br/handle/1044/3130</id>
<updated>2026-02-20T13:30:39Z</updated>
<published>2026-01-27T00:00:00Z</published>
<summary type="text">Implementação de testes automatizados de interface de usuário em sistema web frontend em angular usando CYPRESS
Software testing is a fundamental practice to ensure efficiency in test execution and re-&#13;
execution, especially in frontend systems, which require validation of both internal logic and&#13;
direct user interaction. This work presents the implementation of automated user interface&#13;
tests using the Cypress framework in an educational web system developed with Angular,&#13;
used in the Rich Interface Applications course. Initially, a theoretical review was conducted&#13;
on the main concepts related to software quality, black-box testing, automated testing, and&#13;
tools used in frontend development. Subsequently, the Account application is presented,&#13;
describing its component structure, technologies, and employed tools. Afterwards, the&#13;
implementation of automated tests is detailed, including the specification of test cases,&#13;
the application of best practices, the use of custom commands, environment variables,&#13;
and stable selectors, as well as the implementation of data mocks. The results obtained&#13;
demonstrate that Cypress presents an accessible learning curve and ease of adoption,&#13;
enabling the efficient creation and maintenance of automated tests. In addition, the use of&#13;
the tool contributed to the adoption of development best practices, especially with regard&#13;
to the standardization and organization of components and selectors aimed at improving&#13;
application testability. Finally, the tests were integrated into a continuous integration&#13;
pipeline, enabling automated execution during the development process and contributing&#13;
to continuous system verification.
</summary>
<dc:date>2026-01-27T00:00:00Z</dc:date>
</entry>
</feed>
