This repository has been archived on 2022-08-26. You can view files and clone it, but cannot push or open issues/pull-requests.
gosocial/pkg/models
Noah bb08ec56ce Finish Forums + Likes & Notifications
Finish implementing the basic forum features:
* Pinned threads (admin or board owner only)
* Edit Thread settings when you edit the top-most comment.
* NoReply threads remove all the reply buttons.
* Explicit forums and threads are filtered out unless opted-in (admins
  always see them).
* Count the unique members who participated in each forum.
* Get the most recently updated thread to show on forum list page.
* Contact/Report page: handle receiving a comment ID to report on.

Implement Likes & Notifications
* Like buttons added to Photos and Profile Pages. Implemented via simple
  vanilla JS (likes.js) to make ajax requests to back-end to like/unlike.
* Notifications: for your photo or profile being liked. If you unlike,
  the existing notifications about the like are revoked.
* The notifications appear as an alert number in the nav bar and are read
  on the User Dashboard. Click to mark a notification as "read" or click
  the "mark all as read" button.

Update DeleteUser to scrub likes, notifications, threads, and comments.
2022-08-24 21:17:34 -07:00
..
deletion Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
blocklist.go Block Lists 2022-08-14 17:45:55 -07:00
certification.go Admin Actions 2022-08-14 16:27:57 -07:00
comment.go Forums: Basic Support WIP 2022-08-23 22:55:19 -07:00
feedback.go Contact Us, Feedback, and Reporting 2022-08-21 14:05:08 -07:00
forum.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
forum_stats.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
friend.go Spit and Polish 2022-08-22 20:58:35 -07:00
like.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
message.go Block Lists 2022-08-14 17:45:55 -07:00
models.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
notification.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
pagination.go Implement Direct Messaging 2022-08-13 17:42:42 -07:00
photo.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
profile.go User Photo Gallery & Management 2022-08-12 23:11:36 -07:00
thread.go Finish Forums + Likes & Notifications 2022-08-24 21:17:34 -07:00
user.go Private Profiles & Misc Improvements 2022-08-21 17:29:39 -07:00