sef-global / scholarx-frontend

This is the frontend of the ScholarX
MIT License
5 stars 57 forks source link

Implement the admin dashboard - manage mentee applications view #32

Closed Madhawa97 closed 5 months ago

Madhawa97 commented 1 year ago

Description

As part of this issue, we need to create the admin dashboard - manage mentee applications view, which should closely match the provided mockup. This will provide the admins with a way to manage all the mentee applications with the functionalities for searching, filtering or changing status.

Tasks

  1. Set up the basic React components as required.
  2. Implement the layout and design of the admin dashboard - manage mentee applications view, following the provided mockup.
  3. Integrate the necessary components and assets to achieve the desired functionality and visual appearance.
  4. Ensure responsiveness and compatibility across different devices and screen sizes.

Mockup: https://www.figma.com/file/nehm2ff8aR7NkPerg39fK9/ScholarX-V2-%7C-Wireframes?type=design&node-id=1974-2687&mode=design&t=zBGgiYyW1foSirHq-4

image

Note: You may want to mock the API refer to the API doc to see the relevant details.

Acceptance Criteria