Skip to content

Design and build new assessmentItem for dashboard

Antoine Estienne requested to merge designAssessmentItem into master

Feature Merge Request

Related Issue

resolves #181 (closed) and #176 (closed)

Description of Feature

Design component according to specs discussed in issue. Also, this implies adding new information to this view: meeting point, final grade and payout.

EDIT: This eventually means putting stored data in fetchAssessmentData, remove loading component from meetingPoint and instead put loading component with load:fetchAssessmentData wrapped around assessmentItems

EDIT2: payout and score for dashboard are not included, as we need to load this data on the dashboard first

EDIT3: load:fetchAssessmentData around assessmentItem is unnecessary because the dashboard is wrapped around fetchAllAssessments

Current state of figma (https://www.figma.com/file/d7IBsgXcicMhsgVmMHLBCRBB/Fathom-App)

Motivation and Context

It's about time to improve UX for the Dashboard

Screenshots, Code, Links

Capture_d_écran_2018-06-06_à_16.31.25

Capture_d_écran_2018-06-06_à_16.32.03

Capture_d_écran_2018-06-06_à_16.32.23

What's Next?

add the logic behind the design: add missing data from assessment that will be loaded by @djudjuu 's work

  • display payout and score when assessment is done

=> maybe payout for assessors and score for assessees?

  • properly reload data after its been edited in the 'meetingpoint' in assessmentView

Edited by Antoine Estienne

Merge request reports