Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user, I want to write down my thoughts in a bullet list so that I can see them all in one place. #2

Closed
7 tasks done
martinemmert opened this issue Aug 26, 2020 · 0 comments · Fixed by #3
Closed
7 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@martinemmert
Copy link
Owner

martinemmert commented Aug 26, 2020

Acceptance criteria:

  • the document is initially empty
  • new bullet points can be added via a button
  • each bullet point has a unique id
  • pressing enter exits the editing of the current bullet point, creates a new one below and enters its editing mode
  • pressing escape or switching focus exits the editing of the current bullet point
  • switching focus from the current bullet point exits the editing of the current bullet point
  • clicking on a bullet point exits the editing of the current bullet point and puts the clicked bullet point into edit mode
@martinemmert martinemmert created this issue from a note in Endless Document MVP (To do) Aug 26, 2020
@martinemmert martinemmert added the enhancement New feature or request label Aug 26, 2020
@martinemmert martinemmert self-assigned this Aug 26, 2020
@martinemmert martinemmert moved this from To do to In progress in Endless Document MVP Aug 26, 2020
martinemmert added a commit that referenced this issue Aug 26, 2020
martinemmert added a commit that referenced this issue Aug 26, 2020
martinemmert added a commit that referenced this issue Aug 31, 2020
- users can add a bullet point via add button
- users can add a new bullet point by pressing enter
- users can stop editing a bullet point by pressing escape
- users can edit a bullet point by pressing on it

resolves #2
martinemmert added a commit that referenced this issue Aug 31, 2020
- users can add a bullet point via add button
- users can add a new bullet point by pressing enter
- users can stop editing a bullet point by pressing escape
- users can edit a bullet point by pressing on it

resolves #2
@martinemmert martinemmert moved this from In progress to Done in Endless Document MVP Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant