You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initialize Match Service
* User: Remove extra fields
* Match: Implement /request routes
* Match: Move DB logic into repository.ts
* Match: Init message broker
* Match: Add endpoints and consumers
* Small fixes
* Fix minor typos
* Modify requests to use POST body rather than query params
* Ensure match request only finds requests within valid time
* Match: Use gateway
* Add Match Service
* Integrate matching into frontend
* Add handling for timeout and cancellation of match
* Fix dependency issues
* Ensure logging for each match request
* Fix recursive call to closeDialog()
Co-authored-by: Bryan Lee <[email protected]>
* Implement match frontend timer
* Fix one minute being defined as 20 seconds on match service
Co-authored-by: Bryan Lee <[email protected]>
* Integrate navbar
* Minor code clean up
* Reroute login to /matching
* Clean up match frontend code
* Reorder function declarations for finding match dialog
* Remove unecessary comments
* Add loading state for start matching button when initiating a match
* Adjust height of matching component
* Extend healthcheck time for broker
* Refactor match service: PUT /request
* Simplified the endpoint to solely reset the validity of the match request, removing any unnecessary code.
* Move match DB methods into repository.ts
* Add Match Service README
* Fix minor typos
* Fix DB calls not returning updated objects
* Enable tests for match service
* Clean up code
* Fix bug with clearing topics input on match page
* When clearing the input field, topics is temporarily set to null before the onClear event is emitted
* This causes hasQuestionsValidator to reference a null variable
* The fix is to add an additional Validators.required to prevent hasQuestionsValidator from firing before topics is set to an empty array
---------
Co-authored-by: McNaBry <[email protected]>
0 commit comments