“The page for other members should show links to the posts they have written.”
We removed that from the page of next development tasks. Apparently little gremlins had snuck into the programming shop while we were sleeping (like we sleep anymore) and added that feature themselves. Nice job guys!
Or, we have gotten a little frenzied lately and haven’t even devoted the time we should to making sure that the development is following some sort of plan, crossing things off a list and tackling the milestones in the order that we originally laid them out. Whoops.
Some days we get a few nice things working on the site and it’s just a pleasure to be in the office. Other times we spend three hours chasing a bug that turns out to be a missing + and we wonder if perhaps we have bitten off more than we can chew. Or even carry to our table. We are past five hundred changes to the code in the repository. We were aiming to do a beta release before we reached a thousand, but that might be a little too hopeful.
In aviation there is the concept of the Minimum Equipment List. If there is even a single item on the MEL that isn’t working perfectly… the airplane doesn’t leave the ground. We need an MEL for our beat test. And perhaps another for when we show it to someone that might want to fund the next development phase (we’ve been calling that phase IDS: It Doesn’t Scale, the rallying cry of anti-Rails people on the web).
In the meantime we continue to read and re-read the Rails and Ruby books. How is this for a clever concept: In order to create RSS feeds without authentication just generate a unique URL for each user. They can even be de-activated on a per-user basis then. They could look like this:
http://closebunch.com/rss/woeijrsldnfslnv
They wouldn’t be linked from any public page, so there’s no way a search engine or ‘bot could stumble across them. Very clever.
Posted in Uncategorized