chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could example how to manage app structure for multi module (multi app feature)?

thearabbit opened this issue · comments

Example I wold like to manage multi app feature on the same source

  • Accounting module
  • Loan module
  • Saving Module

Could example app structure?

Can you provide a bit more information? What do you mean with Module? As in:

loan.somewebsite.com ?

Or just pages on the dashboard that allow you to manage these 3 things?

I mean that I have core app and have sub systems in core like this

/app
   import/
       //--- core
       api/
       startup/
       client/
       //--- modules
       modules/
             accounting/
                     api/
                     startup/
                     client/
              pos/
                     api/
                     startup/
                     client/

Yes this should be on the list. I will update the TODO's because modules will be unavoidable. Good one 🙂

thanks for your reply, 💯

@thearabbit how would you see this multi site thing? As in: Each module represents a certain frontend? Or are you referring to a feature based system where for example "auth" and "articles" would be a feature? Am a bit confused right now

I would like to manage multi module system like Odoo System:
(Each module represents a main layout)

  • Welcome page
    image
  • I try to access Point of Sale
    image

(Sorry if I am confused your question)

No worries. We'll figure it out. I'm refurbishing a bit to accommodate a feature based structure. My key time consumer here is to keep it clear what I did and how things are connected

Done 👍

very thanks 💯