parse-community / parse-community/Parse-SDK-dotNET
How to implement offline storage?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 335
- Forks
- 258
- PR merge metrics
- No merged PRs in 30d
Description
I am testing the Parse SDK for .NET it is awesome.
I would like to implement a data store similar to the other SDKs so that my application can work seamlessly offline. For instance, the Android SDK has Parse.enableLocalDatastore() ParseObject.pinInBackground() and ParseQuery.fromLocalDatastore()
Can you provide some pointers how to start implementing that?
Maybe it was already done somehow? I could not find any info in the documentation.
Thanks,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Android SDK's local datastore APIs named in the issue with the current Parse SDK for .NET documentation and implementation. Look for any existing offline-storage support before defining the scope. Done should mean the .NET SDK provides a documented equivalent for offline storage, or clearly records why it is not supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100