nextcloud / nextcloud/deck

API: Updating items should not require all parameters to be set

Open
#1,578 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: api
Dominant language
JavaScript
Stars
1.4k
Forks
354
Avg merge
1d 10h
Merged PRs (30d)
43

Description

When updating a card/stack/.. though the API it makes more sense to not require setting all parameters but allow to just updated one property like the title. This way the chances of overwriting changes that have been done on the server side since the client/webui fetched for the last time is much lower.

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 by tracing the API update endpoints for cards and stacks and reviewing where their parameters are currently required. Done means a client can update only one property, such as the title, without having to submit every parameter, while preserving other server-side changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.