JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

#64 archive favourite posts #91

Closed kumail-r closed 1 year ago

kumail-r commented 1 year ago

Closes #64


Added the ability to favorite posts. image

The favorite button updates to an "unfavorite" button if the post is already favorited. image

Adds a "favorites" page to the navigation bar that displays all of the posts favorited by the user. image

The favorites page even allows the user to view favorited posts that have been otherwise deleted by the original author. image

ghanem025 commented 1 year ago

Also @JagrajAulakh you need to be more specific when you are referencing errors. It is running fine when I tested it, could you provide some logs on what errors you are encountering

JagrajAulakh commented 1 year ago

I made a mistake in one my comments, and I removed it. There are no errors per say, but the db.create_all() needs to be removed

ghanem025 commented 1 year ago

aight sounds, i'm not really sure why kumail and I need it but yeah kumail will take those lines away. As long as it's working for everyone

kumail-r commented 1 year ago

@JagrajAulakh the contested lines have been removed