refactor: GitHub as single source of truth for projects; simplify About page#104
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
339a9d5 to
0aee2c1
Compare
- desc/summary mirror the repo About, stack/tags mirror repo Topics, stars stay live — all fetched with the same 120s revalidate window; hand-written values remain only as API-failure fallbacks (synced) - Course Projects card is GitHub-backed too (Kai-Course-Notes) and now shows its live star count - SudoSodoku and buttercut cards link to their live sites (sudosodoku.kaichen.dev, buttercut.kaichen.dev); destination hint label now reflects the actual host instead of hardcoded GitHub Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
- Update buttercut and SudoSodoku href to point to GitHub repos instead of demo sites - Simplify GitHub data merging: always prioritize fetched data (including empty arrays) over fallbacks - Ensures all project fields sync directly with GitHub: description/About, topics/Topics, stars, and archived status Co-Authored-By: Claude <noreply@anthropic.com>
- Remove all coursework arrays (SUSTech, UC Berkeley, Oxford) - Remove CourseworkTip component import and usage - Simplify education entries to show only institution, role, grade, and dates Co-Authored-By: Claude <noreply@anthropic.com>
Simplify the summary to focus on the content type rather than specific institutions. Co-Authored-By: Claude <noreply@anthropic.com>
- SudoSodoku: https://sudosodoku.kaichen.dev/ (not GitHub) - buttercut: https://buttercut.kaichen.dev/ (not GitHub) This ensures users visit the project demos first, with GitHub repo still linked via metadata. Co-Authored-By: Claude <noreply@anthropic.com>
Link: https://claude.com/product/claude-code Co-Authored-By: Claude <noreply@anthropic.com>
0aee2c1 to
5ffccf8
Compare
15 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refactor project cards and About page to follow GitHub-first architecture:
Changes
app/lib/personal-projects.tsapp/lib/course-projects.tsapp/about/page.tsxapp/lib/course-projects.ts(summary update)Why
Test plan
🤖 Generated with Claude Code