Tesis Tecnologías de la Información
Permanent URI for this collectionhttp://repositorio.uta.edu.ec/handle/123456789/34849
Browse
6 results
Search Results
Item Sistema web basado en la arquitectura modelo vista controlador (MVC) para la gestión de fichas médicas de docentes y estudiantes de la unidad educativa González Suárez de la ciudad de Ambato(Universidad Técnica de Ambato. Facultad de Ingeniería en Sistemas, Electrónica e Industrial. Carrera de Tecnologías de la Información, 2024-02) Nuñez Guerrero, Jonathan Daniel; Chicaiza Castillo, Dennis VinicioCurrently most educational institutions have a medical department in which information of teachers and students is documented in a medical record in case of emergency to have an indication of how to act, since some teachers or students may have allergies to medications, pathologies, important diseases that could be critical to be treated within the institution. The objective of this research project is to improve the management of the documentation of medical records of teachers and students, so it is proposed to implement a web system based on the Model, View, Controller (MVC) architecture to manage the medical records of teachers and students of the Gonzalez Suarez Educational Unit located in the city of Ambato. The web system was implemented using the Laravel Framework, since it offers a solid and coherent MVC structure, which guarantees a clear separation of the business logic and a better organization of the code, it also has a wide range of tools and features that help speed up the development. The database manager used is MySQL, which guarantees efficiency and reliability in the storage of information. The methodology used for the development of the research project is the Agile Unified Process (AUP) methodology, in which there are four phases. The initiation phase focuses on establishing the objectives and scope of the system, the elaboration phase is where the use cases are identified and prioritized, the construction phase is responsible for implementing the solution and testing, and the transition phase is the final delivery of the system and its preparation for deployment and use by end users.Item Aplicación web con tecnología de realidad virtual para la gestión del proceso de ventas de autobuses en la empresa Ambabus(Universidad Técnica de Ambato. Facultad de Ingeniería en Sistemas, Electrónica e Industrial. Carrera de Tecnologías de la Información, 2024-02) Muñoz Suárez, Xavier Alejandro; Ibarra Torres, Oscar FernandoIn the current context, new technologies transform the way we interact with the world. For this reason, Ambabus proposes to be at the forefront through the development and implementation of an innovative web application. The main objective is to optimize the company's sales process, taking advantage of technological tools, in order to improve the customer experience. The web application was developed with technologies such as: Angular, Laravel and Bootstrap, and It follows the XP methodology to guarantee an agile development and user friendly. It also integrates with a MySQL database, that provides a robust platform to manage key information of customers, buses and sales. On the other hand, the central focus of the application is to optimize sales process time. It means that it seeks to reduce waiting times and improv the comprehensive management of clients and sales. In this way, the customer is allowed to virtually explore the buses before physically visiting the company, offering them a unique experience supporte d by virtual reality technology. Booking management is simplified through the app, with the ability to send email notifications after a customer books a bus. This component adds a level of coexistence for both clients and company staff, which facilitates an effective and timely communication. The choice of modern technologies and the adoption of agile development practices reflect the company's commitment to innovation and continuous improvement. For which it not only seeks to upgrade its internal operation, It also seeks to stand out in the market.Item Aplicación web usando contenedores para la gestión de cursos de actualización de conocimientos de estudiantes del Centro de Posgrados de la Universidad Técnica de Ambato(Universidad Técnica de Ambato. Facultad de Ingeniería en Sistemas, Electrónica e Industrial. Carrera de Tecnologías de la Información, 2024-02) Jiménez Bustamante, Bruno Rodrigo; Ibarra Torres, Oscar FernandoEl propósito de este proyecto fue automatizar los procesos de gestión de cursos de actualización de conocimientos del Centro de Posgrados de la UTA. Esto se llevó a cabo mediante la implementación de una aplicación Web, que tiene como objetivo simplificar y controlar de manera eficiente el proceso e información de estos cursos. Este enfoque quiere contribuir a que estudiantes se puedan matricular de manera ágil y así poder culminar co n sus estudios. La aplicación Web fue desarrollada utilizando contenedores en el cual se eligió la herramienta Docker para esta gestión luego de realizar una comparación de herramientas que permitían gestionar contenedores. Esto ayudo a un desarrollo del aplicativo ágil y eficiente además que se acoplo de manera sencilla con el framework Laravel el cual se utilizó para el desarrollo de la aplicación web. El uso de Laravel favoreció en gran medida en el desarrollo de la aplicación ya que ofrecía algunas ventajas como el manejo de usuarios y seguridad, una de estas era la facilidad de roles y permisos usando librerías propias, así mismo su midleware permitía proteger las vistas según los permisos que tenga del usuario además de su autentificación. Asimismo, se implementó la metodología XP, la cual desempeñó un papel importante en el avance del proyecto al favorecer un proceso de desarrollo ordenado y eficaz. Como resultado, se logró ofrecer un software de buena calidad que satisface de manera integr al todos los requisitos y expectativas del cliente.Item Aplicación web multiplataforma para la automatización de los procesos de gestión y control de información deportiva de la Liga Deportiva Cantonal Quero.(Universidad Técnica de Ambato. Facultad de Ingeniería en Sistemas, Electrónica e Industrial. Carrera de Tecnologías de la Información, 2023-09) Nuñez Lucero, Joselyn Lissette; Fernando Ibarra Torres, FernandoNowadays, organizations seek to systematize their manual processes through the use of new technologies and tools that help them improve their processes, reduce time, eliminate errors and improve customer satisfaction. This project was developed with the purpose of automating the processes of control and management of the information of players, teams and football championships of the Quero Cantonal Sports League, through the integration of a web application, which will simplify, streamline and control efficiently the information within the Sports League. With this, it was possible to improve the organization and coordination of soccer championships, game calendars, position tables, players, and also comply with the internal regulations of the Sports League. The web application was created and developed using the Angular (Frontend) and Laravel (Backend) frameworks, which allowed to streamline the development process and perform good programming practices thanks to the use of design patterns. In addition, the XP methodology was applied, which was of great importance for the development of the project, since it allowed an organized and efficient development and therefore provided quality software that meets all the requirements and expectations of the client.Item Aplicación web responsive para la gestión de historias clínicas y turnos en el consultorio médico Neira.(Universidad Técnica de Ambato. Facultad de Ingeniería en Sistemas, Electrónica e Industrial. Carrera de Tecnologías de la Información, 2023-03) Vasco Flores, Pamela Lissette; Ibarra Torres, FernandoThe use of responsive web applications have presented a boom as time goes by, so much so that most people prefer to keep in touch from their cell phones, leaving aside the computers. This project has the implementation of a responsive web system as a fundamental objective, the same that has different functions which are: manage all users who enter the system, separated by roles and each role has different views of the application, you can also manage all patients thus saving the necessary data of each one as well as prescribe their treatment and manage it, you can also manage all medical visitors who attend the medical office Neira, finally there is a full calendar where you can see the days, hours, weeks, months and years to properly manage a medical appointment that formerly were handled physically and without any control. The responsive web application was deployed in a Laravel language environment as BackEnd and with the help of Vue.js for the FrontEnd, Laravel has built-in Model View Controller (MVC), the same that helps the structure of the application in the part of data flow, the database manager used was MySQL that ensures security and accessibility to data while protecting the integrity of these, the implementation was performed on the CPanel server that provides free and paid version under the domain consulneira.com, for the control of the deliverables of each process required by the company for the development of the application, the Extreme Programming (XP) methodology was applied for an optimal management and development of the same, allowing all changes to be made in an adequate and organized manner.Item Sistema web aplicando Vue.js y Laravel para la gestión de comercialización de productos en la farmacia Farmared's N° 257(Universidad Técnica de Ambato. Facultad de Ingeniería en Sistemas, Electrónica e Industrial. Carrera de Tecnologías de la Información, 2022-03) Peña Guachimboza, Anthony Sebastian; Aldás Flores, Clay FernandoOver the years, the use of technology has become a fundamental tool in different companies and institutions, allowing them to manage the information storage and systematize different processes. Pharmaceutical companies are no exception, since most of them control computer systems that avoid the manual control of business processes and the product inventory can be handled accurately and quickly. This project aims to design a web system for the pharmacy Farmared’s 257, this pharmaceutical company currently manages a manual control of the process of buying and selling of goods. This allows us to take advantage of current technological tools providing greater security in the Information Handling and Storage. In addition, the implementation of the web system allowed the optimization of several resources within the business, such as the process of inventorying products, the meticulous purchases and sales control, customer registration, suppliers and laboratories, avoiding economic losses due to possible unintentional errors in getting the money back. The web system was made with the combination of two frameworks. Laravel version 8 for the back-end and Vue. js version 3 for the front-end of the system. In addition, the MySQL database engine was used and the application was later deployed on a Digital Ocean virtual server under the domain farmareds257. com. The Extreme Programming (XP) methodology was applied for the realization of the system in order to have control over the activities to be carried out through the elaboration of user stories. In addition, training on the use of the system was conducted, primarily for the staff of the pharmaceutical company who will handle it, and the user manual was handed out.