MentorsWithoutBorders / mwb-partners-admin

Web app for MWB partners
0 stars 0 forks source link

Mentoring centers table - data #95

Open edmondpr opened 7 months ago

edmondpr commented 7 months ago

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

A list of mentoring centers with the following details will be made available at the /api/v1/centers endpoint:

If the logged in user is an admin, the centers for all organizations will be retrieved. If the user is an organization manager, only the centers for his/her organization will be retrieved. If the user is a center manager, only his/her center will be retrieved.

The status will be Up to date if the total of the respective center's expenses is less than or equal to the total amount of expenses paid. Otherwise, the status will be In progress.

The information displayed will take into consideration the search term (applicable to any of the columns).