-
Notifications
You must be signed in to change notification settings - Fork 197
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Unreleased data #109
Comments
First of all thanks for bringing this up, we haven't really considered this ourselves before. |
I think the technical implementation doesn't matter that much. However, since this is an open source project and not all entities are clearly defined through a schema (as far as I know, I just looked at existing ones), it would be most clear to implement this functionality by putting them in a separate folder. This makes it clear for all contributors that unreleased entities should go in a separate folder. If you make it dependent on a property, you either have to include the property on all entities, also released ones with the value false, or define a schema somewhere that people can refer to when contributing so they know unreleased entities need an extra property 'unreleased'. I think the important part is how it will affect usage of the API. On that topic I personally think the following requirements should be met:
The second requirement would break backwards compatibility, so I understand if you think differently. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What is the policy regarding information about unreleased entities?
I might be misinformed about this topic, if so please tell me!
There's some artifacts, like 'Prayers to the Firmament' and 'Glacier and Snowfield' that aren't released ingame. This poses at least three problems (in my opinion):
Theres some ways to go about this:
I'd like to hear everyone's opinions on this.
The text was updated successfully, but these errors were encountered: