Add skillspark write-up - #5
Open
aahiltn wants to merge 2 commits into
Open
Conversation
Cold-read technical retrospective of GenerateNU/skillspark (spring2026): Go/Fiber backend with Supabase auth, a Stripe Connect marketplace (with a documented gap between payments.md and the actual async cron-based capture flow), OpenSearch-optional search, SQS-to-Lambda notifications, and an Expo/Vite frontend. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… docs path, drop doc-drift framing Translation was previously covered in one throwaway sentence despite being synchronous, blocking, and load-bearing on every event/organization/review write in the app — verified directly against internal/translation and every calling handler. Also corrected docs/*.md path (was incorrectly written as backend/docs/*.md) and removed the "documentation vs code drift" framing on payments per feedback that it's not a useful lens for these write-ups. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.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.
Summary
GenerateNU/skillspark(spring2026 cohort) toprojects/spring2026/skillspark.md.backend/docs/*.md, and source (Go handlers + Expo mobile app + Vite admin web app).payments.mddescribes a synchronous flow the code no longer implements), OpenSearch-optional search/recommendation/trending logic, SQS→Lambda notification delivery, live on-the-fly translation of user content, and a gap between a real backend recommendation endpoint and the mobile app's actual (random-shuffle) home feed.Test plan
git shortlog+ GitHub contributors API (bots excluded).projects/spring2026/for a naming collision — none found.🤖 Generated with Claude Code