-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
Current status of sync operations (basic version of testing);
WORKING FINE π
- Showing list of files and spaces as
Personal spaces - Upload file
- Download file
- Create folder
- Shortcut file
- Open with and Send
DON'T WORK β
- Copy
- Move
- Rename
all of them work over the dav operations MOVE and COPY , that are responding a 405 from the server, showing Unknown error in the app. Need research and fix.
MORE CHECKS TO DO π§
- Av. offline (checking how the app behaves against external changes in files)
- Error handling
NOTES: π
-
Uploads view, Details view and Av. Offline view always show the item's location's space as
Personalsince this is the type of space, not the name -
Kiteworks shows the number of items inside a folder instead of the folder size
-
oC app allows moving just inside the same space, not between spaces.
-
Share with users, Share by link not supported. Private link works.
TASKS
- Research (if needed)
- Create branch feature/sync_operations_over_kiteworks_servers
- Development tasks
- Replace
Personallabel by folder name - Remove folder size label
- Show correct toolbar for av. offline view
- Fix navigation after performing a sync operation
- Implement unit tests (if needed)
- Replace
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/sync_operations_over_kiteworks_servers into master