ucsb-cs156-s21 / proj-ucsb-cs-las

https://proj-ucsb-cs-las.herokuapp.com/
MIT License
2 stars 3 forks source link

Implement Graph to correlate tutors with previous course assignments #198

Open WadeVaresio opened 3 years ago

WadeVaresio commented 3 years ago

User Story

As a user with appropriate permissions I can view a graph that correlates the classes a tutor to all classes they have been assigned to so that I visualize a tutors previously assigned courses.

Discussion

As a team you will need to decide the appropriate user permissions to view this graph.

As a team you will need to determine if this component is appropriate to be apart of the "Tutor Assignment" page, or if a "Data Visualization" page should be created.

As a team you will need to discuss how the graph should be constructed, i.e. how edges should be constructed, how vertices should be constructed, should edges be labeled, etc.

Graph

The branch "wv-graph" in UCSB-courses-search demonstrates an example of constructing a graph, specifically this file

Here is a link to a deployed version of this branch.

Acceptance Criteria

Implementation Todos

Front end:

Back end: You should be able to get all of the needed information with existing endpoints to construct this graph, therefore there will likely be no backend implementation. ...

Testing: