GSA / digitalgov.gov

Digital.gov: Better websites. Better government.
https://digital.gov
Other
214 stars 298 forks source link

Community Sidebar Events Links #7748

Closed lcummings12 closed 3 days ago

lcummings12 commented 2 weeks ago

Summary

Implemented a new partial, primary-communities.html to display the core COPs on any events page. Set the partial to display on community pages in the side bar.

Preview

[Link to Preview]()

Solution

The primary_communities partial filters and displays communities where the dg_highlight is set to true, signifying a "core" community. This partial is styled identitical to the get_related partial that this replaces.

How To Test

Proposed Change

Screen Shot 2024-06-28 at 1 13 57 PM

Production

Screen Shot 2024-06-28 at 1 14 43 PM
  1. Start a local server.
  2. Open any Event page
  3. Assure the only difference between the production site and local site is the core COP sidebar

Dev Checklist