diff --git a/Todos.md b/Todos.md
index e6eb65e421ae0a4ed4e2956fdbbc70b02453b224..14da210e7d1ed90449e45be4acca2c6f0fb30f19 100644
--- a/Todos.md
+++ b/Todos.md
@@ -2,6 +2,7 @@
 - [x] Automatically title graph by race name (no more hardcoding the graph name)
 - [x] Adjust for pitstop discrepancies
 - [x] Fetch rain races via API, not Reddit
+- [ ] Paint back of graph for weather change window
 - [ ] Adjust for position changes caused by crashes (keep out of calculation similarly to PCs due to pitstops ?)
 - [ ] Include safety car periods & driver crashes
 - [ ] Automatically determine if race is DWR or SWR
@@ -9,9 +10,13 @@
   - Implement actual 1/2 of drivers changing compounds rule
 - [ ] Cache data in CSV file for faster access / analysis
 - [ ] Adjust for finding multiple weather changes in a race, not just one
-- [ ] Read out number of drivers participating in session, rather than hardcoding number of drivers (since it might change from 20 to more (or less) in future)
-- [ ] Also read out direct weather data from API
+- [ ] Read out number of drivers participating in session, rather than hardcoding number of drivers (since it might 
+  change from 20 to more (or less) in future)
+- [ ] Extrapolate when track is drying or wetting, determined by whether rain is currently falling or not
+  - Must be manually put into relation to laps, because rainfall is measured roughly once per minute rather than per 
+    lap!
 - [ ] Extrapolate weather conditions from lap times by difference between dry & wet laptimes in order to retrieve 
   weather / track conditions for races before 2018, as Ergast / Jolpica APIs do not provide this data
   - Alternatively, get weather data from a dedicated weather API for the location & date/time the race was carried out
-- 
\ No newline at end of file
+- [ ] Rework fetching/recognition of rain races to use Wikipedia's race reports or something more official from the 
+  FIA as source
\ No newline at end of file