Skip to content

Allow admins to pin a post

Hannes Heine requested to merge pr1840head into pr1840base

Created by: Tirokk

mattwr18 Authored by mattwr18 Merged


  • at the moment, it is created as a property of Post, but will be refactored to create a relationship[:PINNED] from the admin to the Post

  • Co-authored-by: kachulio1 jngugi88@gmail.com

🍰 Pullrequest

Issues

Todo

  • Test-Drive the Refactor of backend to create a relationship [:PINNED] instead of adding it as an attribute of Post node
  • Add attributes to [:PINNED], like createdAt
  • Frontend implementation
  • Styling

Merge request reports