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
When a user clicks the calculate average button on the MC screen, the MC average calculation will get run on the BE, posted to the DB and then appear on the MC screen.
Acceptance Criteria
Create an API to handle the MC average calculation
includes implentation
The text was updated successfully, but these errors were encountered:
Changed the env of oracle-api to test, fixed the access token issue so that I can test the APIs on Swagger(localhost)
Reorganized Java classes, successful Average API test on Swagger
Created a Test for Average API
Describe the task
When a user clicks the calculate average button on the MC screen, the MC average calculation will get run on the BE, posted to the DB and then appear on the MC screen.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: