This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
backend/internal
2021-04-17 16:41:56 +02:00
..
auth replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
db rename two utils (sqlutils.SanitizeSortExpression -> sqlutils.SanitizeSort, sqlutils.SanitizeSortExpressions -> sqlutils.SanitizeSorts), add a new helper type to db package (Sort) 2021-03-06 08:44:49 +01:00
gin/middleware replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00
graphql update schema 2021-04-05 12:22:54 +02:00
models add a new field (id) to QualificationToProfession 2021-04-03 10:32:17 +02:00
profession order associated qualifications by formula and code 2021-04-17 16:41:56 +02:00
qualification increase the max length of a qualification name (100 -> 200) 2021-04-11 11:45:47 +02:00
question remove unused constants 2021-04-11 11:52:33 +02:00
user replace fmt.Errorf with errors.New/errors.Errorf 2021-03-27 16:20:55 +01:00