12 Commits (bdd97bcae9fdc3fcd440d59ffbed8b943c6befb8)

Author SHA1 Message Date
dtookey bdd97bcae9 updated data structures to hopefully match clarity 3 years ago
dtookey 11d3ca3e6d new interface/worker to accelerate csv parsing. define the struct, write a mapping function, and baby -- you got a stew goin'. 3 years ago
dtookey 8e6a2f376d first draft of timesheet reports.
still need to modify all existing reports to match up to the schema of what's actually coming out from HR lately.
3 years ago
dtookey bc0c38745d added failed review checking to table reset logic. 4 years ago
dtookey 8a64255a89 added view for project kickbacks 4 years ago
dtookey 5e28da9c17 Added Blocker (for turning objects into 'blocks' of query text) interface in database-primitives.go
along with an ExecuteString method for *ConnectorGenerics that will take a file name and run a concatenated query.
This VASTLY improves insert times.

Added a hackey pseudoinit function into Interconnect.go in order to get access to a database without all the headache and time of recreating all the tables.

Updated verizon.go to use the new query functions
4 years ago
dtookey 909509d2c5 fixed a bone-headed mistake naming the files. hopefully the symptom was corrected. I'll get to work on the cause. 4 years ago
dtookey 05e21fda8e migrated the sql scripts from the clarity-vitals project 4 years ago
dtookey d36464aa8a AR aging reports can be scanned from a file and updated on the datastudio server. However, this is a highly-manual process. we need to work on automation next. 4 years ago
dtookey f7b56120ea refactoring lead to a successful run. However, when running from my home computer, the insight update took approx. 25 minutes. We should add some benchmarking features tomorrow and get a better sense of how long runs actually take. 4 years ago
dtookey e5924caefc changed "DBConnectorGeneric" to "ConnectorGeneric" to avoid clashing with the package name. 4 years ago
dtookey 71552ec88e renamed "util" package to "db" to better reflect the fact that's all that the package does. It also makes site calls to things such as db.BulkUpdate() much more clear. 4 years ago