Update Comparison of functionalities: Denser vs Hive.blog authored by Adam Kociubinski's avatar Adam Kociubinski
...@@ -18,6 +18,7 @@ Comparison of functionalities: Denser vs Condenser<br> ...@@ -18,6 +18,7 @@ Comparison of functionalities: Denser vs Condenser<br>
| &check; &cross; | Creating Posts | After creating post by clicking `New Post` button in the community, user is moved to the specific community post list page | | Possible | **To improve** User has to wait some time for his post will be visible on the list (about 50sec) | | &check; &cross; | Creating Posts | After creating post by clicking `New Post` button in the community, user is moved to the specific community post list page | | Possible | **To improve** User has to wait some time for his post will be visible on the list (about 50sec) |
| &cross; | 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. | | &cross; | 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. |
| &cross; | Creating Posts | Adding images in the post editor | | Possible |**BUG**:<br>There is only one picture available<br> ![image](uploads/5f02ba8e69b972ed56264e049ef341af/image.png) | | &cross; | Creating Posts | Adding images in the post editor | | Possible |**BUG**:<br>There is only one picture available<br> ![image](uploads/5f02ba8e69b972ed56264e049ef341af/image.png) |
| &cross; | 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>![image](uploads/99cecb8e8b91b3d7a3fd19d083dfff14/image.png) |
| &check; | 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>![image](uploads/fedbf28feff4bace3df5e69853e5ae0d/image.png) | | &check; | 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>![image](uploads/fedbf28feff4bace3df5e69853e5ae0d/image.png) |
| &cross; | Upvote | Upvote two times the same post by icon in the card of the post in the post list| **BUG** Now it is ![image](uploads/3bfc1d8e338668aa9d02c3d502fcf668/image.png)<br><br> It was worked<br>(`Your current vote on this comment is identical to this vote.` is showed.)<br>![image](uploads/90ddba5cd9fced3093ada2e1b72cc288/image.png) | Impossible<br>(`Transaction Error: undefined` in the console) | | | &cross; | Upvote | Upvote two times the same post by icon in the card of the post in the post list| **BUG** Now it is ![image](uploads/3bfc1d8e338668aa9d02c3d502fcf668/image.png)<br><br> It was worked<br>(`Your current vote on this comment is identical to this vote.` is showed.)<br>![image](uploads/90ddba5cd9fced3093ada2e1b72cc288/image.png) | Impossible<br>(`Transaction Error: undefined` in the console) | |
| &cross; | 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??? | | &cross; | 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??? |
... ...
......