Grow a Garden 2 Wiki

Workflow

Grow a Garden 2 Data Review Process

The site should move fast, but every value still needs a source, confidence level, review state and changelog trail.

1

Raw note or source

Capture the exact player report, source URL, screenshot note, patch note or in-game observation before changing data.

Owner
Reporter
Output
Correction report with source and affected entity
2

Normalize data

Convert the report into the local schema: slug, value, confidence, checked date and source reference.

Owner
Editor
Output
Typed data patch in src/data
3

Review evidence

Check whether the source proves the change, whether the value conflicts with another page and whether confidence should change.

Owner
Reviewer
Output
Approved, rejected or needs-more-evidence decision
4

Publish and changelog

Update affected entity pages, add a changelog entry and run the data quality gate before deploying.

Owner
Publisher
Output
Static pages, sitemap and update log

Publish checklist

  • Correction report includes entity, proposed value and source URL.
  • Data item has updatedAt, confidence and at least one source.
  • Affected pages still have unique title and description.
  • Review queue item is closed or updated.
  • Update log records the change.
  • Live stock/weather changes come from pnpm live:update with a reviewed JSON snapshot.
  • Cloudflare Pages deploy config, GitHub Actions deploy workflow, security headers and apex-domain redirect are present.
  • pnpm validate:data, typecheck, lint, build and audit:goal pass.
  • After deployment, pnpm audit:external verifies the live domain, headers, sitemap, MX and community destinations.