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

Applicant birth date format breaks applicant info view #212

Open
ghost opened this issue Apr 10, 2019 · 0 comments
Open

Applicant birth date format breaks applicant info view #212

ghost opened this issue Apr 10, 2019 · 0 comments
Assignees
Labels
Bug (Broken) Feature is already implemented but not working correctly Frontend Feature for React code Priority 1 Get it done!

Comments

@ghost
Copy link

ghost commented Apr 10, 2019

Describe the bug
The paragraph tag displaying an applicant's birth date breaks rendering entirely.

To Reproduce
Scroll down to the 13th or 14th entry in the applicant list sidebar and choose one of them. Note everything explodes.

Action items

  • We shouldn't just be displaying a raw Date object for an applicant. Rather, we should be getting a formatted date string so it's readable.
  • Look through the MDN docs for Date and find a way to format the object in the best way possible. We may need to create a new Date and pass in the applicant's birth date as a param to generate the object. Then, we should call some method to format the string. This may be done inline with the HTML or as a helper function to make it cleaner.
@ghost ghost added Bug (Broken) Feature is already implemented but not working correctly Frontend Feature for React code Priority 1 Get it done! labels Apr 10, 2019
@ghost ghost added this to the 4 - It's crunch time! 🏃 milestone Apr 10, 2019
@ghost ghost assigned emily-wilson Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug (Broken) Feature is already implemented but not working correctly Frontend Feature for React code Priority 1 Get it done!
Projects
None yet
Development

No branches or pull requests

1 participant