@@ -21,13 +21,13 @@ Comparison of functionalities: Denser vs Condenser<br>
| ✓ | Creating Posts | Creating post by clicking the pencil icon on the nav - Title, content, tag | | Possible | |
| ✓ | Creating Posts | After creating post with category user is moving to the created/new page with tag name and Unmoderated tag posts list | | Possible | |
| ✓ | Creating Posts | Open post editor by clicking `New Post` button in the community | | Possible | |
| ✗ | Creating Posts | Creating post by clicking `New Post` button in the community | | Possible | **Bug** :<br>Select category is not set according to the community which you click `Create new post`<br><br><br>In Hive.blog category is set to name of the community and Post is visible in the community list of the posts. |
| ✗ | Creating Posts | Creating post by clicking `New Post` button in the community | | Possible | **BUG** :<br>Select category is not set according to the community which you click `Create new post`<br><br><br>In Hive.blog category is set to name of the community and Post is visible in the community list of the posts. |
| ✗ | Creating Posts | After creating post by clicking `New Post` button in the community, user is moved to the specific community post list page | | | **BUG** It does not work. |
| ✓ | Creating Posts | Creating post in the community by clicking the pencil icone and select `Post to` name of the community | | Possible | After submit user is move to the first tag unmoderated page and the same post can be visible in the community posts list page also. |
| ✓ | Creating Posts | Creating post with the same title overwrite the post created early | | Possible | **Fixed**<br>**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.<br>New url is created for the post with the same title - ok |
| ✗ | Creating Posts | Post content in the post editor | | Possible |**BUG**:<br>Blinking the end of the post content in the Preview Window<br><br>[Issue287](https://gitlab.syncad.com/hive/denser/-/issues/287) |
| ✓ | Creating Posts | Adding images in the post editor | | Possible |**Fixed**:<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 | Creating post with the same title overwrite the post created early | | Possible | **FIXED**<br>**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.<br>New url is created for the post with the same title - ok |
| ✓ | Creating Posts | Post content in the post editor | | Possible |**FIXED**:<br>Blinking the end of the post content in the Preview Window<br><br>[Issue287](https://gitlab.syncad.com/hive/denser/-/issues/287) |
| ✓ | Creating Posts | Adding images in the post editor | | Possible |**FIXED**:<br>There is only one picture available<br>  |
| ✓ | Creating Posts | Use only lowercase letters, digits and one dash | | Possible |**FIXED**:<br> Expected message for invalid characters in tags input<br>In Hive Blog you can see:<br><br>Denser results:<br><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. |
| ✗ | Creating Posts | Creating post with markdowns in the post summary should be disabled | | Possible |**BUG**:<br>Expected error message as in Hive Blog<br> |
...
...
@@ -35,54 +35,53 @@ Comparison of functionalities: Denser vs Condenser<br>
| ✗ | Creating Posts | Advanced setting ||| **Not supported yet** - There is only form<br> |
| ✗ | Creating Posts | Advanced setting - Tooltip after hovering to Advanced setting link|||  |
| ✓ | 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 | 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) | **TO DO** Steps:<br>-Upvote post<br>-Downvote the same post (Remove your vote confirm dialog is triggered)<br><br>If you click ok your vote will be cleared (weight 0)<br>-Click second time Downvote (Confirm downvote dialog should be shown)<br><br>If you click ok you downvote this post (weight: -1000) |
| ✓ | Upvote | Upvote by clicking icon inside the post content | Works | Possible | |
| ✓ | Upvote | Double Upvote by clicking icon inside the post content | Works | Possible | **Fixed**<br> Wrong error message:<br><br>Now is ok error message:<br> |
| ✓ | Upvote | Double Upvote by clicking icon inside the post content | Works | Possible | **FIXED**<br> Wrong error message:<br><br>Now is ok error message:<br> |
| ✓ | Downvote | Downvote by clicking icon inside the post content | Works | Possible | |
| ✓ | Downvote | Double Downvote by clicking icon inside the post content | | Possible | **Fixed** Wrong error message: <br><br>Now is better 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 | **Fixed** Now it returns:<br>  but there was <br><br>(`Your current vote on this comment is identical to this vote.` is showed.)<br> | Possible | |
| ✓ | Downvote | Downvote two times the same post by icon in the card of the post in the post list | **FIXED** 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 |  |
| ✓ | Follow | Follow by clicking button in the specific user's info card | Works | Possible | |
| ✓ | Unfollow | Unfollow by clicking button in the specific user's info board | Works | Possible |Denser:<br> |
| ✓ | Unfollow | Unfollow by clicking button in the specific user's info card | Works | Possible | |
| ✓ | Unfollow | Unfollow on the list of followed users | Works | Possible | **Fixed**<br>Denser: lack unfollow button<br><br> Hive.blog there is Unfollow button:<br> |
| ✓ | Unfollow | Unfollow on the list of followed users | Works | Possible | **FIXED**<br>Denser: lack unfollow button<br><br> Hive.blog there is Unfollow button:<br> |
| ✓ | Unfollow | When I stop following one user then Denser stops following everyone. | works ||**FIXED BUG** |
| ✓ | Follow/Unfollow | When I open new tab with specific user and click follow/unfollow buttons I have to do it two times | works ||**FIXED BUG**|
| ✗ | Mute | Visibility of added users to the muted list | | Possible | **BUG** To see added/deleted users to the muted list you have to refresh page. |
| ✗ | Mute | Mute by clicking button in the specific user's info board | | Possible | **To improve** User is able to add users to that list but **BUG** user can still see post of muted users. |
| ✗ | Mute | Mute by clicking button in the specific user's info card | Works | Possible | **To improve** User is able to add users to that list but **BUG** user can still see post of muted users. |
| ✓ | Mute | Mute on the list of followed users | Works | Possible | **Fixed** Denser: lack Mute button<br><br> Hive.blog there is Mute button:<br> |
| ✓ | Mute | Mute on the list of followed users | Works | Possible | **FIXED** Denser: lack Mute button<br><br> Hive.blog there is Mute button:<br> |
| ✗ | Unmute | Visibility of added users to the muted list | | Possible | **BUG** To see added/deleted users to the muted list you have to refresh page. |
| ✓ | Unmute | Unmute user by clicking button in the specific user's info board | Works | Possible | |
| ✓ | Unmute | Unmute user by clicking button in the specific user's info card | Works | Possible | |
| ✓ | Unmute | Unmute user by clicking button in the specific user's info board when you have more than one tabs opened with specific users | Works | Possible | **Fixed** All users are unmuted |
| ✓ | Unmute | Unmute user by clicking button in the Muted Users list | Works | Possible | **Fixed** These buttons don't work.<br>  |
| ✓ | Unmute | Reset Muted list button works | | Possible | **Fixed**  |
| ✓ | Unmute | Unmute user by clicking button in the specific user's info board when you have more than one tabs opened with specific users | Works | Possible | **FIXED** All users are unmuted |
| ✓ | Unmute | Unmute user by clicking button in the Muted Users list | Works | Possible | **FIXED** These buttons don't work.<br>  |
| ✓ | Unmute | Reset Muted list button works | | Possible | **FIXED**  |
| ✓✗| Blacklisted Users | Visibility the users added to the blacked list | | Possible | **To improve** To see added user you have to refresh page or click to other page and back. |
| ✗| Blacklisted Users | Open the post or comments of blacklisted users should trigger red $${\color{red}(1)}$$ near the blocked user nickname | | Possible | **BUG** does not work. Maybe after move to the blocked user profile page his all posts should be displayed with account warning (red 1)???? - Will it be better? |
| ✓| Blacklisted Users | Add user to black list | works | Possible | **Fixed** Added user to blacklist does not work<br><br> In Hive.blog this looks like<br>  |
| ✓ | Blacklisted Users | Delete user from black list | works | Possible | **Fixed** Unblacklist button does not work<br> |
| ✓ | Blacklisted Users | Reset black list black list | works | Possible | **Fixed** Reset blacklist button does not work |
| ✓| Blacklisted Users | Add user to black list | works | Possible | **FIXED** Added user to blacklist does not work<br><br> In Hive.blog this looks like<br>  |
| ✓ | Blacklisted Users | Delete user from black list | works | Possible | **FIXED** Unblacklist button does not work<br> |
| ✓ | Blacklisted Users | Reset black list black list | works | Possible | **FIXED** Reset blacklist button does not work |
| ✓ | Blacklisted Users | Search this list | works | Possible | |
| ✗ | Followed Muted Lists | User cannot see posts/comments of added user's muted list in followed muted list| does not work | Possible | **BUG** |
| ✓| Followed Muted Lists | Add list to followed muted lists | | Possible | Compare view of denser and hive.blog. **Fixed**There is a `null` Followed Muted Lists<br><br>|
| ✓| Followed Muted Lists | Add list to followed muted lists | | Possible | Compare view of denser and hive.blog. **FIXED**There is a `null` Followed Muted Lists<br><br>|
| ✓ | Followed Muted Lists | Visibility of added user's list to followed muted list | | Possible | **To improve**<br>You have to refresh page or move to the other list and back but this is unnecessary. |
| ✓ | Followed Muted Lists | Delete list from followed muted lists | works | Possible | |
| ✓ | Followed Muted Lists | Reset Followed Muted Lists | works | Possible | |
| ✓ | Followed Muted Lists | Search in the Followed Muted Lists | works | Possible | |
| ✗ | Followed Blacklisted | Open the post or comments of blacklisted users followed form other user should trigger red $${\color{red}(1)}$$ near the blocked user nickname | | Possible | **BUG** does not work. Maybe after move to the blocked user profile page his all posts should be displayed with account warning (red 1)???? - Will it be better? |
| ✓ | Followed Blacklists | Add black list | works | Possible | Compare view of denser and hive.blog. **Fixed**There is a `null` blacklist<br><br> |
| ✓ | Followed Blacklists | Add black list | works | Possible | Compare view of denser and hive.blog. **FIXED**There is a `null` blacklist<br><br> |
| ✓ | Followed Blacklists | Unfollow blacklist | works | Possible | |
| ✓ | Followed Blacklists | Reset Followed blacklist | works | Possible | |
| ✓ | Followed Blacklists | Search This List | works | Possible | |
| ✓✗ | Commenting on posts | | works | Possible | **Fixed** Comment editor after clicking Post button does not close itself.<br>**To do** User has to refresh the paga but shouldn't because it is unnecessary. |
| ✓✗ | Commenting on comments | | works | Possible | **Fixed** Comment editor after clicking Post button does not close itself.<br>**To do** User has to refresh the paga but shouldn't because it is unnecessary. |
| ✓✗ | Commenting on posts | | works | Possible | **FIXED** Comment editor after clicking Post button does not close itself.<br>**To do** User has to refresh the paga but shouldn't because it is unnecessary. |
| ✓✗ | Commenting on comments | | works | Possible | **FIXED** Comment editor after clicking Post button does not close itself.<br>**To do** User has to refresh the paga but shouldn't because it is unnecessary. |
| ✓ | Reblog | | works | Possible | |
| ✓ | Join community | Click `Subscribe` button in specific community | work | Possible | After joining the community, the My Communities list is updated only after refreshing the page <br><br>**Fixed**<br>**Wide website** : Joined button showed - OK<br>The community name is not added to list of my communities - NOT OK<br><br><br>**Narrow website** : There should be visible Joined button but is still Subscribe button - Not OK<br>The community name is not added to list of my communities<br><br><br>**Mobile website** The same problems as above<br><br>! |
| ✓ | Leave community | | works | Possible | After joining the community, the My Communities list is updated only after refreshing the page <br><br>**Fixed**<br><br>I subscribe Liketu community<br><br>after clicking Leave button I'm still a subscriber of this community.<br>**Wide website** It shows that I'm not a subscriber but I still am<br><br>**Narrow website**<br>Joined Button it showed and the community name in My communities list<br><br>**Mobile website**Joined button it is showed and the community name in My communities list is visible<br> |
| ✓ | Join community | Click `Subscribe` button in specific community | does not work | Possible | **FIXED**<br>**Wide website** : Joined button showed - OK<br>The community name is not added to list of my communities - NOT OK<br><br><br>**Narrow website** : There should be visible Joined button but is still Subscribe button - Not OK<br>The community name is not added to list of my communities<br><br><br>**Mobile website** The same problems as above<br><br>! |
| ✓ | Leave community | | works | Possible | **FIXED**<br><br>I subscribe Liketu community<br><br>after clicking Leave button I'm still a subscriber of this community.<br>**Wide website** It shows that I'm not a subscriber but I still am<br><br>**Narrow website**<br>Joined Button it showed and the community name in My communities list<br><br>**Mobile website**Joined button it is showed and the community name in My communities list is visible<br> |
| ✗ | Search | | does not work | Possible | **To do** |
| ✗ | Settings | | does not work | Possible | **To do** |
| ✗ | Notifications | `Mark all as read` link | does not work | Possible | **To do** |
| ✗ | Menu [Mobile view] | | does not work | | **To do** Issue: https://gitlab.syncad.com/hive/denser/-/issues/301 |
\ No newline at end of file
| ✗ | Notifications | `Mark all as read` link | does not work | Possible | **To do** |