project document represents a student capstone project. Projects are linked to a sponsor document and appear in projectCards page blocks and on dedicated project detail pages at /projects/[slug].
Fields
Main group
Project title. Used as the display name in the Studio preview and as the source for the auto-generated slug.
URL slug for the project detail page (
/projects/[slug]). Auto-generated from title. Used by ALL_PROJECT_SLUGS_QUERY for static path generation.Multi-site discriminator. Hidden on the
production (Capstone) dataset. Required on the rwc dataset.Reference to the sponsoring company’s
sponsor document. Resolved to include the sponsor’s name, slug, logo, tier, and industry in PROJECT_BY_SLUG_QUERY.Project lifecycle stage. Defaults to
active.| Value | Label |
|---|---|
active | Active |
completed | Completed |
archived | Archived |
When
true, this project appears when a projectCards block is set to Featured display mode. Defaults to false.Academic semester identifier (e.g.
Fall 2025, Spring 2026). Used for grouping and filtering in the projectCards block.Content group
Rich text description of the project — goals, approach, and deliverables. Rendered using the
PortableText component on the project detail page.Plain-text summary of the project’s outcomes and real-world impact. Displayed in the impact section of the detail page.
Team group
Array of team members. Each member object has:
name(string, required) — student’s full namerole(string) — one oflead,developer,designer,researcher,qa
Faculty or industry mentor for the project. Inline object with:
name(string, required)title(string) — academic or professional titledepartment(string) — university department or company division
Tags group
Technology tags from a predefined list of 60+ options (e.g.
React, Python, AI/ML, Docker). Displayed as chips on project cards and the detail page. Rendered in tag layout. Must be unique within the array.SEO group
SEO metadata for the project detail page.
Linked testimonials
Testimonials can reference a project via thetestimonial.project field. PROJECT_BY_SLUG_QUERY automatically back-references linked testimonials:
Sponsor portal access
The sponsor portal (/portal/[sponsorSlug]) uses SPONSOR_PORTAL_QUERY to fetch a sponsor and all projects where sponsor._ref matches the sponsor’s _id. This means a project appears in a sponsor’s portal automatically once the sponsor reference field is set.