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

[FE] - NGO QUANG TRUNG #264

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

Conversation

trungvn222
Copy link

@trungvn222 trungvn222 commented May 13, 2022

FIXED:

  • CREATE TODO action call 2 times when press enter (solution: instead of listening enter in the key down event I listen submit event of the form)

UPDATED:

  • Update config to use an absolute path when importing instead of a relative path. Because An absolute path is clear than a relative path
  • Update schema for Todo interface
  • The update reducer is a pure function. It will prevent some bugs That cause by side effects

ADDED:

  • User can remove single Todo or multiple Todo items.
  • User can edit Todo by double click in Todo item
  • Store data in local storage
  • Add testing for all components
  • User can change status by select status in dropdown items

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.

1 participant