owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 663 forks source link

Combine Activity View with Sync Protocol Information #4208

Open dragotin opened 8 years ago

dragotin commented 8 years ago

The three-tab activity (server activity, sync protocol, not synced) is not "intuitive" enough according to @jancborchardt in #1443. With the new activity API we can change that and combine the Activity Stream and the sync activity.

@jancborchardt please sketch that, considering the following details:

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28651781-combine-activity-view-with-sync-protocol-information?utm_campaign=plugin&utm_content=tracker%2F216457&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F216457&utm_medium=issues&utm_source=github).
guruz commented 8 years ago

We were also wondering if the current uploads/downloads progress should appear in that list too. Then the account tab could be solely used for the more static things like selective sync and quota.

dragotin commented 8 years ago

The API as described in owncloud/activity#405 turns out to be not suitable for what we wanna achieve in this issue, reasons are outlined in the owncloud/activity#405 . I suggest to remove the gold-ticket and move this one to backlog again.

We need to find more effective ways to synchronize the API needs between WebUI, mobile and desktop.