Skip to content

FIX #281 Inconsistency in case types( camelCase and snake_case) in characters api #282

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

Open
wants to merge 2 commits into
base: mistress
Choose a base branch
from

Conversation

Thiru-kumaran-R
Copy link
Contributor

@Thiru-kumaran-R Thiru-kumaran-R commented Jun 5, 2024

FIX #281 ,resolved inconsistency issue in casing in all json file in characters including 'add_type_to_character.js' and 'add_weapon_type.js'

@Thiru-kumaran-R Thiru-kumaran-R changed the title Inconsistency in case types( camelCase and snake_case) in characters api #281 Inconsistency in case types( camelCase and snake_case) in characters api Jun 5, 2024
@Thiru-kumaran-R Thiru-kumaran-R changed the title Inconsistency in case types( camelCase and snake_case) in characters api FIX #281 Inconsistency in case types( camelCase and snake_case) in characters api Jun 5, 2024
@man90es
Copy link
Collaborator

man90es commented Jun 5, 2024

I don't think it's a good idea to change attributes that someone's app may already depend on. If anything, I'd delete those attributes completely (still a bad idea) because they are duplicates of "vision" and "weapon"

@majkus522
Copy link
Contributor

They aren't duplicates. Notice that visionKey and weaponType are always (mostly so pt translations which can be fixed) in english while vision and weapon are in a specific language. So they are entirely useless.

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.

Inconsistency in case types( camelCase and snake_case) in characters api
3 participants