Open
Description
AC:
- Add an option in the bottom side menu:
Edit space
. - Only available if the user is space manager, admin, or space admin.
- Same dialog/view of creation can be displayed to edit, applying the same rules (space not empty, no longer than 255, without forbidden chars)
- Quota: only are allowed to modify it the following roles
admin
andspace admin
. Space manager not allowed ("Drives.ReadWriteProjectQuota.all")
Base request:
PATCH https://<server>/graph/v1.0/drives/<drive-id>
following the same lines as the creation
There is no information about error handling, so if any error would happen, it'd be enough showing a generic error message.
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Implement unit tests (if needed)
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master