Skip to content
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

Extract quest data models #2501

Merged
merged 16 commits into from
Jan 14, 2021
Merged

Extract quest data models #2501

merged 16 commits into from
Jan 14, 2021

Conversation

FloEdelmann
Copy link
Member

Follow-up to #2495. Fixes second part and closes #2494.

@FloEdelmann FloEdelmann changed the title Extract BikeParkingType data model Extract quest data models Jan 14, 2021
// sorted by ~worldwide usages, minus country specific ones
MULTI("multi"),

// 250k - 10k
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the comments about the usage numbers should actually go to the quest form, because this is where the order matters. The order does not matter in an enum (read: should not)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I can just do that after the merge

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the quest form, the list is sorted by country usage anyway, so order there shouldn't matter either.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only the top few

@westnordost
Copy link
Member

🚀

@westnordost
Copy link
Member

So, all fine, I'll merge it. Thank you for your work!

@westnordost westnordost merged commit 77e4ec0 into streetcomplete:master Jan 14, 2021
@FloEdelmann FloEdelmann deleted the extract-data-model branch January 14, 2021 23:16
@westnordost westnordost mentioned this pull request Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate view data in quest data classes
3 participants