#44 · Public diff viewer — show what changed in last UAS data update
+140 pts on merge
Claim on GitLab
Submit a merge request that closes this issue to earn points on merge — bounties stack on the standard
+40 merge_pr award. New to the repo? See the
Contributing guide,
and Local Development & SSO
to run the app locally (
cp .dev.vars.example .dev.vars && pnpm dev, after rebasing on main) and fully test your change before opening the MR.
Description
Context
uxs-data is the canonical UAS dataset. Updates happen periodically. A public /diff/<timestamp> page showing what records were added/changed/removed builds trust and helps consumers (wiki, signal-bot) handle migrations.
Acceptance criteria
- [ ]
/difflists data update timestamps with summary (X added, Y changed, Z removed) - [ ]
/diff/<timestamp>shows per-record diff in a table - [ ] JSON API
/api/diff?since=<timestamp>for programmatic consumers - [ ] Data history kept for 1 year, older diffs garbage-collected
Technical hints
- Need a new D1 table
data_changespopulated by the existing update worker - Don't store full row snapshots — diffs are fine; reconstruct on demand
--- *Submit a merge request that says Closes #<this issue iid> in the description. On merge to main, the GitLab webhook will auto-award your bounty + the standard merge_pr (40 pts) to your scoreboard account. Email on commit must match your Authentik email.*
Relevant files
No relevant files linked yet.
Hints
No hints yet.
Activity
No points have been awarded for this bounty yet.
Comments
Sign in to join the discussion.
No comments yet. Be the first to weigh in.