@@ -19,6 +19,7 @@ Comparison of functionalities: Denser vs Condenser<br>
| ✗ | Creating Posts | Creating post with the same title overwrite the post created early | | Possible | **Steps**<br>1. Create post with `Test post` and content `some conntent`<br>2. Create post with the same title and different content triggers overwriting content of the post created early. |
| ✗ | Creating Posts | Adding images in the post editor | | Possible |**BUG**:<br>There is only one picture available<br>  |
| ✗ | Creating Posts | Use only lowercase letters, digits and one dash | | Possible |**BUG**:<br> Expected message for invalid characters in tags input<br>In Hive Blog you can see:<br> |
| ✗ | Creating Posts | Displaying hashtags in created post | | Possible |**BUG**:Expected hashtag with only one # sign. <br> |
| ✓ | Upvote | Upvote by clicking icon in the card of the post in the post list | works | Possible | **FIXED** Sometimes parts of the icon disappear<br> |
| ✗ | Upvote | Upvote two times the same post by icon in the card of the post in the post list| **BUG** Now it is <br><br> It was worked<br>(`Your current vote on this comment is identical to this vote.` is showed.)<br> | Impossible<br>(`Transaction Error: undefined` in the console) | |
| ✗ | Upvote/Downvote | Upvote and next downvote the same post on the posts list | **BUG** It does not show any error message and downwote request is sent.<br><br>**It was like below:**<br> Impossible<br>(`Transaction broadcase error` popup is showed) | Impossible<br>(`Transaction Error: undefined` in the console) | Maybe there should be better error message needed??? |