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

Correct casing in AircraftStripView output #193

Closed
2 tasks done
n8rzz opened this issue Dec 13, 2016 · 0 comments
Closed
2 tasks done

Correct casing in AircraftStripView output #193

n8rzz opened this issue Dec 13, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@n8rzz
Copy link
Owner

n8rzz commented Dec 13, 2016

occasionally a string displayed in an aircraft strip will be lower case. This value should not be stored as uppercase, as it is only needed to be uppercase at render.

  • update .text() outputs for aircraft route, destination, etc to include .toUpperCase()
  • update any other outputs within AircraftStripView class that should be upper to use .toUpperCase()

Admittedly, this may not be the best solution. But it is an easy bandaid to implement until a better strategy can be found.

@n8rzz n8rzz added the refactor label Dec 13, 2016
@n8rzz n8rzz added this to the v3.2.0 milestone Dec 13, 2016
@n8rzz n8rzz modified the milestones: v3.3.0, v3.2.0 Dec 17, 2016
@Dabea Dabea mentioned this issue Dec 20, 2016
@n8rzz n8rzz closed this as completed Jan 1, 2017
@n8rzz n8rzz removed the Pull Request label Jan 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants