fnitu / edu-hospice

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

Add dialog for homepage card #64

Closed ancutadaniel closed 2 years ago

ancutadaniel commented 3 years ago

When clicking on a card, a call must be done to: /api/courses/{id} The response fields will be shown in the card.

The exact fields and design is to be determined, the API will be updated following the decision of the exact fields.

When clicking the card, a query param should be added to the URL: https://www.digitalocean.com/community/tutorials/angular-query-parameters

This query param should not trigger the refresh of the route.

If you press F5 and go directly to a page with a query param set, the dialog should be automatically shown.

Please consider implementing the color scheme using the specification defined in issue: https://github.com/fnitu/edu-hospice/issues/98

fnitu commented 3 years ago

Please iterate through all the elements from userSectionDetails, in order to display all the sections for a course.

fnitu commented 3 years ago

Please update the layout with the specifications from design.

fnitu commented 3 years ago

Please make sure no other dialog styling is affected (such as the confirmation dialog from various places).

fnitu commented 3 years ago

Please a min width for the dialog.

Adrian-Moldovan commented 3 years ago

On the homepage In the course popup the course image should be removed.

Adrian-Moldovan commented 2 years ago

Please consider implementing the color scheme using the specification defined in issue: https://github.com/fnitu/edu-hospice/issues/98

Adrian-Moldovan commented 2 years ago

Issue implemented.