Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Admin can view all SBHS live feeds.
- User can view their allocated live feed.
- Request machine change modal fix in base.html.
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add form to update userboard.
- Management command for adding online boards.
- Add conditions for booking slots.
- Add features to test, update and reset boards.
|
|
- Only 2 slots can be booked in advance in a day
- No more than one slot to be booked for the current hour
|
|
|
|
- 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
|
|
- 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
|
|
- Password reset
- dashboard skeleton for moderator
- Slot booking template
- Experiment views
- update settings.py
|
|
|
|
- create project called sbhs_server
- create app called sbhs
- add model classes to sbhs models
|