Design review - do you think I'm doing this the right way? First commercial project for me!
Posted
by Sergio Tapia
on Stack Overflow
See other posts from Stack Overflow
or by Sergio Tapia
Published on 2010-05-11T19:13:02Z
Indexed on
2010/05/11
19:14 UTC
Read the original article
Hit count: 261
I'm tasked with designing an application that will allow a person to scan a legal document, save that associated with a Name and save it to a database.
Now, inside of the Organization, there are many departments, and each department can have many sub departments.
Problem lies in that some larger organizations will have many departments and smallers ones will only have 1 or two.
I've though about creating a Department table and a Supdepartment table to create associations, etc. That way it's extensible and users can dynamically create departments to fit my program to their organizational scheme.
Am I approaching this the right way? As I said, this is my first commercial application so I want to do it right and set a name for myself for delivering things on time and good code for other to expand upon.
© Stack Overflow or respective owner