tonypan2000/my_portfolio

Comment Issues

Closed this issue · 4 comments

  1. When a comment is deleted, the page refresh doesn't remove the deleted comment immediately (takes two refreshes)
  2. Needs multi-language support (should at the very least support English, Spanish, and Chinese)
  3. A failed delete attempt (made by user who didn't write the comment) causes the comments to be appended again, and there is no prompt warning user that they can only edit their own comment.

In PR #7
1 fixed
3 partially fixed: failed delete no longer causes comments to be appended to webpage multiple times. Prompting to alert user still needs work

TODO: Add translation API, and support multiple languages for comment input

Added translation API, however, languages are not displaying correctly. commit
0aac18a

e37b2c3 fixed language encoding, PR #13 closing this issue.