aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--gui.todo30
-rw-r--r--readme.md4
3 files changed, 35 insertions, 0 deletions
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/)