New flag in API to disable automatic creation of sample lists when creating a board
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
As in our talk today mentioned: The API to create a board should be able to not create default lists like "ToDo", "WiP" or "Done".
This is needed to provide this feature also in the Android client which itself has to create those sample lists (in case the user is offline) - currently this would result in duplicate sample lists after the next sync.
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
Start by locating the API entry point for creating a board and the logic that creates the default lists. Add a way for callers to disable those lists, then verify that board creation can skip them so the Android client can create them offline without duplicates after synchronization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100