Gregory Ballantine gballan
gballan pushed tag v0.1.1 to BitGoblin/overseer 2022-11-04 09:17:58 -04:00
gballan pushed to main at BitGoblin/overseer 2022-11-04 09:17:47 -04:00
b24dab7b84 Version bump to v0.1.1
gballan pushed to main at BitGoblin/overseer 2022-11-04 09:17:15 -04:00
7685d2acd0 Updated CI config for Debian packaging
gballan pushed to main at BitGoblin/overseer 2022-11-04 09:07:37 -04:00
21b48b1f3c Added debian packaging process
gballan pushed tag v0.1.0 to BitGoblin/overseer 2022-11-03 22:29:19 -04:00
gballan pushed to main at BitGoblin/overseer 2022-11-03 22:28:03 -04:00
5e895aa3ca Fixed code style errors
gballan pushed to main at BitGoblin/overseer 2022-11-03 22:19:44 -04:00
bfb8d751b8 Added Woodpecker CI config; added ESLint config to check for syntax and code style checks
gballan pushed to main at BitGoblin/overseer 2022-11-03 22:08:47 -04:00
cb5083d0d7 Added ability to edit item records
gballan pushed to main at BitGoblin/overseer 2022-11-03 20:46:00 -04:00
6c64e6c9a1 Added nodemon to automatically reload the app while developing it
gballan pushed to main at BitGoblin/overseer 2022-11-03 20:38:22 -04:00
01149d8da7 Added a record limiter to the main home view
gballan opened issue BitGoblin/overseer#3 2022-11-03 20:37:26 -04:00
Attach documents to inventory records
gballan opened issue BitGoblin/overseer#2 2022-11-03 20:36:00 -04:00
Allow user to change how many records to limit in main view
gballan opened issue BitGoblin/overseer#1 2022-11-03 20:35:00 -04:00
Allow exporting and importing records
gballan pushed to main at BitGoblin/overseer 2022-11-03 20:29:54 -04:00
5f00cf0edd Modified styles for the app to look better
gballan pushed to main at BitGoblin/overseer 2022-11-03 12:26:47 -04:00
6751d832fd Added some more fields to track for inventory; fixed routing issues with the /item/:id route
gballan pushed to main at BitGoblin/overseer 2022-11-02 23:23:22 -04:00
4a0241dd2b Added a page to view info about an item
gballan pushed to main at BitGoblin/overseer 2022-11-02 14:29:48 -04:00
1b46e7c3fb Added a table to display inventory on the home page; fixed the item add route
gballan pushed to main at BitGoblin/overseer 2022-11-02 14:03:54 -04:00
12770a995d Updated git ignore to exclude files under data/
182356c685 Added the config module to handle app configuration loading; adding data/ folder for local sqlite storage
Compare 2 commits »
gballan pushed to main at BitGoblin/overseer 2022-11-02 13:45:42 -04:00
aa980948d8 Added a basic item add page/route
gballan pushed to main at BitGoblin/overseer 2022-11-02 11:19:40 -04:00
3c0ebc7001 Initial express.js project structure