Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | migrations | CruiseDevice | |
2018-10-08 | save details of the connected board | CruiseDevice | |
2018-10-08 | Create Flask API for sbhs devices | CruiseDevice | |
2018-09-28 | SBHS class which communicates with the device | CruiseDevice | |
- get_usb_devices - connect_devices - create map of sbhs to usb - setHeat, setFan, setTemp - get machine id - reset board - create log files with sbhs readings | |||
2018-09-28 | -password reset templates | CruiseDevice | |
-dashboard templates -templatetags | |||
2018-09-28 | Slot booking and password reset functionality added | CruiseDevice | |
- Password reset - dashboard skeleton for moderator - Slot booking template - Experiment views - update settings.py | |||
2018-09-28 | minor changes in models.py | CruiseDevice | |
-delete commented code | |||
2018-09-28 | some minor changes in forms.py | CruiseDevice | |
-remove calendar | |||
2018-09-28 | migrations | CruiseDevice | |
2018-08-20 | static and template files | CruiseDevice | |
2018-08-20 | Application forms | CruiseDevice | |
- UserLoginForm - UserRegistrationForm - SlotCreationForm | |||
2018-08-20 | add send email and email verify decorator | CruiseDevice | |
2018-08-20 | django migrations | CruiseDevice | |
2018-08-20 | application views and its urls | CruiseDevice | |
2018-08-20 | create app models and register them in admin site | CruiseDevice | |
Models: - Profile - Slot - Experiment - Board - add create_group method for creating moderator group - create create_group command for creating moderator group - register model in admin site - delete Booking model | |||
2018-07-25 | Create SBHS Django app | CruiseDevice | |
- create project called sbhs_server - create app called sbhs - add model classes to sbhs models |