Commit Graph

12 Commits

Author SHA1 Message Date
8d4b72c581 Updated assignments by person to allow unassigning and assigning. 2022-08-20 22:51:54 -07:00
2b9825159b Removed old asset assignment collection (delete from the db if you have it). Added proper history associated with assigning and unassigning. Need to still add events attached to a CB which then transition to the history when the CB is checked in. 2022-08-16 16:08:12 -07:00
63174bbc92 Added assignment history and unassignment feature (not yet tested). 2022-08-15 07:49:34 -07:00
ab427a60df Merge remote-tracking branch 'origin/master' 2022-08-15 07:01:49 -07:00
565ab41f7e Tracked down a bug in a call to MongoDB that failed to ever return. It was trying to remove an index and the call never finished. 2022-08-15 07:01:20 -07:00
071534a420 Removed references to the aggregate code; Commented out the import of the meteor package. 2022-08-14 17:31:34 -07:00
cf51200393 Merged the AssetAssignment collection with the Asset collection; Updated views for assigning assets; Added view to find asset assignments by assetId. 2022-08-14 17:07:14 -07:00
195d93fd20 Fixed bug in Admin page; Finished asset data entry page. 2022-07-22 00:14:45 -07:00
c762581608 Added a data entry page with initial content. 2022-07-12 11:26:36 -07:00
117bd8cd1a Added Asset management code. 2022-06-29 14:17:30 -07:00
3c58f3f8da Added a search for Chromebook usage after a specific date. Removed references to the schema code which was not working. Ran into a deployment issue that requires I manually run sudo npm run install from the bundle/programs/server folder after deploying. 2022-06-21 18:36:45 -07:00
6c6778d58e Updated the models. 2022-06-20 08:24:35 -07:00