diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-27 09:59:46 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-27 09:59:46 +0100 |
commit | 50a723fb68aa33ebba294ef5b48f47c07d86b27c (patch) | |
tree | f15736492ce5c5e5c65c0386e168d4fc2dc54511 | |
parent | 4a7547c757022554bbc9c41fe69b6ea1b3d1047d (diff) |
doodling gui ideas
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | gui.todo | 30 | ||||
-rw-r--r-- | readme.md | 4 |
3 files changed, 35 insertions, 0 deletions
@@ -0,0 +1 @@ +copyright/ diff --git a/gui.todo b/gui.todo new file mode 100644 index 0000000..0b5df51 --- /dev/null +++ b/gui.todo @@ -0,0 +1,30 @@ +[ ] login dialog box (like mac system settings with padlock) (username + password) +[ ] drivers + - {show} {set} full name + - {show} {set} nationality (as flag) + - {show} portrait + - {show} {set} team + - {show} {set} role/function +[ ] teams + - {show} team name + - {show} driver names (-> link to driver browser?) +[ ] calendar + - {pick} year + - {show} GP name + - {show} circuit (-> link) + - {show} race (-> link) +[ ] cirucits + - {show} circuit name + - {show} circuit length + - {show} location + - {show} photo / map +[ ] races + - {show} race number + - {show} race lap count + - {show} race date + - {set} race outcome + - {set} points (per driver) + - {set} driver that got the fastest round + - {set/order} drivers by finish number + - {set/radio} driver disqualified/DNF + @@ -1 +1,5 @@ +# dab2 eindopdracht +## links + +- [Ergast developer API](http://ergast.com/mrd/) |