All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project WILL ADHERE (as in, in the future) to Semantic Versioning.
- Like/Comment features
- Restricted to accounts
- Corresonding SQL tables (blog id, commenter's user id, comment text, comment timestamp)(queried by blog id, sorted by timestamp?)
- Liking comments?
- Saving features (low priority)
- Post tags (Like reddit flairs)
- Account Settings
- Personalized Background/Color Theme
- Profile pictures/biography
- Corresponding SQL tables (user id, background image color/link (separate table?), profile image link, biography text)
- Initial Commit
- Created init.py, auth.py, blog_stuff.py, db.py, and schema.sql
- Created templates directory, base.html, login and register pages, and index, create, and update pages
- Created static directory and style.css
- Created initial unit tests
- Created gitignore file
- Created MANIFEST.in, setup.cfg, and setup.py for building dist files
- Created README.md and changlog.md