Add cookbook entry for appending to arrays in new docs
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 118
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
One common use case is to append a set of values to an array for a specific document (or create that document if it doesn't exist). A question on this use case is described in more detail here -- https://github.com/rethinkdb/rethinkdb/issues/1877.
We should add a cookbook entry that describes a canonical way to do this in Rethink.
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
Read the linked RethinkDB issue 1877 first, then review existing cookbook entries in the documentation repository to find the appropriate structure and style. Document the canonical way to append multiple values to an array for a specific document, including the create-if-missing case, and confirm the entry addresses the stated use case.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100