flowfuse
flowfuse copied to clipboard
Singular View of Deployed Flows
First iteration to providing #4304
As a FlowFuse User I want to have a single picture of the history of deployed flows on my Instances & Devices So that I can understand what flows were running and when
This can be a simple tabular view for now, focus should be accumulating the data from various sources with #4304 covering a richer UX.
Considerations for sources of data on this are:
- Auto snapshots on "Deploy"
- Flows pushed via DevOps Pipelines
- Devices: Deployed/Synced Snapshots
### Tasks
- [ ] https://github.com/FlowFuse/flowfuse/issues/4424
API Response Example: https://github.com/FlowFuse/flowfuse/pull/4509#issuecomment-2358483015
Both child items (API & UI) are now done