inrupt / inrupt/solid-client-js
feat: adding `addNamedNodeAll` and `setNamedNodeAll`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 245
- Forks
- 42
- Avg merge
- 12h 49m
- Merged PRs (30d)
- 22
Description
Search terms you've used
Feature suggestion
Same as having setNamedNode it will be nice to have setNamedNodeAll and addNamedNodeAll, so when we create thing with data that you got them from another thing (copying ) and used the getNamedNodeAll method to get it and you want to add them to your new one.
Contributor guide
No contributing guide indexed for this repository
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 locating the existing setNamedNode, addNamedNode, and getNamedNodeAll implementations in the TypeScript library. Compare their behavior and identify where the corresponding all-value methods belong. Done means setNamedNodeAll and addNamedNodeAll support values returned by getNamedNodeAll with semantics consistent with the existing single-value methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100