Change of Case/class structure
We have the above class structure in the application. We currently have the Proposal case and several sub cases under it.
we need to enhance it to have a Parent proposal on top of the Proposal case. What would be the best possible approach in terms of class structure?
Is there a way which handles both existing Proposals and the New proposals ?
We need a New parent as shown in the below case structure.