Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-02 | Merge branch 'dev' of https://github.com/maheshgudi/sbhs_server into dev | CruiseDevice | |
- Rebase changes. | |||
2018-11-02 | Modify show all webcam video feature | CruiseDevice | |
2018-11-01 | Modify show all webcam video feature | CruiseDevice | |
2018-11-01 | Make changes in README and add conditions in webcam views | CruiseDevice | |
2018-11-01 | Update documentation in README and Add webcam features in SBHS | CruiseDevice | |
- Admin can view all SBHS live feeds. - User can view their allocated live feed. - Request machine change modal fix in base.html. | |||
2018-10-31 | Change RASP_PI_IPS to SBHS_API_IPS in settings.py | CruiseDevice | |
- 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-31 | Fix advance slot booking issue | CruiseDevice | |
2018-10-30 | Change from localtime to now in views | CruiseDevice | |
2018-10-30 | Add LIMIT in settings | CruiseDevice | |
2018-10-30 | update requests to 2.20.0 | CruiseDevice | |
2018-10-30 | fix fetch_logs file issue | CruiseDevice | |
2018-10-30 | Add data files to the repo | CruiseDevice | |
2018-10-30 | Fix board reset in test_boards | CruiseDevice | |
2018-10-30 | remove widget_tweak and login_required from email activation view functions | CruiseDevice | |
2018-10-29 | update requirements.txt | CruiseDevice | |
2018-10-29 | Add credentials in settings. | CruiseDevice | |
2018-10-29 | Create separate button for testing boards | CruiseDevice | |
2018-10-29 | Add moderator features | CruiseDevice | |
- 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-26 | update slot booking functionality | CruiseDevice | |
- 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-26 | fix UI issues in website | CruiseDevice | |
- 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 | |||
2018-10-26 | add __str__ method for Experiment model | CruiseDevice | |
2018-10-26 | add UserBoard model to admin.py | CruiseDevice | |
2018-10-26 | add django-crispy-forms to requirements.txt | CruiseDevice | |
2018-10-25 | Uncheck Migrations files | CruiseDevice | |
2018-10-24 | update .gitignore | CruiseDevice | |
- ignore experiments dir | |||
2018-10-24 | Create experiment, moderator urls and update views | CruiseDevice | |
- 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-24 | create custom_filter for vacant_slot | CruiseDevice | |
2018-10-24 | Sbhs templates | CruiseDevice | |
2018-10-24 | Create FilterLogsForm and some changes in models.py | CruiseDevice | |
- 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 | |||
2018-10-24 | Sbhs static files | CruiseDevice | |
2018-10-09 | Modify sbhs connectors | CruiseDevice | |
- Modify sbhs module to connect to a given usb device - Add sbhs server class to map sbhs machines to usb URIs | |||
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 |