City-of-Bloomington / blossom

A skeleton for PHP web applications
GNU Affero General Public License v3.0
3 stars 0 forks source link

Move Employee into Application\Models #13

Closed inghamn closed 8 years ago

inghamn commented 8 years ago

The Employee imlementation of the ExternalIdentity interface should probable be move to the Application, instead of being in library code.

This is a mirror of the issue in the library project https://github.com/City-of-Bloomington/blossom-lib/issues/3

inghamn commented 8 years ago

Actually, it probably makes even more sense to move the implementations into SITE_HOME. Each different city is going to have their own implementation.

We'll probably need to come up with a namespace. Somehow, the user processes needs to know what implementation to instantiate

inghamn commented 8 years ago

Blossom-lib now ships with two examples of imlpementing ExternalIdentity. When starting a new project, you can copy from Blossom\Examples and work from that class as a starting point.