arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Organization: Evaluate and consider restructuring of organizations #546

Open arborrow opened 1 year ago

arborrow commented 1 year ago

Currently, parishes and dioceses have their own controllers; however, I'm wondering if it might be better to consolidate the menu to: Persons (Individuals) Households (not implemented at this point) Organizations (with the possibility of having a submenu for the various types of organizations).

This would better follow the theoretical structure of CiviCRMs organization of contacts. We could probably use one show blade with some logic in it for displaying the pieces that relate to the subtype of the organization.

At this point, I just want to create an issue to think about it and discuss it.

arborrow commented 1 year ago

p.s. the advantage would be that it may simplify defining of relationships so that we don't have to have so many types (Deacon of a Parish, Deacon of a Diocese, etc.).