Skip to content

Implement assessment card why view

Antoine Estienne requested to merge implementAssessmentCardWHYView into master

Feature Merge Request

Related Issue

relates to #371 (closed)

Motivation and Context

Assessment Cards have a why button, they should trigger a new Card view, with an explanation, depending on the context.

Implementation

  • Use a local state variable to let the user toggle a toggleWhy variable and replace the regular assessmentCard content with an explanation

  • modify linkButtons so that why is also displayed for current assessments and that the explanationCard gets the specific stage

  • Leave the actual content for later

Next


Edited by Antoine Estienne

Merge request reports