boostorg / boostorg/website-v2

Task: Post-Beta Entry to Wagtail Page Sync

Open
#2,605 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
18
Forks
28
Avg merge
2d 12h
Merged PRs (30d)
77

Description

## Goal

Implement a mechanism to sync entries created during the beta period to Wagtail pages after beta ends.

---

## Scope

Backend: entry-to-page sync strategy and implementation.

---

## Background

During the beta period, users on V2 create Entries while users on V3 create Wagtail Pages. Any entries created mid-beta need to be reconciled into Wagtail pages post-beta to prevent missing news items in the feed after launch.

---

## Acceptance Criteria

- All entries created during the beta period are synced to Wagtail pages post-beta.
- The sync is idempotent, running it multiple times does not create duplicate pages.
- Missing or failed entries are logged and surfaced for manual review.
---

## Out of Scope

- V3 legacy news feed removal (already completed)
---

## Notes

- This ticket is being tracked on the launch checklist.
- Unresolved entries at the end of the beta period are a bug risk, missing news items in the feed post-launch.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named in the issue. Start by locating the beta-period Entry data and the Wagtail page creation path, then define how to identify all beta entries, make synchronization idempotent, and surface missing or failed entries for review.

Written by the indexing model from the issue text.

Assessment

Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.