Skip to content

Modules system implementation #406

@lonnieezell

Description

@lonnieezell

I have this started but I was originally going for a much bigger refactor when I was playing with this.

We need to add a module system so that we can modularize certain parts of the app into portions that can be turned on/off. CodeIgniter's built-in modular code support already provides 80% of the work. To make it so we can turn those on/off, though, we need the following:

  • automatically add active module namespaces to the autoloader
  • admin area to manage modules
  • module file support to allow any special initialization for app and admin areas.
  • Streamlined event support so modules can tie into UI easily.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions