-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The following changes to the database management function and menu need to be implemented:
Database Status, Test Connection, and View Statistics can all be combined into one menu item that tests the connection, and presents the status and statistics.
Create Backup - the way to think about this is like a video game. When you want to save and restore a game, you go to the Backup and Restore menu, and you see a list of all the backups, with the backup note you made, and the date it was backed up. If you want to backup the current game (in our case the current db), you select "Backup" and you add a note. If you want to restore a db, you select one of the backups in the list (the last 10 are shown, and you can hit next or back to scroll through more dbs paginated in groups of 10). So change this to Backup or Restore db, and build the feature menu just like you would with a video game backup and restore, as described.