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

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

Construct a graph correlating all tutors with each course #200

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 a class with all assigned tutors for this quarter so that I can visualize all tutors assigned to a course.

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: