UTDallasEPICS / ATC-Patient-Data

2 stars 0 forks source link

Student Search Page #72

Closed rigrergl closed 1 month ago

rigrergl commented 2 months ago
emoryjgrubbs commented 2 months ago

The functionality is mostly complete. It just needs to be updated to give the user's role and archive search type variables to the Search APIs. The page needs to fetch employee data based off the signed in user. And, the redirects need to be updated. UI needs to be created in tailwind.

TusharW4ni commented 1 month ago

The students page now shows a table of students with columns name and assigned employee. Name has student's first and last name together, and assigned employee shows that employee's first name. The search can search through student's first and last names. We can talk about also searching through assigned employees.

The page also has a toggle to search in archived students or not.

The page also has a component to add students. However, that form does not have validation. That needs to be worked on next. I will put this task on the done board, make a new task, and put the link here too for reference.

Edit: The related task is #77