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

issue-4-modify-an-entry-in-vision-board #4

Open
15 tasks done
devtinapark opened this issue Sep 22, 2021 · 0 comments
Open
15 tasks done

issue-4-modify-an-entry-in-vision-board #4

devtinapark opened this issue Sep 22, 2021 · 0 comments

Comments

@devtinapark
Copy link
Owner

devtinapark commented Sep 22, 2021

⚙️ Feature

User can modify an entry in Vision Board.

📐 Functionality

User can click Edit Button next to an entry in Vision Board to modify (either edit or delete) the entry.

🖼️ Wireframes

Screen Shot 2021-09-22 at 12 37 53 PM Screen Shot 2021-09-22 at 12 38 03 PM

✅ Task List

  • When the user clicks on Edit Button, show a pop-up form with the options of Cancel, Delete, and Submit.
  • Populate the form values with the corresponding entry's pre-existing values.
  • When the user clicks on Cancel, close the pop-up.
  • When the user clicks on Submit, update data model and DOM element value with new values.
  • When the user clicks on Delete, delete the entry info from data model and DOM element.
  • After Submit or Delete, automatically show the updated list of entries in Vision Board.
  • Clean Up
    • Remove all buttons and placeholders that do not serve the functionality of the feature.
    • Remove all console logs.
    • Remove all commented out code.
    • Remove all CSS properties that have no effect.
    • Check all code for proper formatting and indentation.
    • Confirm that there are no errors in the console while using the application.
    • Confirm that all previous functionality still works without errors.
    • Confirm that the user interface looks natural on both mobile and desktop screens.
    • Create GIFs of the feature being used on both mobile and desktop screen sizes for inclusion in Pull Request.
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

No branches or pull requests

1 participant