-
Notifications
You must be signed in to change notification settings - Fork 41
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
Investigate if we can automate pending rulemaking wagtail page #6580
Comments
As of version 5.1, "scheduled publishing" is handled in the pages Research this command: In order for scheduled publishing to work, one has to run
However, we can access the Wagtail Scheduled Publishing fields in template code ( Poposed solution (Working prototype was demoed in last Sprint Demo)
Future Work: Once we are on Wagtail <6.1, we can also implement a Banner |
Thanks @johnnyporkchops for your work on this. I have a question about what happens if there's multiple rulemakings that are listed with different opening and closing comment period dates? Would we have to edit the page and modify the listing separately? |
@patphongs No, the rulemaking CustomPage would not have to be manually edited. I demoed this scenario to the Content team and it is probably better to demo it again so you can see, rather than attempt to explain it in writing. |
Research has been logged in this ticket, ticket for implementation here |
Summary
What we're after:
We want to utilize Wagtail CMS’s scheduled publishing and unpublishing capabilities for the Pending Rulemakings page. This functionality will ensure timely updates by automating page visibility based on predefined dates and times, similar to the scheduling process for homepage banners.
Example of pending rulemaking page
Corresponding homepage banner for pending rulemaking comments
Related issues
Action items
Completion criteria
The text was updated successfully, but these errors were encountered: