Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.26 KB

docs.md

File metadata and controls

32 lines (25 loc) · 1.26 KB

Main

  • post category
  • only logged in users can create/comment on post - maybe
  • down/upvote option - only logged in users
  • sorting option for posts on homepage
  • search functionality
  • replace netlify identity to allow user profiles or extend netlify identity to allow such features

Currently working on / Planned next feature

Completed

  • logged in/out notification ✅
  • add reply feature ✅
  • color icon ✅
  • Content Card: add total comments, add date created/updated, add who created post ✅
  • comment sorting option ✅
  • use localstorage to check if person visited app or not, if so then don't show modal to let them know about the state of the project ✅
  • edit option for logged in users ✅
  • delete option for logged in users ✅
  • animation between page transitions ✅
  • converted content to <textarea> for (content creation) and (comment submission)
  • title/content/readmore shorten function updated (home page only) ✅

Notes:

  • (sends POST request) to create a new post and (sends PUT request) will update the forum data, like the comments field.
  • allows authenciated users to update/delete their posts.
  • and navigate users, like '/'->'/post' or '/post' -> '/'

Implementation Considertion