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.
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.