Skip to content

Commit

Permalink
docs/testplan: admin UI review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
littleskunk committed Jan 12, 2024
1 parent d0144c9 commit 713b037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/testplan/admin-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This testplan covers the new Satellite Admin UI.
| | Search Project by Project Name | Customer gives us his email address and project name but forgets to mention his project ID. | |
| | Search Project by User Agent | Customer has 2 projects. We know one of them has a user agent and the other one doesn't. How easy can we identify the important project? | |
| | Search Project by Placement Constraint | Customer has 2 projects. We know one of them has a placement constraint and the other one doesn't. How easy can we identify the important project? | |
| | Search Bucket by Bucket Name | Customer has a special bucket name that is unique enough to search for it. We don't know the project ID or email address. Can we search for the bucket name without having to ask the customer for more details? | |
| | Search Bucket by User Agent | We have special pricing bound to specific user agents. Can we search for all buckets that have this user agent set? | |
| | Search Bucket by Placement Constraint | We define a new placement constraint. After deployment we find out that we have a bug. Do we have any buckets with that placement constraint yet or can we just fix the bug without having to worry about possible side effects? | |
| | Search Bucket by Bucket Name | Customer has a special bucket name that is unique enough to search for it. We don't know the project ID or email address. Can we search for the bucket name without having to ask the customer for more details? | The current design has no section to search buckets without accessing the host project. |
| | Search Bucket by User Agent | We have special pricing bound to specific user agents. Can we search for all buckets that have this user agent set? | The current design has no section to search buckets without accessing the host project. |
| | Search Bucket by Placement Constraint | We define a new placement constraint. After deployment we find out that we have a bug. Do we have any buckets with that placement constraint yet or can we just fix the bug without having to worry about possible side effects? | The current design has no section to search buckets without accessing the host project. |
| UX Update | Update Limits (User level) | Create a customer with a single project. Update all available limits (number of projects, used space, download traffic, number of buckets, rate limit) on the user level. The limits for the existing projects shouldn't change. Create a new project. That one will inherit the new limits from the user level. | |
| | Update Limits (Project level) | Create a customer with a 2 projects. Update all available limits (used space, download traffic, number of buckets, rate limit) for one of the projects. Verify that the new limits have been set and that the second project still has the old limits. | |
| | Update User Agent (User level) | Create a customer that has a project with no user agent set. Set the default user agent on the user level. Should not set the user agent on the project level unless explicit called. | |
Expand Down

0 comments on commit 713b037

Please sign in to comment.