UCF / Search-Service-Django

A django based REST API for accessing search data and related data management tools.
0 stars 0 forks source link

Site Navigation #416

Open jmbarne3 opened 9 months ago

jmbarne3 commented 9 months ago

Add a navigation bar to all views within the communicator dashboard, with the following items:

  1. A link to the dashboard page (Dashboard)
  2. A link to all programs (ProgramListing)
  3. A link to all programs that have no description (ProgramListing)
  4. A link to all programs that have no custom description (ProgramListing)
  5. A link to all programs that have no career paths (ProgramListing)

In addition, add badges with the count for each program listing link. This actually removes the need to have to large boxes in the program listing view, as these stats will always be available within the navigation bar.