OOP design for DMS that allows searching and grouping
Posted
by James P.
on Stack Overflow
See other posts from Stack Overflow
or by James P.
Published on 2010-05-27T19:38:06Z
Indexed on
2010/05/27
19:41 UTC
Read the original article
Hit count: 214
I'd like to make a searchable Document Management System and allow a user to group documents together. On one hand, there would be a functionality that registers/fingerprints in a linear fashion and, on the other, one that associates documents into groups. How could I compromise between the two in terms of object design?
© Stack Overflow or respective owner