List current Fall 2026 club projects on the public site - #374
Draft
aamoghS wants to merge 4 commits into
Draft
Conversation
Replace the hardcoded archive cards and the fake five-year database CTA with the current roster. Home and /projects read the same list. Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
|
Visit the preview URL for this PR (updated for commit f4b292b): https://hacklytics2027--pr-374-qwag6ac4.web.app (expires Sun, 06 Sep 2026 15:02:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c48ba34db61581e25fe2978355160b5eefe0e83f |
| const project = CURRENT_CLUB_PROJECTS.find((p) => p.slug === "website"); | ||
| expect(project?.lead).toBeNull(); | ||
| expect(project?.leadNote).toMatch(/Aamogh/i); | ||
| expect(project?.description).toMatch(/datasciencegt\.org/); |
Keep the other five current projects and a short description on every card. Cognitive Science needs a lead; AI Trading Agent stays off the list. Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
The sixth current project is AtlCrime (Atlanta crime data). It needs a lead. Cognitive Science is not on the public roster. Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
Website is limited to 6 people. AtlCrime stays needs-a-lead with the heatmap-of-safety description. Aamogh is not listed on AtlCrime. Co-authored-by: Aamogh <aamoghS@users.noreply.github.com>
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.
The public
/projectspage was still the old archive (DLP Iversen, Furnichanter, Hazra, Guo, Miyaguchi) presented as the live list. Home also advertised AI Trading Agent as active, Sports as closed, and linked/projectsas a “five-year database.”This replaces that with the current Fall 2026 roster:
AI Trading Agent is not listed. Cognitive Science is not listed. Aamogh is the website lead only, not AtlCrime. One interest form covers all six: https://forms.gle/Lgoia8m3sAP9XgpB9
Every current card has a short description. The previous five archive cards stay in a labeled Past section so they are not presented as current.
Home and
/projectsread the same list insites/mainweb/lib/club-projects.ts.