[DBaaS] Implement UI for Backups & Restores
General
Escalation
General
Escalation
Description
How to document
None
Attachments
5
- 19 Jan 2023, 10:12 AM
- 19 Jan 2023, 10:09 AM
- 19 Jan 2023, 10:03 AM
- 19 Jan 2023, 10:02 AM
- 19 Jan 2023, 09:59 AM
relates to
Activity
Show:
Andrei Minkin January 24, 2023 at 8:57 AM
APi definitions https://github.com/percona/pmm/pull/1600/files
Iaroslavna Soloveva January 19, 2023 at 10:23 AM
@peter.szczepaniak I need some information from you about this ticket, can you help with the Acceptance criteria and Details?
Done
Created December 27, 2022 at 2:37 PM
Updated November 13, 2024 at 9:55 AM
Resolved March 1, 2023 at 7:18 AM
Problem statement:
Design (if applicable):
figma: https://www.figma.com/file/w3dxsD4HnBRIDfr9CCpKHb/DBaaS?node-id=454%3A11009&t=UQIuxWEUn98PzDox-1
Acceptance criteria:
ui shows only this checkbox when it is set to false
by default this checkbox should be false
all backup inputs are visible only if backups are enabled, when backups disabled all fields are hidden
"Location" drop down list values are: (one, two, three... / can be gotten from this **** api (link to PR/swagger/BE ticket))
"Every" drop down list values are: (one, two, three... / can be gotten from this **** api (link to PR/swagger/BE ticket
"Restore" field should be in the form always, by default value is none which means we do not restore, other values are predefined S3 location (stored in PMM)
"Restore" drop down list values are: none, S3 buckets locations stored/defined in PMM
"Backup artifact" drop down list values are backup files in S3, will be pulled once user select S3 bucket
Out of scope:
Suggested implementation:
How to test:
Details:
please check some theses below, if they have a place to be - add them to the task description:
Validation rules for this form are:(....)
When I set value in this field I should (set default value to this fields/ disable some fields)