DataMascara / cisc3140-su19-project

https://bc-app-class.herokuapp.com/login/
2 stars 5 forks source link

Dashboard Issues #73

Open mary060196 opened 5 years ago

mary060196 commented 5 years ago

(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: image But actually it has 10 comments, as below: image 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: image

I am very thankful to you for taking a look at these issues! This should be it for the dashboard.

Maker-Mark commented 5 years ago

Hmm thank you for pointing this out. Will keep this open and look into when we have a chance

xiaojun-wu commented 5 years ago

Thank's remind, I will try to fix it later.