Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-19 | First parse of an Excel file | Matthew Lemon | 1 | -10/+12 | |
2024-04-12 | First test and first appearance of returns code | Matthew Lemon | 1 | -155/+12 | |
Test a function that gets all sheets from a datamap struct. A new function to handle a datamap and a return together in one POST request. | |||||
2024-04-12 | Adds back old JSON-based handler | Matthew Lemon | 1 | -0/+58 | |
2024-04-10 | Adds ability to save a single datamap to the database | Matthew Lemon | 1 | -8/+90 | |
2024-04-10 | First introduction of migrations using golang-migrate | Matthew Lemon | 1 | -4/+6 | |
2024-04-06 | Reorganises cmd/ structure for publication on pkg.go.dev | Matthew Lemon | 1 | -0/+0 | |
Adds key commands to Makefile | |||||
2024-04-06 | Adds the GPL clauses to main source code files | Matthew Lemon | 1 | -0/+17 | |
2024-03-13 | Handler for creating a datamapLine object | Matthew Lemon | 1 | -7/+20 | |
2024-03-13 | Implements our own errors | Matthew Lemon | 1 | -6/+3 | |
2024-03-12 | Wraps the JSON response in an envelope | Matthew Lemon | 1 | -1/+1 | |
2024-03-12 | wip: Indent the JSON | Matthew Lemon | 1 | -3/+13 | |
2024-03-12 | wip: full datamap struct is now converted to json | Matthew Lemon | 1 | -6/+16 | |
2024-03-12 | wip: returns the parsed csv as json | Matthew Lemon | 1 | -28/+34 | |
2024-03-12 | wip: writes contents of uploaded csv file to http.ResponseWriter | Matthew Lemon | 1 | -12/+28 | |
2024-03-12 | First implementation of csv upload | Matthew Lemon | 1 | -1/+33 | |
2024-03-11 | Handles negative id | Matthew Lemon | 1 | -2/+1 | |