Skip to main content
Backend
Week 1
What We've Done?
- Created the backend base on Django.
- Created templates for web pages.
- Created database by SQLite3.
- Added admin user.
- Created forms.
- Create event model and calendar views.
- Added employee as user.
- Added function to show shift on the calendar page.
- Added function to create event, edit event, and delete event on the calendar page.
- Added search and navbar.
- Added the user registration.
What's the Next?
- Working on the implementation of event highlighting on the calendar.
- Working on the layout of web pages.