-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Milestone
Description
After 4.0 with the new spaces feature, auto uploads were only done over the personal space.
Auto upload
Current:
- Enable auto uploads
- Select account to upload pictures -> dialog to select account
- Submit account
Expected:
- Enable auto uploads
- Select account to upload pictures -> dialog to select account
- If selected account is oCIS, show the list of spaces including
Personal. Only the ones with writing permission - Submit account and space and show the result in te view
Related: #4088
Changing the selected account should reset the value of the path: #4117 (comment)
Some questions to clarify:
- What would happen if the write permission is revoked?
- What would happen if the user lost access to the space or the space is disabled?
TASKS
- Research (if needed)
- Create branch feature/streamlined_log_file_upload_functionality
- Development tasks
- Implement Spaces functionality in auto upload
- Migration database
- Implement navigate to file list of this space
- Implement changes in ui/ux
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master