DayInReview / day-in-review

Full Day In Review application
http://dayinreview.org
Apache License 2.0
2 stars 0 forks source link

Adds widget icon to dashboard for the Grades widget #48

Closed JimothyGreene closed 3 years ago

JimothyGreene commented 3 years ago

Problem

There was no way to access the grades widget without manually typing the URL

Solution

Add a widget icon to the dashboard page that links to the grades widget. Using the existing infrastructure, I only needed to add a description, change the icon, and add a link option in the Widget.js file.

Testing

I tested this by loading up the dashboard page and clicking the Grades icon. It then took me to the widget correctly where everything loaded properly.

Closes #47