add occ command to list boards to get board id
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Is your feature request related to a problem? Please describe.
When an administrator gets a request for ownership transfer of a board it does not always have the board id.
The board id is required and today one has to go via the database to get it. Or impersonate the old user.
Describe the solution you'd like
An extra command: occ deck:list and or deck:search to get the current owner and id.
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 existing Deck occ commands and their command entry points, then compare how occ deck:list and deck:search could expose boards. Done means an administrator can find a board's current owner and id without querying the database or impersonating a user; check whether command tests exist and run the relevant suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100