nextcloud / nextcloud/cdav-library

Implement storage

Open
#10 6 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.