From 50a723fb68aa33ebba294ef5b48f47c07d86b27c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 27 Feb 2023 09:59:46 +0100 Subject: doodling gui ideas --- .gitignore | 1 + gui.todo | 30 ++++++++++++++++++++++++++++++ readme.md | 4 ++++ 3 files changed, 35 insertions(+) create mode 100644 gui.todo diff --git a/.gitignore b/.gitignore index e69de29..902c25d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 + diff --git a/readme.md b/readme.md index 8b13789..7856121 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,5 @@ +# dab2 eindopdracht +## links + +- [Ergast developer API](http://ergast.com/mrd/) -- cgit v1.2.3