Skip to content

Draft: (feat): Social Compass Module

Fausto Arcidiacono requested to merge social-compass-module-2105 into master

(feat): Social Compass Module

  • Created new Social Compass Module
  • Create new route to interact with the social compass module. The new route is available at /api/v3/social-compass and the new endpoints are the following:
    • GET /questions - to get the current set of questions and the current value for each of them
    • POST /answers - to store the answers to the questions when the user answers them the first time around
    • PUT /answers - to update the answers to the questions every time the user chooses to alter them

To Do

  • Need to write the spec files
  • Need to run test suite for regression
  • Need to check in sandbox environment once deployed

Note: Manual test has been done in local environment and the feature is working as intended.

Closes #2105 (closed)

Merge request reports