guysoft / backupfriend-client

Backupfriend wx widgets client
GNU General Public License v3.0
8 stars 4 forks source link

[feature] Implement edit button delete button and rename #4

Closed guysoft closed 3 years ago

guysoft commented 3 years ago

Edit button

  1. Should be enabled when a job is selected
  2. Lets you edit the job loading the create job dialog. Name should be disabled

Delete button

  1. Should be enabled when a job is selected,
  2. When clicking delete should remove the job from Yaml and remove it from the UI a. Should put a dialog asking if to delete job data (yes/no dialog)
  3. Should be disabled when job is running

Duplicate job

  1. Should be enabled when a job is selected Will let you create a new job with a given name from the current selected job.
guysoft commented 3 years ago

Both done