CRUD Django app for DPD
Link - https://github.com/azegas/dpd
1 Intro
This Django app was created for me and my colleagues at DPD. Instead of writing delivered packages/stops/pickups on a piece of paper - do it inside this app. A perfect way to compare your salary slip to the actual work that you have done.
2 What is it for
The couriers are not happy with their salaries, they are not sure if they are calculated properly according to many factors that DPD tells about. This leads to couriers writing down numbers of packages they have delivered, collected, kilometers they have driven and so on.. Every day, after each shift. And all this additional work and accounting because they can not trust their employers. I thought I will create this app so it can be used by couriers to track their data easier and in one place.
3 How it works
A user logs in, gets a posibility to add a daily record with all the needed options for a courier. When he is done, a record is saved. It can also be edited if needed right on the website, no need to go to the django admin.
This is a django app that is hosted on github and heroku.
4 Docs
Learned a lot during this tutorial - https://www.youtube.com/watch?v=llbtoQTt4qw
GitHub link to the tutorial project - https://github.com/divanov11/Django-To-Do-list-with-user-authentication
Classy Class-Based Views. - http://ccbv.co.uk/
Built-in class-based views API - https://docs.djangoproject.com/en/3.1/ref/class-based-views/
Class based views? Users
Applied this tutorial for my own project.
5 Deploy
Excellent explanation of how to deploy django app with Heroku - https://www.youtube.com/watch?v=6DI_7Zja8Zc
Live website - https://dpd2022.herokuapp.com
6 Summary
Nice and useful little app. Would still be using it if I was working in DPD still.