- 10 Apr, 2020 23 commits
-
-
Krish Moodbidri authored
-
- Feat redirect - Fix redir logic
-
-
Krish Moodbidri authored
- Added a variable file (for credentials) vars.py thats referenced by run.py and tasks.py - added vars file to be used by run.py and tasks.py - fixed type Key to key - added username and password as variables - removed print statemt - removed credentials from file - removed trailing whitespace
-
Remove username value added, as well as the parameter username passed in render_template. Code cleanup - Remove username value added, as well as the parameter username passed in render_template - Removing unused functions and commented out lines
-
Created a celery task to start account creation and call producer script. Added new function to send socketio messages and message queue to match that of flask - Adding a process to start account creation process by calling flask_producer script - Added commented out sections to tasks for future use - Add a new function to send socketio messages to the client, and change the socketio message_queue to match the one from flask app
-
- Call modal show in displayloading function - Capturing the value of username(Blazerid) field
-
Captured username to create account.Added bootstrap template.Styling changes to footer. Altered wait message. - Remove duplicate line - Update URL to static files - Instead of hard-coded it, use `url_for`, function provided by flask, to generate the url - Add Bootstrap javascript support - Move footer section into body - Add Bootstrap modal in template - Remove notification window - Hide Bootstrap modal after account's ready - Alter wait message - Adding another field to the form to capture username to create account with - On connecting, send emit fuction to join_roon
-
Update url for font file in css font path in css is relative to css file itself, since we put them in the same folder, should be able to use just filename
-
-
- fix var in run.py - Romove old functions - Sending a message to the client webapp to start layover before starting celery task - Commenting out socketio emit before calling celery task - modify the message_queue in socketio app - Adding on_room fuction taht gets triggered when connection is made, and we need to join a room for the communcation to take place between client and server - Removing unused functions and commented out lines
-
-
- Begin celery implementation and call - Finish minor celery implementation
-
-
- Remove unused functions - (unstable) add room functionality for testing
-
-
- Fix tabs and remove validate create - Fix logo resizing issue
-
-
- Added overlay as a function - Clean whitespace in Signup.html - Fix variable convention
-
- Update readme - Fix readme format - Link tutorial in README - Update README.md - add image resource - Update readme - Update readme - Update README.md - Removed app_flow.png
-
-
- Add supervisor to requirements - Update requirements.txt - Trim requirements.txt
-
- Add timestamps to server logs - Add rough Todo comments for RabbitMQ implementation - Update imports - Add tutorial code with routing capability - Update comment - Complete base producer for ohpc/ood - Duplicate producer code for in app testing - Implement rabbitmq call option/script call option - Create placeholder functions for acct. creation. Remove producer - Check for creation - Remove sleep in creation. Define goals for confirm function
-
- 08 Apr, 2019 1 commit
-
-
nick authored
-