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
|
|
- separate header, body and footer using css ids in base.html to avoid text hiding in header and footer
- remove unnecessary script tag and div tag from account/home.html
- use django-crispy-forms to fix design issues in password_change_form, user_registration_form and user_login_form
- fix UI issues in pages/info.html and pages_index.html
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- add datetimepicker widget while Slot creation
- create filterlogs form
- usb_id field in models
- save usb path of board in database
- create user board relation
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- 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
|
|
-dashboard templates
-templatetags
|
|
- Password reset
- dashboard skeleton for moderator
- Slot booking template
- Experiment views
- update settings.py
|
|
-delete commented code
|
|
-remove calendar
|
|
|
|
|
|
- UserLoginForm
- UserRegistrationForm
- SlotCreationForm
|
|
|
|
|
|
|
|
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
|
|
- create project called sbhs_server
- create app called sbhs
- add model classes to sbhs models
|