Conversation
Add educational tooltips covering core Cassandra data modeling patterns: - latest-videos-timeseries: time-series bucketing with day partition key - registration-dual-table: dual-table writes (users + user_credentials) - login-credential-lookup: email partition key lookup + counter table - comments-denormalization: same data, different partition key pattern - trending-video-activity: time-series partitions for trend computation - playback-stats-counters: multi-counter table (views, play time, etc.) - ratings-data-model: counter aggregation + composite key with upsert Wired into Home, Auth, CommentsSection, Trending, Creator, and Watch pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Delete App.css (old Vite template styles, never imported) - Delete Index.tsx wrapper, import Home directly in App.tsx - Delete 21 unused shadcn/ui primitives (accordion, alert-dialog, etc.) - Delete unreferenced educational feature MDs from public/ and src/data/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Only contained a README with a future Playwright strategy — no tests, config, or dependencies exist yet. Can be recreated when E2E is implemented. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace placeholder "KV" square with killrvideo-logo.png in header - Link Developer Docs button to docs.datastax.com/en/astra-db-serverless Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New /explore route showing a paginated grid of latest videos (12 per page) with prev/next navigation, page numbers, and item count indicator. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix video.views → video.viewCount to display actual view counts - Add scroll-to-top on page change - Add keepPreviousData to useLatestVideos to avoid skeleton flash between pages
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
/explorepage with paginated grid of latest videos (12 per page) usingGET /api/v1/videos/latestkeepPreviousDataon the query to avoid skeleton flash between page transitions/explorerouteCloses #52
Test plan
/explore/explore/watch/:idroutes