greenguy33 / sustainKG

0 stars 0 forks source link

Week 8 Tasks #7

Open greenguy33 opened 3 years ago

greenguy33 commented 3 years ago

The main goal for this week is to establish a dashboard that certain higher-privileged users can use to access statistics about the student-generated graphs. The dashboard should be accessed by a button that only appears if the logged-in user is in a list of high-privileged users (i.e. the professor of the class)

The dashboard will be populated via statistics returned from the backend API. We will establish a call called /getGraphStatistics which will return data about the graphs. At this point, the dashboard can simply be a separate window that shows each user, the number of nodes in their graph, and the number of links in their graph. However, it should be able to be extended to have other features in the future.

Professor username: wmt4

User     Nodes     Links
user1     10        20
...

Other tasks:

Minor changes: