@@ -21,15 +21,15 @@ Comparison of functionalities: Denser vs Condenser<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> |
| ✗ | Creating Posts | Creating post with post summary by user | | Possible |**BUG**:<br>Expected Post summary written by user but now there is a part of the post content. |
| ✓ | 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> |
| ✗ | Creating Posts | Creating post with markdowns in the post summary should be disabled | | Possible |**BUG**:<br>Expected error message as in Hive Blog<br> |
| ✗ | Creating Posts | Additional author shouldn't accept special characters as @ and # | | Possible |**BUG**:<br>Expected error message as in Hive Blog<br>Compare:<br><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 | 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| **Fixed** 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) | Now is error message is ok:<br> |
| ✗ | 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??? |
| ✓ | Upvote | Upvote by clicking icon inside the post content | Works well | Possible | |
| ✗ | Upvote | Double Upvote by clicking icon inside the post content | works worng | Possible | **BUG**<br> Wrong error message:<br> |
| ✓ | Downvote | Downvote by clicking icon inside the post content | Works well | Possible | |
| ✗ | Downvote | Double Downvote by clicking icon inside the post content | | Possible | **BUG** Wrong error message: <br> |
| ✗ | Downvote | Double Downvote by clicking icon inside the post content | | Possible | **Fixed** Wrong error message: <br><br>Now is better message<br> |
| ✓ | Downvote | Downvote by clicking icon in the card of the post in the post list | works | Possible | |
| ✗ | Downvote | Downvote two times the same post by icon in the card of the post in the post list | **BUG** Now it returns:<br>  but there was <br><br>(`Your current vote on this comment is identical to this vote.` is showed.)<br> | Possible | |
| ✓ | Follow | Follow by clicking button in the specific user's info board | Works | Possible |  |