Skip to content

Feat: blog post - Reduced Fare Eligibility Research - #352

Open
angela-tran wants to merge 6 commits into
mainfrom
feat/blog-post--eligibility-standards
Open

Feat: blog post - Reduced Fare Eligibility Research#352
angela-tran wants to merge 6 commits into
mainfrom
feat/blog-post--eligibility-standards

Conversation

@angela-tran

@angela-tran angela-tran commented Sep 1, 2026

Copy link
Copy Markdown
Member

ClickUp task: https://app.clickup.com/t/8631512/86ba8mj7u

Also closes #339 with ede3f7d

Todos

  • Update the date to the correct publish date before we merge this
  • Implement light adjustments to default table styling? - Improve default table styles #339
  • Confirm that the image size and filename are ok
  • Confirm on the meta description - Christine accepted the suggestion to use the subtitle ✅

@angela-tran angela-tran self-assigned this Sep 1, 2026
@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for compilerla ready!

Name Link
🔨 Latest commit ede3f7d
🔍 Latest deploy log https://app.netlify.com/projects/compilerla/deploys/6a989a0f4be89c0008f48535
😎 Deploy Preview https://deploy-preview-352--compilerla.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

table
- remove left/right margin
- add top/bottom margin

table header
- update table header font-family and font-weight

table data
- add more padding to cells and make them align at the top
- add a border
@angela-tran

Copy link
Copy Markdown
Member Author

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cmajel - when you have a chance, could you look at how this image appears in context on the preview site? Does it look how you envisioned in terms of sizing / readability? And is this filename ok with you?

description: "What we learned about reduced fare eligibility after reviewing 20 application forms and talking to transit providers and riders with disabilities"
author: Christine Bath
excerpt: "What we learned about reduced fare eligibility after reviewing 20 application forms and talking to transit providers and riders with disabilities"
date: 2026-09-01T00:00:00+0000

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@angela-tran - don't forget to update this date

Comment thread src/styles/base.css
Comment on lines 712 to +726
.blog_post table {
margin: 0 1.5rem;
margin: 1.5rem 0 3rem;
}

.blog_post table th {
font-family: var(--bs-font-monospace);
font-weight: 800;
}

.blog_post table td,
.blog_post table th {
padding: 0.75rem;
padding: 1.5rem 1.5rem 1.5rem 0;
display: table-cell;
vertical-align: top;
border-bottom: 1px solid var(--brand-scale-gray-3);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Followed the design in the Figma branch linked on #339

Image

For posterity, the previous table styles were implemented back in c79715e

@angela-tran
angela-tran marked this pull request as ready for review September 2, 2026 21:59
@angela-tran
angela-tran requested a review from a team as a code owner September 2, 2026 21:59
@angela-tran

angela-tran commented Sep 2, 2026

Copy link
Copy Markdown
Member Author

@laneymangan - this is now ready for review 👀

@cmajel - you are also welcome to review this, especially the table style updates I made according to what I saw in Figma 🎨

We need a review from an @compilerla/engineering team member as well 🤓

Thank you all in advance!

@jgravois jgravois left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my casing nit aside, i love this. great work all ❤️

@@ -0,0 +1,99 @@
---
title: "Reduced fares and disability in public transit"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'll take this to mean that i shouldn't expect pushback on #350 😈

excerpt: "What we learned about reduced fare eligibility after reviewing 20 application forms and talking to transit providers and riders with disabilities"
date: 2026-09-01T00:00:00+0000
categories:
- compiler

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this categories tag seems like another thing that's ripe to make a blog.11tydata.js default

(not relevant to this PR though) 😇

- Having another transit agency’s paratransit card
- Letters from a disability organization (e.g. Braille Institute Card)

This shows a mix of federal, state, and local benefits used to qualify people with disabilities for reduced fares. Some have existing data sources that could potentially be used for a digital eligibility check, like disabled U.S. Veteran status or a California DMV disabled placard. But others are much more manual and are not issued or maintained by centralized agencies, like letters from medical professionals.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are a few other instances in this post where we case it 'U.S. veterans'. it'd be good to be consistent.

signed,
the (self-deputized) casing police 👮😂


_Compiler is a woman-owned software consultancy built by people who use and rely on public systems every day. We partner with government agencies and mission-driven organizations to design, build, and sustain digital services that work better for everyone. Our team combines human-centered design, data expertise, and modern engineering practices to help agencies deliver accessible, maintainable, and equitable digital tools._

_If you’d like to learn more about Compiler’s work on Cal-ITP Benefits or partner with us on a new project, we’d love to talk. Email [hello@compiler.la](mailto:hello@compiler.la) to get started._

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is helping me realize that its really just the outro call to action that we're interested in tweaking from post to post. 🤔

(in other words, i've got another idea for #351 now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve default table styles

2 participants