This repo is supposed to get statistics from Uber, Bold, Uklon to calculate performance of car cross this aggregators for fleet owners and provide reports via telegram bit for Drivers, Fleet Managers and Fleet Owners.
python manage.py runscript weekly
First of all you need create a telegram bot using https://t.me/BotFather and get TELEGRAM_TOKEN and export it to ENV variable in your console like:
export TELEGRAM_TOKEN=your token here
after run to start web server and your telgram bot:
honcho start
- Take an issue from the list https://github.com/SergeyKutsko/universal_auto/issues and ask questions
- Create a new branch from a master branch with the name in the format: issues-12-your_last_name
- After work is finished and covered by tests create a Pull Request with good description what exactly you did and how and add Sergey Kutsko as reviewer.
- After review fix found problems
- Manual QA stage need to be done by other person to confirm solutions works as expected
- We will deploy to staging server to confirm it works in pre-pod ENV
- Merge into master and deploy to production instance.