Also, the data schema of the beta board is pretty similar to the current board. However, tables are not created for new threads there is just a posts table and a threads table (called subjects because of a keyword conflict with threads)
Giles ,'Conversations with Dead People'
Buffistas Building a Better Board ++
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
That's how the board here used to work, but ita had to split it out into individual thread tables because the posts table just got too big and unwieldly.
Hmmm.... that shouldn't be an issue with the Postgres database.
In case you didn't know the beta site is now at version 0.3. Support was added to close threads and there are a few bug fixes. Version 0.4 will be about filling out a lot of the static content. I'm thinking I might take a little different approach and make the static content at least semi-editable from admin so it's easier to update things.
That's the update so if you didn't know, now you know.
Made another update.
From a user perspective it just adds a static etiquette page. From the admin perspective there is a lot more as pages can be added and edited in the admin portal. Such pages can then be edited by admins without having to write HTML or dealing with having to check files in and out.
I need to add a preview option in the admin section still as the WYSIWYG editor isn't always.
or dealing with having to check files in and out.
Is there a check to make sure more than one admin isn't editing the same page at the same time?
Nope. I'm sort of assuming that pages won't be edited all that often.
It could be added. When the edit form is loaded there could be a timeout period and disallow loading the edit form until either the edits are posted or the timeout expires. But that has its own drawbacks if someone starts editing and then comes back in an hour or so then their editing session will have timed out.
I'm sort of assuming that pages won't be edited all that often.
That is a reasonable assumption.
Inserting links in the page editor doesn't work right now. I'll need to find the right settings so the editor doesn't keep mangling urls.
Overall, the beta board is getting pretty functional now.