Skip to content

Conversation

@dheshanm
Copy link
Member

This commit adds a new endpoint /assessments/:assessment/data/:variable to retrieve raw data for a specific assessment and variable. The code changes include

  • adding a new method allForAssessmentRaw to the AssessmentModel that fetches the raw data from the database and returns it in the response.
    • This endpoint will be used to fetch raw data for assessments in the frontend.

This commit adds a new endpoint `/assessments/:assessment/data/:variable` to retrieve raw data for a specific assessment and variable. The code changes include adding a new method `allForAssessmentRaw` to the `AssessmentModel` that fetches the raw data from the database and returns it in the response. This endpoint will be used to fetch raw data for assessments in the frontend.

Signed-off-by: Dheshan Mohandass <dheshan@mohandass.com>
@dheshanm dheshanm self-assigned this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants