Commit Graph

16 Commits

Author SHA1 Message Date
db31c0fb12 use nil declaration for slices 2021-05-04 20:37:06 +02:00
6fc7af4b50 bump github.com/Kichiyaki/goutil 2021-05-04 19:19:14 +02:00
f907e7294e add github.com/Kichiyaki/goutil, github.com/Kichiyaki/appmode, github.com/Kichiyaki/gopgutil 2021-05-02 13:16:32 +02:00
7de549f183 rename/move some of the packages/files 2021-05-02 08:36:10 +02:00
f85a21e86f move logger to the separate package, add checks if models are valid go-pg hooks 2021-04-23 19:29:13 +02:00
d8e838c6b7 replace hardcoded sql statements with corresponding sqlutils in models 2021-03-13 18:40:06 +01:00
5303afc6e8 Question: fix answers 2021-03-13 16:41:09 +01:00
12d8fb51f4 - add a new method 'HasBasicDataToUpdate' to the two inputs: QuestionInput and QualificationInput
- small changes in error handling (qualification.pgRepository.UpdateMany, qualification.pgRepository.Store, profession.pgRepository.UpdateMany, profession.pgRepository.Store)
2021-03-07 13:06:00 +01:00
82853734be another part of bugfixes 2021-03-06 14:43:50 +01:00
49c8dd355a add graphql schema 2021-03-06 11:54:55 +01:00
fdb934145a add QuestionInput sanitization 2021-03-06 09:03:39 +01:00
ff9e6289ee [WIP]: initial version of question repository 2021-02-28 17:54:40 +01:00
f49dfc5c43 profession: add pg_repository, add a new package errorutils 2021-02-27 11:33:16 +01:00
d39a6317fc add two new packages - envutils and db, add .gitignore 2021-02-27 10:13:35 +01:00
a9e34ccc57 add two new models - QuestionInput and QuestionFilter 2021-02-27 09:29:30 +01:00
ef786b45c1 add two new models - Answer and Question 2021-02-27 09:11:15 +01:00