Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard - map details #49

Open
edmondpr opened this issue Jul 21, 2023 · 0 comments
Open

Dashboard - map details #49

edmondpr opened this issue Jul 21, 2023 · 0 comments
Assignees
Labels

Comments

@edmondpr
Copy link
Member

edmondpr commented Jul 21, 2023

Design: https://www.figma.com/file/DgrKZX9mS13Zgf7k5pZ1WT/Partner-web-app?type=design&node-id=727-66&mode=design&t=IrpaeVusdRlOAZoD-4

A list of students who have participated in at least one course during the selected year will be shown for each country when clicking on the pin corresponding to that country. The country name will be in the body of the API request.
The following details will be shown:

  • country name (title)
  • organization name (subtitle)
  • students' full names for each organization + links to their last video testimonials

When zooming in, if the cities are visible on the map, the list of students for each city will be shown when clicking on the pin corresponding to that city. The country and the city name will be in the body of the API request.
The following details will be shown:

  • city name (title)
  • organization name (subtitle)
  • students' full names for each organization + links to their last video testimonials

When zooming in even more, if there is enough space on the map to show the locations of each organization's centers within the cities' areas, the list of students for each center will be shown when clicking on the pin corresponding to that center. The country and the city name will be in the body of the API request, together with the center ID.
The following details will be shown:

  • organization name (title)
  • center name (subtitle)
  • students' full names for the selected center + links to their last video testimonials

The list of students will be retrieved from the /api/v1/partners/{partner_id}/dashboard/students endpoint.

If the view mode is set to All MWB participants, the endpoint will be /api/v1/partners/dashboard/students.

@edmondpr edmondpr changed the title Dashboard map details Dashboard - map details Jul 23, 2023
@Mohmed-Refaay Mohmed-Refaay self-assigned this Aug 20, 2023
@Mohmed-Refaay Mohmed-Refaay linked a pull request Sep 5, 2023 that will close this issue
@gsanikidze gsanikidze self-assigned this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants