Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML frontend #6

Open
mikepurvis opened this issue Oct 12, 2022 · 0 comments
Open

HTML frontend #6

mikepurvis opened this issue Oct 12, 2022 · 0 comments

Comments

@mikepurvis
Copy link
Contributor

It would be great if colcon_distro_server had a browsable web interface, perhaps at a bare minimum providing some summary-type information like about the number of snapshots stored and the space used, perhaps also links to the most recently-created snapshots. If those had subpages, it would be great to be able to be able to do some simple querying stuff, like "find this package", "list all run/build-depends of this package", etc. Potentially could leverage a tool like jq for an agnostic querying interface.

More complex, it would be neat to be able to do cross-snapshot queries, like "show me when this repo/package last changed", or "show me the deltas between these two snapshots."

Hopefully all or most of this could be implemented entirely in static assets, just fetching the JSON from the API endpoints and rendering it into templates client-side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant