uwasystemhealth / IndEAAv2

A web application that streamlines course review by industry advisory panels. A complete rewrite of https://github.com/uwasystemhealth/IndEAA
4 stars 1 forks source link

33 coordinator view frontend for course evaluation list #45

Closed chayG5 closed 2 years ago

chayG5 commented 2 years ago

Change Summary

Coordinator evaluation listing after logging in. Made a tab system. If a user is both a coordinator and reviewer then two tabs will be shown from which they can navigate. If a user is just a coordinator or reviewer only one tab will show. The reviewer listing still needs to be done (which I think there is a separate branch for). Archive button, create new evaluation button (no function for these two yet) and view button added. When view button clicked the user will be redirected to /course-evaluation/{id}.

github-actions[bot] commented 2 years ago

:white_check_mark: Result of Pytest Coverage

chayG5 commented 2 years ago

I have made the changes. @frinzekt can you please confirm that I have done the dynamic routing correctly.