National Repository of Grey Literature 14 records found  1 - 10next  jump to record: Search took 0.03 seconds. 
Alternative Web Interface for Information System
Bínovský, Andrej ; Kocman, Radim (referee) ; Křivka, Zbyněk (advisor)
This thesis focuses on the development of a student forum platform aimed at integrating social interactions with the distribution of key school information for students. The goal is to display personalized posts related to the school at the right time while maintaining the attractiveness of the presentation through individual contributions. The key feature of the algorithm is its ability to customize school-related posts based on critical dates or statuses. The software implementation is done through a web interface using modern technologies, ensuring an optimal user experience. To address the task of personalizing academic posts, the thesis utilizes the application programming interface of school. However, this application programming interface is not entirely intended to provide information about the current status of students, such as changes in grades, current registration for exam or project deadlines. To address this challenge, an internal PostgreSQL database is utilized, which stores metadata about these pieces of information. These data are then integrated into the system, allowing for personalized posts. Additionally, the system offers real-time notification options via email, enabling professors to effectively respond to relevant student contributions.
Web Application for Managing a Community Greenhouse
Tsiareshkin, Ivan ; Materna, Zdeněk (referee) ; Bažout, David (advisor)
Tato práce se zabývá vývojem webové aplikace pro správu komunitního skleníku. Hlavním cílem je vytvoření manažerských funkcí, které jsou doplněny o intuitivní rozhraní odpovídající potřebám různých typů uživatelů. Práce podrobně popisuje všechny kroky vývojového procesu, včetně průzkumu a analýzy požadavků, návrhu, vyhodnocování uživatelského rozhraní, samotného vývoje a závěrečného testování. Diskutovány jsou také různé koncepty vývoje webových aplikací a je odůvodněn výběr konkrétních technologií. Celá aplikace je implementována v jazyce TypeScript s použitím Express.js a PostgreSQL pro back-end a Next.js pro front-end. Výsledkem je testovaná a optimalizovaná aplikace, která umožňuje uživatelům pohodlnou správu komunitního skleníku.
System for Support of Short-Term Car Rentals Based on Carsharing
Vrtal, Petr ; Bidlo, Michal (referee) ; Šimek, Václav (advisor)
The aim of this thesis is to create a system for the transformation of an ordinary passenger car into a vehicle capable of sharing in the form of short-term loans. Vehicle rentals are completely unattended, which was achieved by implementing service applications in the form of an administration and user tool. The administrative application was created using web technologies, primarily Next.js and React. The customer application was implemented with the goal of high portability, and therefore its development was directed to mobile platforms using the React Native framework and the Expo tool. The vehicle is equipped with its own designed IoT end device in the form of a printed circuit board, capable of permanent wireless connection to the network based on LTE-M technology and MQTT protocol. The purpose of this device is to provide current vehicle data obtained by reading communication on the CAN bus, connecting to a standard OBD-II diagnostic port. An important part of the work was the execution of a series of tests of all sub-aspects of the implemented architecture, focusing mainly on reliability, resulting functionality and user-friendliness. The resulting system was tested in real operation and represents a way of non-invasively transforming a regular passenger car into a car capable of sharing.
Implementation of a Computational Module into the Web Application
Niedoba, Marek ; Dobrovský, Ladislav (referee) ; Šomplák, Radovan (advisor)
This master's thesis focuses on the implementation of a computational module, developed at the Institute of Process Engineering at the Brno University of Technology, into the existing web application Popelka. This module will serve as a tool for evaluating the degree of municipal waste separation in basic territorial units in the Czech Republic. The theoretical part introduces the issue of waste management and other concepts important in the context of this thesis. It also describes the Popelka web application project, the course of its development, the technologies used, and its functionality. The practical part focuses on the specific implementation, appearance, and functionality of the new module.
Development of a user interface for the needs of management and registration when stopping vehicles
Kuric, Christian ; Dvořák, Jan (referee) ; Šeda, Pavel (advisor)
The bachelor thesis focuses on the development of a web application for the management of records of stopped vehicles in road traffic. The server side je implemented in Java and uses the Spring framework to process logic and communicate with the PostgreSQL database. The client side is implemented using Next.js, which is built on React and TypeScript. The application enables efficient manipulation and management of vehicle records, users, receive messages via mqtt protocol and work with them.
Industrial log server with data visualization
Asszonyi, Jakub ; Holasová, Eva (referee) ; Kuchař, Karel (advisor)
The thesis focuses on the complex design, development and implementation of an industrial logging server with integrated data visualization. The aim of the thesis was to conduct a research of the current state of the art in the field of operational and industrial technologies. The thesis also deals with basic data processing and presentation, where an analytical search of open-source tools for creating REST APIs was performed. The work includes the implementation of an industrial network simulation using the industrial Modbus protocol. The industrial logging server was developed in the Docker virtualization environment and is structured into four basic parts: a REST API (FastAPI), a user interface (Next.JS), a database (InfluxDB) and a server agent providing communication between the industrial network and the server (Telegraf). Furthermore, the paper discusses the security of the industrial server both in terms of unauthorized access to the database and user interface, and in terms of access to the server from the industrial network. In the last part of the thesis, testing of the server efficiency and functionality of all implemented parts has been done.
Application for Communication between Volunteers and Seniors
Pomkla, František ; Hynek, Jiří (referee) ; Bartík, Vladimír (advisor)
The Moudrá Síť app provides a platform for seniors and volunteer assistants to communicate and help seniors solve digital technology problems. The main goal of this project is to educate seniors and to increase their digital literacy. This thesis focuses also on technologies for web application development, the use of CRM systems for database development, Vercel web hosting, and web accessibility. Next, the basic principles and technologies for creating chatbots are presented. The result of the thesis is a functional web application already tested by seniors as well as a comparison of two chatbot solutions based on the GPT model and the Dialogflow platform using its knowledge base.
Development of a Web Invoicing Tool in a Corporate Environment
Bohdálek, Tomáš ; Svěrák, Tomáš (referee) ; Dydowicz, Petr (advisor)
The bachelor thesis focuses on the design and development of a web application for financial management in the company Proof & Reason, s.r.o. The company provides services in the field of digital products. The process of design and development of the application is based on the requirements of the company and analysis of the current solution, which will be replaced by this application. The frontend of the web application is implemented using the Next.js framework and the React.js and Material UI libraries. The application also communicates with the REST API which was already created by the company.
Use of Slack API for HeadlessCMS
Hruška, Jozef ; Burget, Radek (referee) ; Bartík, Vladimír (advisor)
The aim of this thesis is to create a content management system with open application interface (Headless CMS) and capability of content management inside Slack application. Installation and use of system does not require any configuration by user. Open (public) and closed (hidden) application interface is built following GraphQL specification. The public interface is read-only which means it is not possible to insert or modify data through this interface. The output of this work is a fully functional prototype implemented with tools as React and Node.js with focus on user-friendly interface.
Application for Communication between Volunteers and Seniors
Pomkla, František ; Hynek, Jiří (referee) ; Bartík, Vladimír (advisor)
The Moudrá Síť app provides a platform for seniors and volunteer assistants to communicate and help seniors solve digital technology problems. The main goal of this project is to educate seniors and to increase their digital literacy. This thesis focuses also on technologies for web application development, the use of CRM systems for database development, Vercel web hosting, and web accessibility. Next, the basic principles and technologies for creating chatbots are presented. The result of the thesis is a functional web application already tested by seniors as well as a comparison of two chatbot solutions based on the GPT model and the Dialogflow platform using its knowledge base.

National Repository of Grey Literature : 14 records found   1 - 10next  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.