forked from MapComplete/MapComplete
Merge branch 'develop' of source.mapcomplete.org:MapComplete/MapComplete into develop
This commit is contained in:
commit
16690979a0
5 changed files with 30 additions and 0 deletions
30
Docs/Reasonings/AddNewPointDesign.md
Normal file
30
Docs/Reasonings/AddNewPointDesign.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Why is the flow to add a new point like it is?
|
||||
|
||||
I regularly get the question why a certain step is in the flow of adding a new point - often with the request to "simplify" this by omitting this step or by doing this completly differently.
|
||||
|
||||
|
||||
Here are some more detailed examples of the flow, step by step:
|
||||
|
||||
<img src="./AddNewPoint_1.png" style="width: 25rem"/>
|
||||
|
||||
This is the start screen
|
||||
|
||||
<img src="./AddNewPoint_2.png" style="width: 25rem"/>
|
||||
|
||||
This screen could be skipped. Users only have one choice here anyway, why is it still here?
|
||||
|
||||
> This is a confirmation screen to make sure that a contributor picked the right option. In some themes, some extra explanations or example images are shown.
|
||||
|
||||
<img src="./AddNewPoint_3.png" style="width: 25rem"/>
|
||||
|
||||
Add a button to put red cross to current location. Under +/- circles.
|
||||
|
||||
> GPS accuracy cannot be trusted and is often off by several meters. People shouldn't trust this blindly, hence why this is deliberately not an option.
|
||||
|
||||
<img src="./AddNewPoint_4.png" style="width: 25rem"/>
|
||||
|
||||
I don't understand this purple circle. What does this mean? I cant put the marker outside of it. But why?
|
||||
|
||||
> The user has to zoom in to z >= 18 before adding something. They have to inspect the loaded data nearby to prevent e.g. duplicate entries.
|
||||
The rangelock is there to prevent people accidentally panning the map far away. This is often done accidentally, placing the icon where they don't expect it. Another possibility is that the data in that area is not yet loaded, resulting in a duplicate entry.
|
||||
|
BIN
Docs/Reasonings/AddNewPoint_1.png
Normal file
BIN
Docs/Reasonings/AddNewPoint_1.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 118 KiB |
BIN
Docs/Reasonings/AddNewPoint_2.png
Normal file
BIN
Docs/Reasonings/AddNewPoint_2.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 106 KiB |
BIN
Docs/Reasonings/AddNewPoint_3.png
Normal file
BIN
Docs/Reasonings/AddNewPoint_3.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 267 KiB |
BIN
Docs/Reasonings/AddNewPoint_4.png
Normal file
BIN
Docs/Reasonings/AddNewPoint_4.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 314 KiB |
Loading…
Add table
Reference in a new issue