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

Added New ToDo List Item Feature. #21

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

mfekadu
Copy link

@mfekadu mfekadu commented Jan 31, 2019

Resolves #1 and completes the lab

The merge conflicts are due to running npm run lint —fix on code unrelated to the todo list

at this point we have a new todos page that has the plumbing setup within router.ts and the ToDos.vue file is the source of the HTML code... or the "V" in MVC.... and App.vue is the main... we updated that with the reference to the plumbing and some other things... i added comments i guess....
implemented addTodoItem textbox

still need to style it, but functionality and input checking is there (e.g. item name is needed while duedate is optional)

in the future an alert() should not be the way to handle the lack of this.item.name but rather a gentle text popup inline with the textbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A user can add a todo item
1 participant