23 Commits
Author SHA1 Message Date
Vojtěch Káně f1ca80cbae Compare codes case insensitive 2021-05-03 17:50:54 +02:00
Vojtěch Káně 5f9ac3d4a9 Implement creating new games 2021-04-27 16:37:48 +02:00
Vojtěch Káně 339af2ebca Make breaks between questions 2021-04-25 14:09:08 +02:00
Vojtěch Káně 3df6c47464 Show remaining time to answer 2021-04-24 12:35:56 +02:00
Vojtěch Káně 1e31b770ca Add OnDelete annotation to each edge 2021-04-21 12:10:28 +02:00
Vojtěch Káně 52f2e238e1 Remove custom table names as ent uses sensible defaults
The only consequence is renaming option to choice
2021-04-21 12:06:10 +02:00
Vojtěch Káně ea24ed2f1d Declare dependencies of go generate and run go mod tidy 2021-04-21 11:59:00 +02:00
Vojtěch Káně 688f87922d Display results 2021-04-01 16:36:38 +02:00
Vojtěch Káně a5bc7c6984 Implement session creation 2021-03-29 20:37:52 +02:00
Vojtěch Káně 782f96ebbd Fill Session.Started 2021-03-24 19:30:00 +01:00
Vojtěch Káně e2e7130e40 Fix Model.SaveAnswer 2021-03-24 18:09:46 +01:00
Vojtěch Káně 10cab78b6f Add tests for Model.SaveAnswer 2021-03-21 16:28:07 +01:00
Vojtěch Káně e5412eba87 Pass current time to model methods by arguments to make them purer and therefore more testable 2021-03-21 15:30:42 +01:00
Vojtěch Káně 32b3b35a2f Support go generate for ent codegen 2021-02-18 14:52:42 +01:00
Vojtěch Káně 41ae2283b1 Update ent
The package changed its import path so we had to reflect
2021-02-18 14:51:45 +01:00
Vojtěch Káně cc74774950 Use uuid.Nil instead of uuid.New() in ent schema initializers
It is used just to carry the sql.Scanner and sql.Valuer interface.
2021-02-15 17:15:59 +01:00
Vojtěch Káně 9d37cb3ebb Initial model testing environment 2021-02-15 14:51:07 +01:00
Vojtěch Káně e4ab598b49 Use UUIDs for AskedQuestions as well 2021-02-15 13:21:38 +01:00
Vojtěch Káně e677014d75 Fix typos 2021-02-08 08:59:28 +01:00
Vojtěch Káně 4fc9aa50d1 Accept answers 2021-02-07 18:29:36 +01:00
Vojtěch Káně fdc080a250 Implement switching to next question 2021-02-06 21:17:31 +01:00
Vojtěch Káně a3786f56cf Add gitignore for ent generated files 2021-02-06 19:16:01 +01:00
Vojtěch Káně 28e22e3422 Initial commit 2020-12-03 23:07:44 +01:00