You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recruiters should be able to view a table to applicants that displays all of the data from the new applications summary endpoint DTO
Fake endpoint creation:
Create a fake endpoint in applications controller that returns placeholder data for the new applications summary endpoint DTO (userid [email], first/last name, date created, application, status, role)
Table creation:
create a table representation according to the applications summary endpoint DTO (one column for every type represented)
utilize React.js and Material UI (see resources below)
User story:
Fake endpoint creation:
Table creation:
The text was updated successfully, but these errors were encountered: