From ee430649030135231e9c1e4631b334ff8cf42bbf Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 31 Jul 2026 04:09:15 +0200 Subject: [PATCH] doc(requirements): assess things done to those intended --- doc/project_and_design/requirements.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/project_and_design/requirements.md b/doc/project_and_design/requirements.md index e7c3208..50c6c30 100644 --- a/doc/project_and_design/requirements.md +++ b/doc/project_and_design/requirements.md @@ -1,10 +1,10 @@ -- running mobile app -- users should be able to - - plan public transport in the VBB transit network - - create and customise routes quickly and on-the-fly - - edit routes from anywhere, where respective route information can be seen - - compare routes easily, especially between different endpoints -- the app should offer up the information most relevant to current route planning - - between route steps, there should be no more than 3 taps required, optimally even just one(1), scrolling excluded - - e.g. only lines that connect to a station should be shown - - stations that a line goes through should be available as next node/ step for planning +- [x] running mobile app +- [ ] users should be able to + - [~] plan public transport in the VBB transit network + - [~] create and customise routes quickly and on-the-fly + - [ ] edit routes from anywhere, where respective route information can be seen + - [ ] compare routes easily, especially between different endpoints +- [~] the app should offer up the information most relevant to current route planning + - [x] between route steps, there should be no more than 3 taps required, optimally even just one(1), scrolling excluded + - [x] e.g. only lines that connect to a station should be shown + - [x] stations that a line goes through should be available as next node/ step for planning \ No newline at end of file