Archived previous version to switch codebase to Laravel framework for
the sake of reducing complexity to lower the barrier for entry for
potential contributers. Because easier is always better.
Bulk uploading has been added and some inconsistencies in the templates
have been addressed. Still needs work but it's starting to feel like a
cohesive experience.
With the base data entry funcationality in place, now really polishing
can begin as well as establishing what roles can do what.
Smoothing out entry editing will be addressed as well.
Auth class is back up and running to handle user authorizaion
as well as session managment.
Implemented basic usage on admin index class just for an example.
Added a couple of new template files and css to start defining the
overall style of pages and UI.
Started buildig the authorization infrastructure to 1. create the
initial admin class to then 2. the Auth manager class can be created to
manage access based on roles.
added number of template files as well just as a UI base to get things
started.
Auth Framework Part 2 will complete the Auth mangager and clean up the
admin area.