Easy interaction of the dispatcher with the workers.
- Links on other parts of the project
- Problem Statement
- Idea / Solution
- Dependencies / Limitations
- Future Scope
- Setting up a local environment
- Technology Stack
- Authors
- Acknowledgments
- Hak21-Dispatcher - Dispatcher frontend.
- sheremetyevo_tasks - Workers frontend.
- Civfrovoi-Proriv-Back - Backend.
The main problem is that if there is snow on the ground, the airport can not send and receive flights.
is no tool to ensure fast and efficient snow removal at the airport.
-
There is no visualization of the snow removal process and the current status.
-
There is a need for a convenient tool for assigning tasks and monitoring their execution.
-
There is a need to calculate and assign the necessary resources for snow removal, depending on the weather situation
Our solution is based on simplifying job creation and worker management.
We want to improve the UI, refractor code. Make the dispatcher work more autonomously based on the flights of planes and the paths of people. Ability to track the state of snow by cameras
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Go Docker
Create File src/.env
for launch from docker:
CP_DATABASE_URL=root:examplepassword@tcp(db_container:3306)/coords?parseTime=True
CP_APP_PORT=8080
CP_AMQP_SERVER_URL=amqp://docker:docker@rabbit_container:5672/
RABBITMQ_DEFAULT_USER=docker
RABBITMQ_DEFAULT_PASS=docker
MYSQL_ROOT_PASSWORD=examplepassword
MYSQL_USER=docker
MYSQL_PASSWORD=docker
docker-compose up --build
Add notes about how to use the system.
- gRPC -A high performance, open source universal RPC framework
- Unity - The leading platform for creating interactive, real-time content
- Flutter -Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.
- @Kubirill - Idea & Initial work
- @0B1t322 - work
- @mentoster - work
- Thx to RtuItLab