Skip to content
Snippets Groups Projects
  1. Apr 19, 2022
  2. Apr 11, 2022
  3. Nov 18, 2021
  4. Nov 12, 2021
  5. Apr 23, 2021
  6. Apr 22, 2021
  7. Mar 01, 2021
  8. Feb 26, 2021
  9. Feb 12, 2021
  10. Oct 02, 2020
  11. May 01, 2020
    • Bo-Chun Chen's avatar
      Added Bootstrap javascript support, made changes to the UI, altered wait message · 633397ce
      Bo-Chun Chen authored and Mitchell Moore's avatar Mitchell Moore committed
      - Add Bootstrap javascript support
      - Move footer section into body
      - Add Bootstrap modal in template
      - Call modal show in displayloading function
      - Remove notification window
      - Hide Bootstrap modal after account's ready
      - Alter wait message
      633397ce
    • Mitchell Moore's avatar
      Implemented celery to communicate with rabbitmq. Capture username and blazerid... · 742bda69
      Mitchell Moore authored
      Implemented celery to communicate with rabbitmq. Capture username and blazerid to create accoutn and send vis tasks.py (celery)
      
      - Make unique test username for debugging
      - Trim requirements.txt
      - Begin celery implementation and call
      - Finish minor celery implementation
      - Fix variable mixup. Log Room ID to client console
      - Adding a process to start account creation process by calling flask_producer script
      - Sending a message to the client webapp to start layover before starting celery task
      - Adding another field to the form to capture username to create account with
      - Capturing the value of username(Blazerid) field
      - Remove unused base_consumer.py and test_producer.py scripts
      742bda69
    • Mitchell Moore's avatar
      Implement rabbitmq calls to producer scripts. Check for account creation, remove sleep function · 0e7cc949
      Mitchell Moore authored
      - Duplicate producer code for in app testing
      - Implement rabbitmq calls option/script call option
      - Clean whitespace
      - Create placeholder functions for acct. creation. Remove producer
      - Check for creation
      - Remove sleep in creation. Define goals for confirm function
      - Fix variable convention
      - Update requirements.txt
      - Include asyncronous delay. Remove old validate method. Add rough global username exchange
      - Fix tabs and remove validate create
      - Fix logo resizing issue
      - Create unique session id and log to consile
      0e7cc949
    • Mitchell Moore's avatar
      Add detection of account creation, remove overlay and clear text when response... · 4c044deb
      Mitchell Moore authored
      Add detection of account creation, remove overlay and clear text when response recieved by Signup. Remove Jinja references and form in __init__.py
      
      - Fix error output
      - Remove page return
      - Remove Jinja references and form in __init__.py
      - Get basic form data passed
      - Clear text when response recieved
      - Create directory and pass username variable
      - Create refresh page function. Implement error handeling
      - Add detection of account creation
      - Remove overlay when creation succeeded
      4c044deb
    • Mitchell Moore's avatar
      Removed watchdog function, added fullname & reason for request account, fixes... · b23cf956
      Mitchell Moore authored
      Removed watchdog function, added fullname & reason for request account, fixes template issues and updated requirements.txt
      
      - Remove watchdog elements
      - Add reason field to form
      - Added mock sucess template and added to form
      - Fix typo
      - Make template functional
      - Fix templates
      - Delete request_recieved.html
      - Add fullname to file
      - Change success route name to request_sent
      - Update requirements/imports for socket.io
      - Edit script paths for local testing
      - Change dir and make default user
      - Introduce funtions (needs alteration)
      - Update all requirements
      b23cf956
    • Ishan Patel's avatar
      Removed unused functions from Signup. Edited reg failed error page. · 47b97e0a
      Ishan Patel authored and Mitchell Moore's avatar Mitchell Moore committed
      - Removed function from signup.html
      - Script fix
      - Basic function cleanup
      - Script src path fix
      47b97e0a
Loading