You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been taking a look at our current app, the new one, and the mockups we've been designing and this feature came to my mind.
Would be cool to have an Activity Screen. This activity screen would be a summary of what's happening now in the app i.e. a rename, a delete, uploads, downloads... each of this with its own progress. At the time one action is completed, it'll disappear from the list and maybe a notification when the action was download or upload (In the future, if we achieve the available offline feature or the complete sync feature we could have more items in the list or more notifications).
This Activity Screen also would be great from a debug perspective. If some action is blocked by something or is stuck, we could simply go to the Activity Screen and check what's happening there, what's the progress, which item is the one causing problems.
Related with the Activity Screen, would be cool if the user could see a history of the actions that have been performed over itself i.e. a rename and then a move. This would provide a piece of extra-useful information in some cases and could be very valuable for the user.
To be able to implement these features I think the SDK needs to support:
Retrieve all the actions that have been performed over an item.
Get a list of the actions that are been performed now, each one with its progress.
As far as I know, none of this is currently supported by the SDK right now. (@felix-schwarz can correct me if I'm wrong)
I think both screens could be done in a near future taking advantage of the sync engine that we're developing.
Activity Screen
I've been taking a look at our current app, the new one, and the mockups we've been designing and this feature came to my mind.
Would be cool to have an Activity Screen. This activity screen would be a summary of what's happening now in the app i.e. a rename, a delete, uploads, downloads... each of this with its own progress. At the time one action is completed, it'll disappear from the list and maybe a notification when the action was download or upload (In the future, if we achieve the available offline feature or the complete sync feature we could have more items in the list or more notifications).
This Activity Screen also would be great from a debug perspective. If some action is blocked by something or is stuck, we could simply go to the Activity Screen and check what's happening there, what's the progress, which item is the one causing problems.
Related with the Activity Screen, would be cool if the user could see a history of the actions that have been performed over itself i.e. a rename and then a move. This would provide a piece of extra-useful information in some cases and could be very valuable for the user.
To be able to implement these features I think the SDK needs to support:
As far as I know, none of this is currently supported by the SDK right now. (@felix-schwarz can correct me if I'm wrong)
I think both screens could be done in a near future taking advantage of the sync engine that we're developing.
I left this here open to discussion (I can do some quick mockups if you're interested in)
@javiergonzper @jesmrec @felix-schwarz @michaelstingl @mneuwert @hosy
The text was updated successfully, but these errors were encountered: