Daily work
Students
Browse every analyzed student. Filter by cohort, dimension tier, or Flow. Every row deep-links to the matching record in Slate.
- Customer-app route
- /students
- Who uses this
- Every authenticated team member.
What it is
The Students page is the searchable, filterable index over every student Celia has scored. Empty until your first Flow runs; sample data shows in the meantime so the layout makes sense from day one.
What you can do here
- Filter by tier — chips for Critical, High, Medium, Low (per dimension).
- Filter by cohort — pulls cohort labels from your Slate data.
- Filter by Flow — see only students touched by a specific pipeline.
- Page 50 at a time with prev / next.
- Open the Slate record — every row carries an external-link icon that opens the
student in Slate (uses your Org's
slate_base_url).
Common workflows
Find this week's critical cohort
- Open
/students. - Click the Critical tier chip.
- Optionally narrow with a cohort filter.
- Click the external-link icon on each row to open the student in Slate for action.
Share a filtered list with a teammate
- Apply the filters you want.
- Copy the URL — filter state lives in the query string.
- Paste it into your team chat. Anyone signed in lands on the same view.
Common gotchas
The page shows "Sample data" badge
Your tenant database has no real students yet. Real rows appear after the first successful Flow run.
Some students are missing
Celia only scores students returned by your Flow's Slate query. If a student isn't in the
query result, they won't appear here. Check /flows/[id] to verify what your query returns.
Why are there no names?
Each row is identified by an anonymous Slate ID (e.g., s_8f42a91c). Names live in
Slate — that's by design. Click the external-link icon on any row to jump to the named record.