Skip to content

[FEATURE REQUEST] Custom value in Space quota (creation and edition) #4688

@jesmrec

Description

@jesmrec

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

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions