Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow A Dad's Submissions #114

Closed
14 tasks done
itsnsix opened this issue Sep 9, 2020 · 0 comments · Fixed by #119
Closed
14 tasks done

Follow A Dad's Submissions #114

itsnsix opened this issue Sep 9, 2020 · 0 comments · Fixed by #119
Assignees
Labels
enhancement New feature or request
Projects

Comments

@itsnsix
Copy link
Collaborator

itsnsix commented Sep 9, 2020

Users get notifications when a dad they choose submits their art

Followed submissions will bubble to the top of the submissions page.

Follower features

  • Frontend Changes:
  • - users/id page:
  • - Add follow/unfollow toggle button
  • - submissions/id page
  • - Add follow/unfollow toggle buttons
  • - submissions/ page
  • - Followed users bubble to top
  • - user/id/edit page
  • - Show a list of following and add follow/unfollow toggle button
  • Backend Changes:
  • - Create followers table in DB
  • - Table -- user_id: int, followed_user_id: int
  • - Submission notifications for followers
    - [x] - Notification source_type: 'Followed Submission -- Pushed off until notification overhaul
  • - Create/Destroy follower entry in DB in Application Controller
@itsnsix itsnsix created this issue from a note in DAD 2.0 (In Progress) Sep 9, 2020
@itsnsix itsnsix self-assigned this Sep 9, 2020
@itsnsix itsnsix added the enhancement New feature or request label Sep 9, 2020
@itsnsix itsnsix linked a pull request Sep 17, 2020 that will close this issue
@itsnsix itsnsix moved this from In Progress to Pending Review in DAD 2.0 Oct 3, 2020
DAD 2.0 automation moved this from Pending Review to Done Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
DAD 2.0
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant