Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated use cases #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ The above are from actual customers, but not naming names until they agree to be

## Approximately regular sync

I haven’t heard any use-cases directly from external developers, so these are just guesses:

### Use-cases
### Use-cases (from actual customers)
* **Social media** - periodic upload of photos, periodic preload of content for performance and offline
* **Media Gallery** - process local photos from memory cards in the background

### Expected use-cases (guesses as to what customers would want)
* **News site** - fetching daily news for quick display in the morning
* **Social media** - periodic updates so initial display is content user hasn't seen, even if offline
* **Blog updates** - Updated blog content without having to set up a push server
* **Media Player** - Synchronize content with the cloud (e.g., download pinned media)

These are either "I don't want to / can't set up push" or "updates are so frequent push doesn't make sense".
These are either "I don't want to / can't set up push" or "updates are so frequent push doesn't make sense" or the content is generated on the client and push doesn't help.

## Exact sync (alarm)

Expand Down