-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
close add-new-entry form when clicking on existing entry #158
Comments
feat(#158): make other markers clickable on the creating and editing …
Its working great on https://dev.kartevonmorgen.org/m/main/ev/35caff320bf74422966c301e81cdca5c/edit?c=64.6427%2C24.4556&z=3.00&search=ex+esd-expertnet 😢 minor Bug: When you click on an event, the event-edit form gets loaded, but without loading the event time... But still we should push that update to productive. Its a different user Flow after refactoring:
In the new frontend https://dev.kartevonmorgen.org/m/main/e/create?c=55.9123%2C15.7324&z=5.00&tag=esd-expertnet step 3 and 4 are skipped. Which is an intresting change which we will observe, how user behave with it. Save enough to try, good enough for now! 😢 Step 5 is not working for events All Bugs or Problems are without problem. |
feat(#158): update the tags, start and the end time in the events on edit
feat(#158): do not add many tags on editing entries
feat(#158): do not add many tags on editing events
User Story: As a new mapper I want to open an existing entry on the map to check, if its really a duplicate, without having to find the "back" button from the entry formular or closing it manually. Because finding the button is too complicated for first time mappers and takes to long for experienced mappers. And when I close the entry-form, but a filter is activated, I might loose the duplicate entry, unable to find it again. (And if the user would find out how to remove the filter, he might forget to add the corresponding tag again)
Problem
If people want to add a new entry, but while they do it, they see that it exists already, they can't open that entry as long as they add form is still open.
If people is the map iframe with open "add new entry" form, users can not interact with the pins on the map.
https://www.kartevonmorgen.org/m/kvm/e/create?c=-20.6327%2C-56.4263&z=3.00&tag=regenerativo&sidebar=hidden&pinCenter=-49.7260%2C-36.2089
Solution
Improvement (optional, next sprint)
Similar: #103
The text was updated successfully, but these errors were encountered: