Delaying database decisions

In our current project we had to create a menu which was in a multiple level parent child relation. Main menu contains sub menus which contains item menus. On click of item menus a whole new menu gets loaded internally on the right hand side. Another user requirement was that there must be an admin module to update the menus. A pretty common an straight forward requirement.

Catch: The Only catch was user were not sure what will be the structure of the menu number of level, kind of action on each level menu click, menu layout etc.

We were absolutely sure to create a table structure for Menus which handle multilevel menus and relationship with right hand menu. But My Manger asked since our first release is in 2 weeks can we simply keep the menu data in XML and load it.

Reason for delay in database:

  1. In first release user just wanted to do user side of displaying only few menus.
  2. The first release was in 2 weeks.
  3. The links and its functionality was not clear.
  4. To get access to the development database will take more than a week.
  5. This will give us more clarity on columns in the Menu table

It worked for us:

  1. We focused on the GUI functionality which was top priority to client.
  2. We were not rushing with to many things.
  3. After 1 release there were other problem areas which came up thus changing the client’s priority.
  4. The code worked in production for 4 months with XML as the data source for the menu.
  5. Changes in the menu item was easy for Support guys.

I am not advocating that we must always go with XML instead of Database. But my point is we have to take bold decision which will satisfy the customer needs and some times move away from conventional thinking.

Advertisement

Leave a comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: