Garritt McCune glm94
  • Joined on 2020-12-03
glm94 created repository glm94/sdl-test 2021-12-14 15:03:55 -06:00
glm94 pushed to changes at glm94/dwm 2021-10-14 19:45:16 -05:00
00da984512 Added my Conky config
glm94 pushed to master at glm94/inventory-middleware 2021-09-30 11:55:10 -05:00
1ab140bdbb Changed the HTTP router to chi.
glm94 pushed to master at glm94/inventory-middleware 2021-09-29 15:17:01 -05:00
f866e9bd7d Updated the SQL template to include some cost of ownership information, at least the first draft of the concept.
glm94 commented on issue glm94/inventory-middleware#1 2021-09-09 22:38:26 -05:00
Accrued Cost

There's two ways to show accrued cost, another item (like a replacement motor for a car window) and a service cost (like hiring a repairman). The first one could be done by referencing the "item"…

glm94 pushed to master at glm94/inventory-middleware 2021-09-09 21:52:50 -05:00
5cea8df5f5 Subcategory now accepts POST requests, so they can be added even after a category has been created.
glm94 opened issue glm94/inventory-middleware#2 2021-09-09 16:17:00 -05:00
JSON API
glm94 pushed to master at glm94/inventory-middleware 2021-09-09 16:08:03 -05:00
f1272b86e8 Added a way to delete a specific subcategory.
glm94 pushed to master at glm94/inventory-middleware 2021-09-09 15:15:15 -05:00
5feb32a122 Quick cleanup on a few bits of code, also added some places where a transaction rollback was missed.
glm94 pushed to master at glm94/inventory-middleware 2021-09-09 15:04:34 -05:00
913b7ca138 Fixed a bug where the transaction would roll back if no subcategories where present.
glm94 pushed to master at glm94/inventory-middleware 2021-09-09 15:02:18 -05:00
42594918ef Updated the category creation to include optional subcategories. First iteration of working with Go's SQL transaction setup.
glm94 pushed to master at glm94/inventory-middleware 2021-09-09 11:34:21 -05:00
871484a8e5 Category data now includes their subcategories. Categories can now be requested by ID in a prettier way.
glm94 opened issue glm94/inventory-middleware#1 2021-09-09 11:11:44 -05:00
Accrued Cost
glm94 pushed to master at glm94/inventory-middleware 2021-09-08 22:53:08 -05:00
20a6365159 First attempt at splitting the Go code into seperate files to clean things up.
glm94 pushed to master at glm94/inventory-middleware 2021-09-08 14:53:03 -05:00
bb01c11859 Added a more RESTful interface for the category enities.
glm94 pushed to master at glm94/inventory-middleware 2021-09-08 13:43:22 -05:00
44959af216 Added support for inserting a new category.
glm94 pushed to master at glm94/inventory-middleware 2021-09-07 21:59:00 -05:00
4811e24dd6 Fixed a bug where the postgres queries failed with a relation error. /data now dumps all the categories in the database.
glm94 pushed to master at glm94/inventory-middleware 2021-09-02 22:04:30 -05:00
6e4f7044e8 Added some structs to represent a few database tables.
glm94 pushed to master at glm94/inventory-middleware 2021-08-30 22:25:53 -05:00
5fb10685ba Added the template SQL script for creating the inventory database's tables.
glm94 created branch master in glm94/inventory-middleware 2021-08-30 22:22:17 -05:00