fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

User should be able to see the course registration status for the "Pending" tab #78

Closed fnitu closed 2 years ago

fnitu commented 3 years ago

There are only two situations:

Additionally, when the user registers for a course from the "Recommended" tab, he should be redirected to the "Pending" tab and the newly registered course should appear here, with the pending for approval status.

Right now, after a registration action, the user has to refresh the page in order to see new data in the dashboard.

Adrian-Moldovan commented 2 years ago

@irinmo @gabstoi we could use a bit of UI/UX magic on this issue

Adrian-Moldovan commented 2 years ago

The pending courses should have one of two statuses: Registration pending - "In asteptarea validarii" Payment pending - "In asteptarea platii"

@gabstoi please design the messages accordingly.

Please change color for payment pending status (not red). The red color should be used in the future for the rejected registered courses.

irinmo commented 2 years ago

https://www.figma.com/file/8NBzsIN3cwG0QpByxhlwS5/User---Continut-curs?node-id=930%3A261 https://www.figma.com/file/8NBzsIN3cwG0QpByxhlwS5/User---Continut-curs?node-id=930%3A279

irinmo commented 2 years ago

Screenshot 2021-11-22 at 18 07 06 Screenshot 2021-11-22 at 18 06 37

Adrian-Moldovan commented 2 years ago

@irinmo @gabstoi please provide a color scheme for: rejected - red waiting for payment - TBD finished - TBD

Adrian-Moldovan commented 2 years ago

Please

  1. Update the pending cards design accordingly to the UI specs
  2. Implement the rejected cards design accordingly to the UI specs

UI specs defined here: https://github.com/fnitu/edu-hospice/issues/98

Please use the CSS variables for color scheme already defined and specified in the issue

Adrian-Moldovan commented 2 years ago

Issue implemented