You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: