Open dialog instandly (optional) after creating a new card
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
I use dialog for editing my cards.
If i create a new card, I have to scroll down and click it for editing further details.
It would be helpful to have a option like "open card after creating it".
Current Workflow: 4 Steps before a user can edit details
- Create card -> Scroll down -> Click it -> Click description field -> Insert futher details
Expected Workflow: 1 Step and user can edit details
- Create card -> Dialog opens automaticly -> Set focus on description field -> Insert futher details
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 tracing the JavaScript card-creation flow and the existing card-edit dialog behavior. Check how the newly created card is selected and how the description field receives focus. Done means an optional setting opens the dialog for a new card and focuses its description field without changing the default workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100