Update #7

A single thread-view template has now been created.

There is no logic yet. That logic being:

  1. Check if board exists (done)
  2. Check if thread exists (not done)

To check if a thread exists there must be a table of posts. Currently there is only a table of boards.

The next big hurtle is sorting out post database object (dbo) creation. There is already code somewhere for string effects like bold, italic, and word replacement. This needs to be merged with the existing proof of concept asset-upload code.

That would mean the user can:

  1. Create threads
  2. Reply to threads
  3. Upload files

ETA is …