Explorer: export event artifacts #142
Labels
No labels
area:ai
area:ci-cd
area:notifications
area:observability
area:public-pages
backlog
bug
duplicate
enhancement
help wanted
invalid
question
type:decision
type:feature
type:infra
type:maintenance
type:security
v1.0.1
v1.1.0
v1.2.0
v1.3.0
v2.0.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/WeatherBot#142
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #22. Answers the "which artifacts should be exportable?" open question.
Tasks
app/services/feeds.pyalready builds RSS and ICS, and/p/{location_id}.jsonalready exists, so the conventions are established.visible_location_filterrather than filtering after the fact.Picking this up, stacked on the radar loops (#140, PR #173). Answering the issue's open decisions:
schema_version'd, per the established/p/{location_id}.json+ config-export conventions.Shape:
GET /explorer/event/{event_id}/export.jsonwith aContent-Dispositionattachment filename, plus an Export button on the event page. Reuses theevent_detailservice — the export is the page's data, serialized, so the two can't drift.