Inventory and asset management application built using MEAN stack (MongoDB, Express.js, Angular.js, and Node.js)
Stars
56
Forks
30
Watchers
56
Open Issues
3
Overall repository health assessment
3.4.4~0.31.2^2.34.0^0.6.9^0.7.3^3.8.8^2.4.10.0.4^0.2.1^0.2.0^1.0.0^0.4.0^2.1.4^0.4.4^0.11.0^0.11.0^0.4.0^0.5.0^0.3.0^0.5.0^0.6.1^0.12.3^0.1.3^0.1.5^0.2.1^0.8.2^1.9.7-3^0.1.3^0.10.0^0.10.0^1.18.2^3.2.0^0.4.1^0.1.12^0.3.753
commits
Added callbacks in mongoose save to update dependent documents. Added edit inventories. Fixed search mapping error.
40a92adView on GitHubReorganized layout of show pages. Added Inventory entity and related pages plus search index. Updated inventory pages on item detail and storeroom detail to show inventory records for respective item/storeroom.
0f878faView on GitHubSignificant changes to indexing. Went back to mongodb-river and scrapped mongoosastic for the time being. Manually building index mappings for entities and using the elasticsearch javascript client from within the express/node endpoints. This is a little more complex to setup (rivers, etc.), however the flexibility it affords for designing the indexes is well worth it.
b165568View on GitHubFixed issue where index wasn't being updated on mongo document remove.
cec8207View on GitHubChanged over from mongodb river plugin for elasticsearch to mongoosastic. As a result, redirected client calls for searching through node endpoints. No longer need elasticsearch javascript client.
6b1db74View on GitHubAdded more fields to storeroom model, form, grid, etc. Also added support to entity field directive for checkbox. Column visibility in grid is now configurable and persisted using $cookieStore.
caadad6View on GitHubFurther refactoring of components to generalize and improve flexibility.
cadb9c4View on GitHubTweaked the name of a service. Also made search fields a parameter on route configuration.
81c2675View on GitHub