nextcloud / nextcloud/cdav-library
Implement storage
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 72
- Forks
- 16
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 9
Description
- Allow users to hand over a storage object (whether it's SessionStorage, LocalStorage or something completely different)
- Save all objects / properties to Storage
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 with the Web Storage API reference linked in the issue, then inspect the library's existing object and property handling to find the relevant entry points. Define how a supplied Storage-compatible object should be accepted and how all objects and properties should be saved; done means the behavior works with sessionStorage, localStorage, and another compatible implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100