sync, implemented sort, viewing user pages & articles written, updating db

This commit is contained in:
2025-04-03 10:50:58 -06:00
parent cec9091ee0
commit e5af3aca66
12 changed files with 231 additions and 54 deletions
+5 -5
View File
@@ -8,7 +8,7 @@
- [x] Ensure a consistent design & UX aesthetic --- v0.1.0
- [ ] Sensible CSS class names for a modular styling approach --- v0.2.0
- [ ] Convert db_functions.php queries/statements into prepared SQL for protection against SQL injection --- v0.2.0
- [x] Convert db_functions.php queries/statements into prepared SQL for protection against SQL injection --- v0.2.0
- [ ] Email Handler:
- [ ] Email users subscribed to author or tag whenever a new article is posted. --- v0.3.0
@@ -17,7 +17,7 @@
#### Systems Interfaces
- [x] Admin panel (manage articles & accounts) --- v0.2.0
- [ ] Implement a notification modal system for handling error and success messages. --- v0.2.0
- [ ] Implement a notification modal system for handling error and success messages. --- v0.3.0
- [ ] Accounts:
#### Account CRUD --- account_functions.php
@@ -61,11 +61,11 @@
- [x] Delete Articles by Author (for account deletion) --- v0.1.0
- [ ] Draft/unpublished status --- v0.2.0
- [ ] Update Article by ID (required to be the author updating) --- v0.2.0
- [ ] Get Articles by Author --- v0.2.0
- [ ] Sort / filter system --- v0.2.0
- [x] Get Articles by Author --- v0.2.0
- [x] Sort / filter system --- v0.2.0
#### Article System Interface
- [ ] Convert articles.php layout to a grid, to display a left hand column with a search/filtering system or table of contents. --- v0.2.0
- [x] Convert articles.php layout to a grid, to display a left hand column with a search/filtering system or table of contents. --- v0.2.0
- [ ] Advanced markdown editor or upload markdown, with media upload support (images & code files, requires contributor or higher auth) --- v0.3.0
### Unplanned but implemented