Forum DevLog
Today I’m working on continuing to develop the comment and reply system within the forum.
- Currently, the admin has to add comments and replies manually using the dashboard.
- The goal is to allow the user to simply type their comment and it gets displayed within the page.
-
It might be a good idea to add run scripts to make things simpler. Same thing with installation scripts.
-
Might need to review
var
names as they are not very straightforward, for example I haveaPost
to represent an object ofPost
.