Closed atraub closed 10 years ago
Thanks, Adam. We dropped system_category from the most recent version. I believe the sql script has user_access in place, although we aren't using it for anything now. (c.f. https://github.com/gvsulib/library-Status/blob/master/status.sql#L137)
We're working on making this tool easier to install and use, if you're interested in helping! Check out the next milestone's tasks: https://github.com/gvsulib/library-Status/issues?milestone=2&state=open
Hi Matt - I would be interested! I didn't get a lot of support here previously, but we're looking for a new person who might be willing to move these kind of things into a prod environment.
We may be a little slow to update, but I'd love to help out. If I go off-the grid, please give me a nudge!
Might want to add 'system_category' and 'user_access' to the SQL script. Adding system_category allows the display on index.php (or else very little shows up) and 'user_access' should allow selection of systems in admin.php (still testing).
Something like: 'system_category' varchar(255) NOT NULL, ?