Skip to content

Add University Dashboard example#3

Draft
kuynkank wants to merge 1 commit into
pglevy:mainfrom
kuynkank:university-dashboard
Draft

Add University Dashboard example#3
kuynkank wants to merge 1 commit into
pglevy:mainfrom
kuynkank:university-dashboard

Conversation

@kuynkank

@kuynkank kuynkank commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@pglevy pglevy moved this from Backlog to In progress in Sailwind Development Jun 4, 2026
<ImageField
label=""
labelPosition="COLLAPSED"
images={[{ imageType: 'user' as const, user: { name: 'Karen Anderson', initials: 'KA' } }]}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Maybe add some local images for users.ts to pull from?

<HeadingField text="My Class Schedule" size="LARGE" fontWeight="BOLD" headingTag="H2" marginBelow="STANDARD" />

{schedule.map((day) => (
<CardLayout

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Maybe square shape to work better with decorative bar?

{/* Requirements Checklist */}
<div className="border-t border-gray-200 pt-3 space-y-2">
{[
{ label: "Exceed minimum GPA", done: true },

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Maybe add to data? Seems inconsistent to hard-code this here.

Comment thread src/db/university.ts
]

const supportTeam: SupportTeamMember[] = [
{ id: 1, name: "Marsha McCoy", role: "Faculty Advisor", avatarUrl: "https://randomuser.me/api/portraits/women/27.jpg" },

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

How about local images instead of relying on these URLs?

@kuynkank kuynkank force-pushed the university-dashboard branch from 86a0b6d to 515a9cc Compare June 4, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In progress

Development

Successfully merging this pull request may close these issues.

2 participants