nextcloud / nextcloud/deck

save custom config

Open
#4,330 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

currently it's possible to save configuration values globally and per board. see https://deck.readthedocs.io/en/latest/API/#config

Now I want to save some custom values per board. For example type: "scrum"/"kanban" or globally "current board" : 2

For the background: I'm developing a mobile client for iOS and android. see here https://meltzow.github.io/deck-ng/
and I want to add some new features like board style or something like that. But I need a place where I can same some additional informations about the boards (or globally).

it will be perfect, if it possible to save some custom key-value-pair or some json. If some client (like your browser frontend) doesn't understand the additional values it will ignore them.

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 API configuration documentation linked in the issue and trace how global and per-board values are stored and exposed. Determine the extension point for custom key-value or JSON data, then define how clients that do not understand those values should handle them. Done means the requested board-level and global custom data can be saved and retrieved through the API without disrupting existing clients.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.