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

Auto-capitalize user's callsign #11

Closed
norrisng opened this issue Oct 29, 2018 · 1 comment
Closed

Auto-capitalize user's callsign #11

norrisng opened this issue Oct 29, 2018 · 1 comment
Labels
api Issues related to the Flask API enhancement An improvement on an existing feature
Milestone

Comments

@norrisng
Copy link
Owner

When storing user-entered callsigns (i.e. the first thing that gets entered when the client is opened), auto-capitalize them before saving them to the database.

Ultimately, it doesn't really matter that much, as its only use is to serve as a "confirmation" for the user. It merely provides a way for a user to make sure that their verification code hasn't been used by someone else (via the status bot command).

That being said, it does look nicer.

@norrisng norrisng added api Issues related to the Flask API enhancement An improvement on an existing feature labels Oct 29, 2018
@norrisng norrisng added this to the 0.9.0 milestone Dec 4, 2018
@norrisng
Copy link
Owner Author

Implemented in eabfbc3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the Flask API enhancement An improvement on an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant