Hi all,
I am developing a new system to manage legal process and cases.
The rules are:
- A person can be a plaintiff or a defendent
- A case will has one plaintiff and more than one defendent
My question on best approach are:
- Should I create a separate plaintiff object and defendent object or
- should I create a single object person
If I choose option 2, then how do I recognize who is the defendent or plaintiff
How do I handle signin for each option mention above.
I really appreciate if anybody can guide me on this matter.