You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Every post in "My Posts" has exactly 3 comments when it actually sometimes isn't. For example, my "Pizza" post is displayed in "My Posts" as follows:
But actually it has 10 comments, as below:
There is probably a constant used in python instead of checking how many comments there are.
(2) The comments have no date (the template is set to display the date; just add the right back end code)
(3) The comments, the saved posts and "my posts" should be sorted based on time: the most recent first.
(4) When the user clicks on "Dashboard", the "Subscriptions" page should be displayed. Currently, only the blank area is displayed:
I am very thankful to you for taking a look at these issues! This should be it for the dashboard.
The text was updated successfully, but these errors were encountered:
(1) Every post in "My Posts" has exactly 3 comments when it actually sometimes isn't. For example, my "Pizza" post is displayed in "My Posts" as follows:
But actually it has 10 comments, as below:
There is probably a constant used in python instead of checking how many comments there are.
(2) The comments have no date (the template is set to display the date; just add the right back end code)
(3) The comments, the saved posts and "my posts" should be sorted based on time: the most recent first.
(4) When the user clicks on "Dashboard", the "Subscriptions" page should be displayed. Currently, only the blank area is displayed:
I am very thankful to you for taking a look at these issues! This should be it for the dashboard.
The text was updated successfully, but these errors were encountered: