monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.15k stars 2.11k forks source link

Modular Structure #475

Open pedrofornaza opened 7 years ago

pedrofornaza commented 7 years ago

Hello,

I've been thinking about using monica to manage stuff with my wife. I would like to keep track of other stuff too, like food, shop lists and so on.

For now, its ok to add some other modules and CRUDs. But, with time, i think i can become pretty bad to manage the classes, since we have all entities under app folder, all controllers under the same folder, etc.

Dont know if it hurts the project's main goal, but if not, i can start a draft and we discuss.

nerijunior commented 7 years ago

I'm thinking about it at the template part, see my test https://github.com/nerijunior/laravel-placeholder-plugin with it we can put @placeholder at the main monica template and the modules can inject some data.

pedrofornaza commented 6 years ago

Sorry for the delay bro.

Looks good. I will take a better look later.