Talk:UCWCE

From UtterChaos
Revision as of 15:01, 23 February 2006 by Ratri (Talk | contribs)

Jump to: navigation, search

Request For Comments

--Nybble 22:07, 22 Feb 2006 (EST)

Looks great! but I have no idea what most of it means...

--Aurora 09:39, 23 Feb 2006 (EST)

Modules: ...but I...

Schema:

Book/Chapter -- are the chapter start/end values supposed to specify a range of comic ID's (cid)? And do the book start/end specify a range of chapter ID's (chapter)?

An alternate suggestion would be to have a chapter column in the comic table. Then the chapter table would have chapter_id, title, and book. The book table would have book_id and title. This makes sure each comic is individually linked, in case we ever, for example, take one down out of the middle and want to replace it later, or anything random that otherwise disrupts nice, neat ordering and breaks the ranges.

The other thing you might want is a status setting that would allow de-activating an individual comic (eg, working, live, expired) so we could potentially upload it in working, view it, post an initial news on it, blah blah...then the cron that launches on a specific date would just have to flip the status to live. If one ever needs to be taken down for any reason, it could be manually switched to working or expired. Whether that's worth it would depend on how likely it is for us to want that kind of preview ability or shutoff switch. It would also allow us to play with/test the system to see how everything works and looks without disrupting the actual comic site.

For the search table, I'm not sure I understand it here...is the lookup supposed to combine information from the 'type' and 'id' columns to look up based on comic.cid or news.nid?

--Ratri 14:01, 23 Feb 2006 (EST)