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

Basic implementation #3

Merged
merged 22 commits into from
May 28, 2018
Merged

Basic implementation #3

merged 22 commits into from
May 28, 2018

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented May 22, 2018

Implement a basic Todo App
screen shot 2018-05-27 at 12 07 37 pm

resolves ProjectEvergreen/project-evergreen#24

TODO (basic)

  1. Get value from input (add todo)
  2. push to todos array
  3. render the todos array
  4. delete a todo
  5. mark a todo as completed
  6. edit a todo? - see As a user I should be able to edit a Todo item in the list inline #5
  7. Use repeat
  8. Figure out true and proper data binding

TODO (advanced and will do as part of other tickets / example project?)

  1. Font Iconography / styling (importing a vendor library) - see Add some styles / design to the application #6
  2. Routing (active, completed, etc) - see Add support for route based code splitting w/ lazy loading project-evergreen#2
  3. Passing callback functions? (state management - Redux?) - see Document Styleguide project-evergreen#21

@thescientist13 thescientist13 self-assigned this May 22, 2018
@thescientist13
Copy link
Member Author

Interesting discussion on being able to pass more than just Strings via attributes (like Arrays, Objects.
WICG/webcomponents#519

Will see what the best way is to handle callbacks. Maybe a case for something like Redux, if it presents better developer experience / ergonomics?

@thescientist13 thescientist13 added the enhancement New feature or request label May 28, 2018
@thescientist13 thescientist13 merged commit 3db47f4 into master May 28, 2018
@thescientist13 thescientist13 deleted the basic-implementation branch May 28, 2018 18:34
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
None yet
Development

Successfully merging this pull request may close these issues.

Create a basic Todo App example
1 participant