diff options
-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/) |