starlinglab / integrity-v2

Monorepo for the next iteration of Starling Lab's integrity pipeline.
MIT License
0 stars 3 forks source link

[Later] Advanced admin UI #38

Open makew0rld opened 2 weeks ago

makew0rld commented 2 weeks ago

Currently (#36) the admin UI for the preprocessors is just a phpMyAdmin-style database editor. This works for now, but to make things more accessible we should eventually have a simple web interface that abstracts away a lot of the complexity that a database editor includes.

This should be a simple and small project as it is only one part of the pipeline, and not end-user facing. Maybe something with Go+HTMX. Or Svelte if even more interaction is needed, but hopefully that can be avoided.

The design of this interface remains to be seen.

makew0rld commented 4 days ago

This could also be done as CLI tool or even TUI, I guess. I'm not sure what the best method is. Something in the terminal wouldn't be so wild since the administrator will have to be working there already.