-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Copy link
Labels
Estimation - 2 (S)Feature requestSpacesUI / UXp2-highEscalation, on top of current planning, release blockerEscalation, on top of current planning, release blocker
Milestone
Description
In the first iteration of space creation, the available values for the space quota were static (1GB, 2GB...). Web and iOS client allows to set an specific value beyond the predefined values:
- Web allows to type a numeric value. It means the number of GBs of the quota
- iOS is more flexible and allows the number and the unit, from Bytes to PB
Web approach would be enough.
Solutions:
- Make the dropdown main field editable (i don't know if this is feasible or not). That's the approach of the web
- Separate number and unit, like iOS. That means, re-working the quota field completely
- Add a new field to the dropdown menu like
Custom. If this is clicked, showing another dialog in which the user will enter the new quota. - Other ideas are welcome
TASKS
- Research (if needed)
- Create branch feature/custom_value_for_space_quota
- Development tasks
- Add a new layout for custom quota
- Validate the value for creation/edition
- Display custom quota when editing a space
- Pass the correct value in bytes to the ViewModel
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/custom_value_for_space_quota
Metadata
Metadata
Assignees
Labels
Estimation - 2 (S)Feature requestSpacesUI / UXp2-highEscalation, on top of current planning, release blockerEscalation, on top of current planning, release blocker