City-of-Bloomington / drupal-module-onboard

Drupal module for integration with OnBoard
GNU General Public License v2.0
0 stars 1 forks source link

Link to reports in top navigation #37

Open inghamn opened 1 year ago

inghamn commented 1 year ago

Currently the reports are listed in the footer; however, we also implemented a route for listing the reports. As boards start publishing reports, the number of reports grows beyond what is reasonable to display in the footer (underneath the membership).

We should link to the reports route in the onboard_links.html.twig.

This requires an update to the JSON feed for committee info in OnBoard, though, since we do not know whether there are reports or not for the committee.

https://github.com/City-of-Bloomington/OnBoard/issues/334