aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-28 15:06:13 +0200
committerlonkaars <loek@pipeframe.xyz>2023-03-28 15:06:13 +0200
commit729da5c21b3d50d5f7afead0a4d50fb4059d8fd4 (patch)
tree00d2a342f16c5c737b0ae588d4058458fa9918cc
parent835fa6f6461f9dece61dc6cf0ebd0887b7f367be (diff)
update requirements
-rw-r--r--dbinit/init.sql2
-rw-r--r--gui.todo8
2 files changed, 7 insertions, 3 deletions
diff --git a/dbinit/init.sql b/dbinit/init.sql
index e206a7d..9985038 100644
--- a/dbinit/init.sql
+++ b/dbinit/init.sql
@@ -213,3 +213,5 @@ create table if not exists `formula1`.`auditlog` (
use `formula1`;
+set session transaction isolation level serializable;
+
diff --git a/gui.todo b/gui.todo
index 0b5df51..4ce3748 100644
--- a/gui.todo
+++ b/gui.todo
@@ -1,7 +1,7 @@
[ ] login dialog box (like mac system settings with padlock) (username + password)
[ ] drivers
- {show} {set} full name
- - {show} {set} nationality (as flag)
+ - {show} {set} nationality (both as text and as flag)
- {show} portrait
- {show} {set} team
- {show} {set} role/function
@@ -9,18 +9,20 @@
- {show} team name
- {show} driver names (-> link to driver browser?)
[ ] calendar
- - {pick} year
+ - {pick/create} year
+ - {add} race to calendar year
- {show} GP name
- {show} circuit (-> link)
- {show} race (-> link)
[ ] cirucits
- {show} circuit name
- {show} circuit length
+ - {show} circuit lap count
- {show} location
- {show} photo / map
[ ] races
+ - {create} new race
- {show} race number
- - {show} race lap count
- {show} race date
- {set} race outcome
- {set} points (per driver)