Tick off fetch implementation

This commit is contained in:
Paul Brinkmeier 2024-04-11 18:28:52 +02:00
parent cd7b334ae5
commit e68bc65576

View File

@ -70,7 +70,7 @@ getScoreByAge conn = do
- [ ] Implement time intervals - [ ] Implement time intervals
- [ ] and zoned time decoding - [ ] and zoned time decoding
- [ ] How about `timezone`? This could prove problematic when the server and application have different time zones - [ ] How about `timezone`? This could prove problematic when the server and application have different time zones
- [ ] Implement `fetch` (`fetch_` but with parameter passing) - [x] Implement `fetch` (`fetch_` but with parameter passing)
- [ ] Implement JSON decoding - [ ] Implement JSON decoding
- [ ] Implement (anonymous) composite types - [ ] Implement (anonymous) composite types
- [ ] Catch [UnicodeException](https://hackage.haskell.org/package/text-2.1/docs/Data-Text-Encoding-Error.html#t:UnicodeException) when decoding text - [ ] Catch [UnicodeException](https://hackage.haskell.org/package/text-2.1/docs/Data-Text-Encoding-Error.html#t:UnicodeException) when decoding text