BigAndini / ers

Event Registration System
GNU General Public License v2.0
10 stars 6 forks source link

Split up modules so every module can work on its own #577

Open BigAndini opened 9 years ago

BigAndini commented 9 years ago

Some functions are cross provided over the modules. This should be solved by renaming ersEntity to ErsBase. The new ErsBase module will provide all entities, some services, view helpers and other cool stuff.

With this structure it's possible to have only the OnsiteReg module running onsite and only the PreReg module running on the VirtualHost which is accessible from the internet. The Admin module can be made accessible through a separate access level via a second VirtualHost.

BigAndini commented 8 years ago

The renaming is already done. The different services needs to be moved to the ErsBase module.

BigAndini commented 8 years ago

Step by step all Entities and Services are going to ErsBase. So this issue is making progress. The goal should be that these modules are separated on github and are loaded through the composer.json with a github repository.