-
-
Notifications
You must be signed in to change notification settings - Fork 388
Closed
Labels
Description
Use case
Currently the "construction is still there?" quest does not cover streets which have been tagged with construction=minor
. As it's kinda hard to notice, as it's not shown on the map with any rendering. It would be nice to have SC ask about the construction still being there, and if not remove the construction=minor
tag.
Proposed Solution
- Expand the current construction quest to search for ways which are tagged with
construction=minor
. - UI doesn't need to change
- If user confirms that the construction is gone, remove
construction=minor
tag and the the corresponding checkdate tag. - If there's a generalized checkdate tag, this can be updated as well (rare but makes sense for remote areas).
- If it's still there just add/update the checkdate, like with any other construction quest.
mnalis and goldfndr