"Don't read that. It's still very rough."

Prototype Post Template #9

Here are some of the fields that have been carved out:

	public String name = "Anon";
	public Long id = 22426937L; // This post id.
	public Long threadid = 22423680L; // Thread this post belongs to (OP Post ID).
	public Long backlink = 22426948L; // Other post ids which reply to this post. 


	// TODO: Below three should be merged into one field.

	public Long quotelink = 22426933L; // Other post ids which this post replies to.
	public String quotelinkText = "I don't remember asking.";
	public String Message = "the actual message.";

Below fields (quotes & message) should be merged as they are all part of the post message. When the “Message” string is populated (in lynxchan) it contains the formatted HTML, including the quote <a> hyperlink reference(s) to other posts. We will need a render method to finesse user input (markup effects, world replacement, …) before storing it in the Post dbo.

Also on the to-do list is file embedding. We already have dbos with physical and logical path fields, it is just a matter of actually creating the aforementioned Post dbo and then stiching in a foreign key relationship.

All ping pong and no silence makes Peter hungry for cheetos.