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

Limit character counts in forms #66

Open
GreysonElkins opened this issue Nov 2, 2020 · 2 comments
Open

Limit character counts in forms #66

GreysonElkins opened this issue Nov 2, 2020 · 2 comments
Labels
bug Something isn't working FE

Comments

@GreysonElkins
Copy link
Member

No description provided.

@GreysonElkins GreysonElkins added bug Something isn't working FE labels Nov 2, 2020
@GreysonElkins
Copy link
Member Author

@rrabinovitch and @gabichuelas do one of y'all mind giving us a list of character count limits for any string we send to you with a POST, (or directing us to where we can find that info)? thanks!

@rrabinovitch
Copy link
Member

https://github.com/HireUp-Turing/HireUp_backend/blob/main/api/database/models.py

skill names: 80 char
value names: 80 char
applicant emails: 100 char
applicant usernames: 100 char
applicant bios: 250 chars
applicant first names: 80 chars
applicant last names: 80 chars

employer names: 100 chars
employer emails: 100 chars
doesn't look like we have a character limit in our schema for message bodies - @gabichuelas can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FE
Projects
None yet
Development

No branches or pull requests

2 participants