Docs: Extended guidelines for presets, fields, deprecations#1229
Docs: Extended guidelines for presets, fields, deprecations#1229tyrasd merged 8 commits intoopenstreetmap:mainfrom
Conversation
This is heavily inspired by https://github.com/streetcomplete/StreetComplete/blob/master/QUEST_GUIDELINES.md – thanks a lot
|
🍱 You can preview the tagging presets of this pull request here. |
|
I suggest enhancing the guidelines by recommending that new presets inherit fields from more commonly used presets. For example, when creating a specific shop type, inherit fields from the general shop preset and then add specific fields as needed. This ensures consistency, reduces redundancy, and simplifies maintenance. When the general preset is updated, the specific presets automatically inherit these updates, keeping everything current and consistent. Additionally, it might be helpful to include best practices for testing new presets to ensure they function correctly within the tagging schema. Other than that is all seems good to me. |
This is currently documented on the
👍 this would definitely be useful to be included. But let's still merge the doc as it is for now and improve upon it in follow up PRs. 🤓 |
@tyrasd following our conversation on the last iD community call I created this draft of a separate document that outlines the decisions that guide adding presets, fields and so on.
I suggest we collect some feedback but the start using it which will be the best way to improve it over time.
This is heavily inspired by https://github.com/streetcomplete/StreetComplete/blob/master/QUEST_GUIDELINES.md – thanks a lot