19 Commits (11d3ca3e6daa3ac9ef3029f74b488ea98d20f573)

Author SHA1 Message Date
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 3a48e7e033 fixed Account receivables report.
Improved MANY insertion times by rolling up large insertions into large generated queries (sorta dangerous)
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 6fd8e8bd39 Added some status Printlns.
Added parametric header skipping in processTrialBalance in csv.go.
Began earnest work on a sustainable verizon pipeline.
4 years ago
dtookey 791ca84414 Removed debugging lines from GetTimeAllTimeEntriesForUserThroughDate, but kept the non-200 response code debugging line.
Modified insight-connect.go to only capture time entry data from engineering users.
Added line for updating some finance info into the main mercury.go routine, but it's commented out until the delivery pipeline gets sorted out.
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 96f4eae410 SQL scripts that mostly handle the administration of databases and tables has been moved into database-primitives.go, and executed via the "runner" pattern that we came up with. 4 years ago
dtookey 26c4ba93d3 beginning work on picture timestamp correlation 4 years ago
dtookey e40a72f38e refactoring of the database is complete and a lot more clean. It is currently untested, so we'll kick off the inaugural scan here in a minute. 4 years ago
dtookey 7be29424a9 engineering contributions are in a much better, simpler place. 4 years ago
dtookey 49e6b7bb73 created abstractions for automatically pulling users and time entries for users. We haven't completed a full successful (the description field in TimeEntry failed at varchar(512), so we've upped it to 4k) run. However, it's currently running and has gotten past the initial hiccup. 4 years ago
dtookey 7a3f678aa9 initial processing for Trial Balances. 4 years ago
dtookey 8e105637e3 started work on transferring information to the data-connect database 4 years ago
dtookey c776278913 started work on a library for pulling project insight data 4 years ago
dtookey 418fc5f7f2 Initial commit. 4 years ago