From d23ee5a948b30efe0c80eeaee46782165bdbe785 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 1 Nov 2024 00:00:36 +0000 Subject: [PATCH] note what next --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 306608f..1aa3460 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,11 @@ _Do not look below this line_ * can we lose this "if isJust lat && isJust lon && isJust ts" wart? * probably we should store points in a more efficient form than a singly-linked list + +* need a web server in haskell that + - accepts file upload and parses the gpx file + - serves the data points in some format elm can digest easily +* need a database of some kind so the data can be saved +* and boring stuff like auth[zn] +* frontend can get data from backend +* for DX, backend can serve the js files needed by frontend