Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.19 KB

Readme.md

File metadata and controls

34 lines (29 loc) · 1.19 KB

Minimal Journal

Version Heorku

A Journal App/API based on django & django-rest-framework

WIP: Work in Progress

TODO:

    • Initial UI
    • Backend API
      • User Registration/ Log In/ Log Out
      • Entry model
      • DRF search
        • Different search logic for two fields
      • Seperate Tags model for better performance
    • Front end
      • Entry list
      • Nav bar
      • New entry input
      • Edit/Update functionality
      • Delete functionality
      • Pagination for large data
        • Long pagination problem
        • Hide pagination on just single
    • Bugs
      • Clear tags when going to search and vice-versa
      • Prevent recursive databse queries
    • Implement PostgresSQL
    • Deploy to heroku
    • Front end React - Next JS
    • Encrypt the backend storage so that all entries are secured