Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | Fix UI issues in moderator dashboard and slot templates | CruiseDevice | |
- change dashboard_index to moderator_dashboard in home.html - change nav to sidebar nav in moderator dashboard - fix sidebar nav padding in slot/new.html - experiment initiation and maping of sbhs to rpis - update sbhs_raspi/requirements.txt | |||
2018-10-08 | migrations | CruiseDevice | |
2018-10-08 | Flask API for sbhs devices | CruiseDevice | |
2018-10-08 | delete extra file | CruiseDevice | |
2018-10-08 | save details of the connected board | CruiseDevice | |
2018-10-08 | Merge branch 'dev' of https://github.com/CruiseDevice/sbhs_server into dev | CruiseDevice | |
2018-10-08 | Create Flask API for sbhs devices | CruiseDevice | |
2018-10-05 | update Django to 1.11.15 | CruiseDevice | |
2018-09-28 | 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 | add README.rst | CruiseDevice | |
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-09-28 | update gitignore | 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 | include sbhs.urls | CruiseDevice | |
- set MEDIA_URL and MEDIA_ROOT | |||
2018-08-20 | setup email configuration | CruiseDevice | |
- add widget_tweaks to INSTALLED_APPS | |||
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-08-20 | add django-widget-tweaks to requirements.txt | CruiseDevice | |
- for tweaking the form field rendering in templates. | |||
2018-08-10 | update .gitignore, requirements.txt | CruiseDevice | |
2018-07-25 | Create SBHS Django app | CruiseDevice | |
- create project called sbhs_server - create app called sbhs - add model classes to sbhs models | |||
2018-07-25 | Add requirements and gitignore file | CruiseDevice | |