summaryrefslogtreecommitdiff
path: root/backend/todo.txt
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-11-14 13:39:21 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-11-14 13:49:06 -0500
commit496cfab1e8867d5a8ff54402b848a6a38d03b1b0 (patch)
tree844dce0814d3a632228815636f873fd46ef31b8a /backend/todo.txt
parent445816bc374be098156b33e2c7051091f391786f (diff)
Fix simplify APIResponse struct using interface{}
Combines APIResponseItem and APIResponseList into one struct. Hopefully this allows for the combination of some response code (a function that sends a APIResponse that can be used by each http method)
Diffstat (limited to 'backend/todo.txt')
-rw-r--r--backend/todo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/todo.txt b/backend/todo.txt
index cb074a4..b2d928b 100644
--- a/backend/todo.txt
+++ b/backend/todo.txt
@@ -1 +1,2 @@
-Add Error responses for incorrect methods
+Refactor Response creation
+Handle PSV parsing (rm empty string at end, or rm last pipe when creating item)