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

Implement feature: Edit posts and comments #33

Open
steph-koopmanschap opened this issue Feb 19, 2023 · 0 comments
Open

Implement feature: Edit posts and comments #33

steph-koopmanschap opened this issue Feb 19, 2023 · 0 comments
Labels
enhancement New feature or request frontend frontend specific issues help wanted Extra attention is needed priority: medium

Comments

@steph-koopmanschap
Copy link
Owner

At the moment posts and comments can not be edited yet.

Expected behavior:

  1. Authorized(logged in user) clicks on "Edit post" or "Edit comment".
  2. A modal pops up with an input box that contains the current text of the post/comment
  3. The user can edit the text of the post/comment.
  4. The user clicks on "Submit edit"
  5. The data sends to the server.
  6. The server updates the post/comment in the PostGreSQL database.
  7. Server sends a success / failure respond back to the user.
  8. Modal closes on success or displays error message upon failure.
@steph-koopmanschap steph-koopmanschap added enhancement New feature or request help wanted Extra attention is needed labels Feb 19, 2023
@steph-koopmanschap steph-koopmanschap added frontend frontend specific issues priority: medium labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend frontend specific issues help wanted Extra attention is needed priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant