Things stalled again due to unclear directions. Pending tasks are Post DBO creation. There’s a pain point with the database structure. It’s probably another thing that will take 5 seconds to implement. When the program starts up, it will need to have some hard-coded dummy posts in an initialization routine to populate the database with a few posts.
Otherwise when the template renders there will be no threads or posts.
So for development purposes. There needs to be some content.
After that’s done, the logic needs to be written to lookup the query parameter (Thread Id, Board name) in the database and then fetch the post content (and replies) and insert those into the template for rendering.
I just don’t feel very motivated right now.