CodeForPhilly / CodeForPhilly/codeforphilly-ng
ops: publish codeforphilly-data-snapshot public repo (referenced in architecture.md but doesn't exist)
- Langage dominant
- TypeScript
- Étoiles
- 1
- Forks
- 1
- Merge moyen
- 5 j 3 h
- PR mergées (30 j)
- 9
Description
## What's missing
\`specs/architecture.md\` and \`specs/behaviors/storage.md\` both reference a **public scrubbed snapshot** of the data repo — \`codeforphilly-data-snapshot\` — that contributors can clone without needing access to the live production data. The snapshot is supposed to be produced by \`apps/api/scripts/scrub-data.ts\` and pushed periodically.
The scrubber script exists. The public snapshot repo does not.
## Fix shape
Two pieces:
1. **One-time:** create the \`CodeForPhilly/codeforphilly-data-snapshot\` public repo on GitHub; do the first \`scrub-data\` run; push the result.
2. **Recurring:** add a scheduled CI workflow (GitHub Action on a weekly cron, say) that runs the scrub + force-pushes a fresh snapshot tag. Probably lives in \`.github/workflows/\` in this repo since the script lives here.
## Why now
Pre-cutover-onboarding stories assume new contributors can clone the snapshot. If we leave the spec asserting the repo exists without it existing, new contributors hit a dead link.
Identified during the 2026-05-30 post-cutover-blog spec-drift audit.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par apps/api/scripts/scrub-data.ts et lisez les références dans specs/architecture.md et specs/behaviors/storage.md. Créez le dépôt public CodeForPhilly/codeforphilly-data-snapshot, exécutez le scrubber et poussez son résultat, puis ajoutez un workflow planifié sous .github/workflows/. La tâche est terminée lorsque le snapshot est public, initialement alimenté et actualisé chaque semaine avec un snapshot tag.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- github-actions, typescript
- Domaine
- data, devops
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 52/100