Skip to content

Latest commit

 

History

History
39 lines (39 loc) · 951 Bytes

TODO.md

File metadata and controls

39 lines (39 loc) · 951 Bytes
  • Add README.md
  • Login/signup
  • Database
  • Basic user settings
  • More user settings
  • Login ratelimiting
  • Basic UI
  • Pfp
  • About me
  • Logout
  • Create post
  • Publish post
  • String sterilization
  • Dipslay posts on profile
  • Delete posts
  • Edit posts
  • Post views
  • comment to post
  • User location
  • Display comments on profile
  • Jump to comment
  • Like comment
  • Delete comment
  • Like post
  • Follow user
  • Migrate to postgres
  • Fix publish date not showing up
  • Notification/feed when a following user posts something
  • Mark notifications as read
  • Chunk load stuff
    • Load notifications
    • Load comments (on profile)
  • Use brotli innstead of GZIP
  • Cache static files in prod
  • Cache DB queries
  • Tags instead of topic
  • Explore (based on following tags)
  • i18n
  • Render i18n also in client js