Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 531 Bytes

README.mdx

File metadata and controls

25 lines (20 loc) · 531 Bytes

Auth Routes

  • [y] /index
  • [y] /login
  • [y] /register
  • [y] /setup

Post Routes

  • [y] /post/<POST_ID>

Tab Routes

  • [y] /feed
  • [y] /<USER_ID>
  • [y] /conversations

Profile Routes

  • [x] /<USER_ID>/albums/<ALBUM_ID>

Message Routes

  • [y] /conversations/recipients
  • [y] /conversations/<CONVERSATION_ID>

TODOS

  • [x] if there is no messages in a conversation, but it is not deleted it kind of blows up
  • [x] implement realtime for the conversations
  • [x] figure out a way to auto scroll down in conversations