fnitu / edu-hospice

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

Admin quiz templates list #57

Closed fnitu closed 3 years ago

fnitu commented 3 years ago

Add a new quiz section on the admin dashboard, that will take you to a new page, that will contain the existing quiz list.

The fields displayed will be:

  1. Quiz name
  2. Quiz status (active/inactive) - it will be available for selection in the course creation page, initially inactive
  3. Number of assigned questions
  4. Last update (date)
  5. Creation date

A new icon should be provided by design.

You will also have a "New quiz" button in this page. The pre-requisite implementation from #58 should also be re-used here.

Related: https://github.com/danutchindris/edu-hospice-api/issues/127

fnitu commented 3 years ago

To be integrated with BE endpoint: https://edu-hospice-api.herokuapp.com/swagger-ui.html#/quiz-controller/getQuizzesUsingGET

API URL: /api/admin/quizzes

fnitu commented 3 years ago

Add hour to last update column, please.

fnitu commented 3 years ago

Please check if id is received from server.

DanNerghes commented 3 years ago

id-check

There is no id in quiz list response from server, yet.