Open sveetch opened 8 months ago
Admin interface is the first priority since API itself is useless without admin.
Fact is, the API should not be able to trigger creation of a dump, only to get it. This is because API with full power rights could cause issues since dump creation can be resource consuming and admin is a little more safer to avoid user mistakes.
Finally, the admin interface is more useful since it can quickly perform dump creation so it should level up Diskette usefulness sooner than implementing API first.
Work is currently ongoing on branch https://github.com/emencia/diskette/tree/try_disk_admin_with_dump_history
Is your feature request related to a problem? Please describe.
Currently Diskette is command line only application.
Describe the solution you'd like