summaryrefslogtreecommitdiff
path: root/sbhs/views.py
AgeCommit message (Collapse)Author
2018-11-02Modify show all webcam video featureCruiseDevice
2018-11-01Make changes in README and add conditions in webcam viewsCruiseDevice
2018-11-01Update documentation in README and Add webcam features in SBHSCruiseDevice
- Admin can view all SBHS live feeds. - User can view their allocated live feed. - Request machine change modal fix in base.html.
2018-10-31Change RASP_PI_IPS to SBHS_API_IPS in settings.pyCruiseDevice
- Change RASP_PI_IPS to SBHS_API_IPS in settings.py - Host machine now has to be added in SBHS_API_IPS to be detected. - Add login_required decorator over experiment view function.
2018-10-31Fix advance slot booking issueCruiseDevice
2018-10-30Change from localtime to now in viewsCruiseDevice
2018-10-30fix fetch_logs file issueCruiseDevice
2018-10-30Fix board reset in test_boardsCruiseDevice
2018-10-30remove widget_tweak and login_required from email activation view functionsCruiseDevice
2018-10-29Create separate button for testing boardsCruiseDevice
2018-10-29Add moderator featuresCruiseDevice
- Add form to update userboard. - Management command for adding online boards. - Add conditions for booking slots. - Add features to test, update and reset boards.
2018-10-26update slot booking functionalityCruiseDevice
- Only 2 slots can be booked in advance in a day - No more than one slot to be booked for the current hour
2018-10-26add django-crispy-forms to requirements.txtCruiseDevice
2018-10-24Create experiment, moderator urls and update viewsCruiseDevice
- experiment initiation - create log_data of experiment - create graph from 1000 instance of log_data of particular mid - download user log_files - download zip of complete experiments directory which contains log_files of all the users - show all bookings in moderator dashboard - show all connected boards in moderator dashboard - test connected board if it is vacant. - fetch_logs from given time of each user. - seperate raspi_server from main server. - specify path for experiment logs and global logs
2018-10-08Fix UI issues in moderator dashboard and slot templatesCruiseDevice
- 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-09-28Slot booking and password reset functionality addedCruiseDevice
- Password reset - dashboard skeleton for moderator - Slot booking template - Experiment views - update settings.py
2018-08-20application views and its urlsCruiseDevice
2018-07-25Create SBHS Django appCruiseDevice
- create project called sbhs_server - create app called sbhs - add model classes to sbhs models