cehrensperger / SystemicProject

0 stars 1 forks source link

Make Handlers more generalized and abstract. #20

Closed Mathew-Estafanous closed 4 years ago

Mathew-Estafanous commented 4 years ago

Resolves #19

Firstly, I added a .gitignore file that is helpful in ensuring that not needed files are not included in git commits, etc.

The main changes are in the handler classes. They have been made into abstract classes and made more generalized to ensure a little more flexibility when creating new handlers that are specific to an entity.