Okay today's notes go here..
| 1. The next feature I need is the ability to save a post in an outline, and re-open it for editing. It's not as easy as one might think, or as straightforward. There are two bits of information that go along with each outline -- the name of the site it's going to, and the post id. However if it's going to the local Radio site, which is an assumption we're willing to make for now, that's just one bit of data to keep around. So where do we keep it? Ahhh that's the beeeg question.
|
| We could attach it as an attribute to the first headline in the outline, but that sucks because what if the user deletes that headline. And how would we set the window type. I think we have to keep the outline in an object database, not the file system. Okay, so if we have to do that, which database? Well, that could be weblogData.root. I like that the best. I certainly don't like creating new databases willy-nilly.
|
9:23:24 AM Google It!
|
|