Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of Events and Event Listing from Content Build #19811

Open
2 tasks
Tracked by #20017 ...
timcosgrove opened this issue Nov 6, 2024 · 2 comments
Open
2 tasks
Tracked by #20017 ...

Removal of Events and Event Listing from Content Build #19811

timcosgrove opened this issue Nov 6, 2024 · 2 comments
Assignees
Labels
CMS Team CMS Product team that manages both editor exp and devops

Comments

@timcosgrove
Copy link
Contributor

timcosgrove commented Nov 6, 2024

User Story or Problem Statement

As the CMS PM, I need to understand the scope and level of effort to remove events and event listing from content build.

Description or Additional Context

We would like to remove Events from Content Build publishing, so that we can see some speed gains in Content Build.

Main task is to identify all the things that will need to be modified in order for events/listings to be removed, maybe including but not limited to:

  • removing queries
  • modifying tests
  • modifying broken link checking to not check event links
  • making sure that the shared sitemap setup is working

Acceptance Criteria

  • A plan of action documented in Github to remove Events and Event Listing from Content Build.
  • An estimated level of effort needed to remove Events and Event Listing from Content Build.
@timcosgrove timcosgrove added Needs refining Issue status UX writing CMS team practice area labels Nov 6, 2024
@gracekretschmer-metrostar gracekretschmer-metrostar added CMS Team CMS Product team that manages both editor exp and devops and removed UX writing CMS team practice area labels Nov 6, 2024
@gracekretschmer-metrostar gracekretschmer-metrostar changed the title Spike: removal of Events from Content Build Spike: removal of Events and Event Listing from Content Build Nov 13, 2024
@gracekretschmer-metrostar

Next steps: nail down timing to remove events and event listing and scope out work for communication around removing events and event listing from content build.

@timcosgrove
Copy link
Contributor Author

The work for this is currently in a draft PR for Content Build: department-of-veterans-affairs/content-build#2368

This does the following:

  • removes Event and Event Listings queries from the 'get individual' and 'get all pages' queries
  • removes Event and Event Listing pages from the 'count' query
  • sets up the broken link checker with patterns to ignore. We do not want the broken link checker reporting any links to events as broken. The event pages are removed, so the broken link checker now skips checks to them. It is set up that additional patterns can be added at a later time.

@timcosgrove timcosgrove changed the title Spike: removal of Events and Event Listing from Content Build Removal of Events and Event Listing from Content Build Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMS Team CMS Product team that manages both editor exp and devops
Projects
None yet
Development

No branches or pull requests

2 participants