-
Notifications
You must be signed in to change notification settings - Fork 1
Description
A list of things that need to get done before we are "done" with the backend. Feel free to edit this to add/check off TODO's.
-
Syntax Parsing - Status: In Progress Bridge Connection #28
-
Parse
$env&$payloadinto their respective values -
Request Deconstructing - Status: In Progress Bridge Connection #28
-
Remove sensitive headers such as api keys from outbound requests prior to saving
-
EventWorker - Status: Completed Bridge Connection #28
-
Bridge 2 servers together
-
Deploy - Status: Completed
-
Will be deployed to EBS
-
Real World Test - Status: Not Started
-
I want us to each set up 2-3 connections and run about 50 total events each. I think 150 events would be a solid test to ensure everything is working as it should.
-
Bridge Activation - Status: Completed Add active boolean to bridge #27
-
bridge_controller#activate controller action
-
bridge_controller#deactivate controller action
Bite Size
- BridgeController#index needs to include number of events & the completed_at timestamp for the latest event.
- Set status code when event completed - Status: Completed
- Integrate Rollbar for error monitoring - Status: Completed Integrated Rollbar #54