psf / pycon-us-mobile

Apache License 2.0
29 stars 10 forks source link

Door check titles are longer than displayable #74

Open miketheman opened 4 months ago

miketheman commented 4 months ago

I'm submitting a ... (check one with "x")

Current behavior: When trying to pick an event for the Door Check, if the titles and time frames are too similar, it's not possible to see which even is which.

Example: Wed May 15 1:30 PM - Introduction ... - there are two such entries today.

Expected behavior: Trim some of the information displayed in the title to make more characters visible

Related code:

https://github.com/psf/pycon-us-mobile/blob/e02bcd6dff11a66b6bb1f1e85a01e9f4dd3fdaf7/src/app/pages/door-check/door-check.page.html#L34-L38 https://github.com/psf/pycon-us-mobile/blob/e02bcd6dff11a66b6bb1f1e85a01e9f4dd3fdaf7/src/app/pages/door-check/door-check.page.ts#L54-L56

miketheman commented 4 months ago

I'm not 100% certain how to dev/test a door check locally yet, but wanted to capture the issue as it surfaced.