Backend

Week 1

What We've Done?

  1. Created the backend base on Django.
  2. Created templates for web pages.
  3. Created database by SQLite3.
  4. Added admin user.
  5. Created forms.
  6. Create event model and calendar views.
  7. Added employee as user.
  8. Added function to show shift on the calendar page.
  9. Added function to create event, edit event, and delete event on the calendar page.
  10. Added search and navbar.
  11. Added the user registration.


What's the Next?

  1. Working on the implementation of event highlighting on the calendar.
  2. Working on the layout of web pages.