Commit Graph

47 Commits

Author SHA1 Message Date
224e795531
Improved error messages
Some checks failed
the build failed
2018-01-15 13:20:58 +01:00
1911ec4d5f
The api now returns more specific error codes
Some checks failed
the build failed
2018-01-15 13:08:17 +01:00
78fe10094e
Getting JSON Objects improvements
All checks were successful
the build was successful
2017-12-07 16:17:18 +01:00
932885d34a
gofmt
All checks were successful
the build was successful
2017-12-05 14:47:28 +01:00
48b309cd51
Implemented logging of user actions 2017-12-05 14:46:54 +01:00
a97216fbd1
gofmt 2017-12-01 12:38:36 +01:00
2cd48f2e30
🍵 2017-12-01 12:38:09 +01:00
b0219e9052
Tested sqlite db 2017-12-01 11:33:40 +01:00
e485218688
Cleanup
Some checks failed
the build failed
2017-11-30 15:48:03 +01:00
3d1a710ae0
Fixed: When updating a book, no title is needed
Some checks failed
the build failed
2017-11-29 15:59:34 +01:00
c93b2f433c
Optimized search route
Some checks failed
the build failed
2017-11-29 15:22:25 +01:00
6ccd898d65
Added item management to frontend
Some checks failed
the build failed
2017-11-29 14:51:51 +01:00
3c08e18cd2
Added item managagement
All checks were successful
the build was successful
+ Resolved quantity stuff - there now is a new table which links books or items to a quantity
2017-11-29 12:25:52 +01:00
c6ae207c9b
gofmt 2017-11-28 16:04:14 +01:00
2744214185
Repared update methods
Some checks failed
the build failed
2017-11-28 15:29:51 +01:00
79da356557
Added check if author is empty 2017-11-24 12:39:52 +01:00
e58bccb6e8
fmt
All checks were successful
the build was successful
2017-11-21 12:10:16 +01:00
1d2dfa487c
Implemented list, add, update, delete publisher
Some checks failed
the build failed
2017-11-21 12:09:45 +01:00
6fbc820db9
gofmt
All checks were successful
the build was successful
2017-11-21 11:40:07 +01:00
0d63ab8826
Added methods to add or update an author 2017-11-21 11:38:52 +01:00
8c487d17d6
At least a title is now required when inserting or updating a book 2017-11-21 10:33:37 +01:00
c160f5720b
Finished Book update method
Some checks failed
the build failed
2017-11-18 09:32:30 +01:00
fb305e5b39
Implemented book quantity insert when a book is inserted
All checks were successful
the build was successful
+ Books can now either send through a direct json payload or via one form value
+ lint & gofmt
2017-11-16 19:07:32 +01:00
0e814d026e
Fixed Lint + gofmt 2017-11-15 16:16:44 +01:00
f48de8e75f
Added dynamically get books status 2017-11-15 16:13:47 +01:00
c82068b991
New books can now be inserted via json payload
All checks were successful
the build was successful
2017-11-15 15:25:47 +01:00
14b7a42d32
Fixed Build
All checks were successful
the build was successful
2017-11-08 10:57:38 +01:00
64dd0ce2d0
Fixed lint
Some checks failed
the build failed
2017-11-08 10:55:17 +01:00
b4b0b737a3
gofmt 2017-11-07 16:35:10 +01:00
9644f2304f Implemented returning of newly inserted publisher
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-11 21:45:31 +02:00
6ba44a5986 Added method to update a publisher
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-11 20:27:05 +02:00
63e93036a1 Added method to update an author
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-11 20:22:31 +02:00
cfcf4ac365 Insert methods now return the inserted object
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-11 18:17:51 +02:00
a78ac5d7da Added methods to add and delete a publisher
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-11 18:06:51 +02:00
500007bdae Added method to add and delete an author
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-11 17:20:56 +02:00
57b6997267 implemented method to delete a book
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 22:47:54 +02:00
2e360becca implemented authors and publishers search
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 21:58:55 +02:00
38fdf9cbd8 implemented books search
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 21:40:14 +02:00
ce6c02a1cc Implemented Publisher List functions
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 18:23:52 +02:00
6ce0c553d4 Implemented Author lookup
+ book lookup optimization

Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 18:11:09 +02:00
167ba086d7 Added lookup one single book
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 17:01:33 +02:00
08b14a71a9 added config file
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 10:40:36 +02:00
1249987e5f added comments
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-10 09:47:05 +02:00
718f6bf6bb Added basic insert with auth
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-09 21:06:40 +02:00
d26df6c160 Proper Error Handling
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-09 18:29:09 +02:00
9e6bcb12be basic list
Signed-off-by: kolaente <konrad@kola-entertainments.de>
2017-10-09 18:20:16 +02:00
a91fd9c204 Added routes 2017-10-09 14:29:21 +02:00