jlightner
|
4221bae3eb
|
feat: Added ≤768px and ≤400px responsive breakpoints for admin pipeline…
- "frontend/src/App.css"
GSD-Task: S02/T03
|
2026-04-04 13:04:42 +00:00 |
|
jlightner
|
60b281b9d8
|
feat: Added ≤400px responsive breakpoints to ConsentDashboard, CreatorS…
- "frontend/src/pages/ConsentDashboard.module.css"
- "frontend/src/pages/CreatorSettings.module.css"
- "frontend/src/pages/Login.module.css"
- "frontend/src/pages/Register.module.css"
GSD-Task: S02/T02
|
2026-04-04 12:55:34 +00:00 |
|
jlightner
|
b893abead1
|
feat: Audited all 9 public-facing pages at 375px and 768px viewports —…
- "frontend/src/App.css"
GSD-Task: S02/T01
|
2026-04-04 12:48:08 +00:00 |
|
jlightner
|
cb3a6c919c
|
test: Added GET/PUT notification preferences endpoints, signed-token un…
- "backend/routers/notifications.py"
- "backend/main.py"
- "backend/tests/notifications/test_notifications.py"
- "frontend/src/api/notifications.ts"
- "frontend/src/pages/CreatorSettings.tsx"
GSD-Task: S01/T03
|
2026-04-04 12:27:18 +00:00 |
|
jlightner
|
5e4b173917
|
feat: Built send_digest_emails Celery task with per-user content queryi…
- "backend/tasks/__init__.py"
- "backend/tasks/notifications.py"
- "backend/worker.py"
- "docker-compose.yml"
GSD-Task: S01/T02
|
2026-04-04 12:15:43 +00:00 |
|
jlightner
|
34a45d1c8e
|
chore: Added SMTP config, User notification_preferences JSONB, EmailDig…
- "backend/config.py"
- "backend/models.py"
- "backend/schemas.py"
- "backend/services/email.py"
- "alembic/versions/029_add_email_digest.py"
GSD-Task: S01/T01
|
2026-04-04 12:11:13 +00:00 |
|
jlightner
|
0f9e76babd
|
chore: auto-commit after complete-milestone
GSD-Unit: M024
|
2026-04-04 12:02:25 +00:00 |
|
jlightner
|
a4a6187de2
|
docs: Updated 7 Forgejo wiki pages with M024 feature documentation cove…
- "Home.md"
- "Data-Model.md"
- "API-Surface.md"
- "Frontend.md"
- "Pipeline.md"
- "Player.md"
- "Chat-Engine.md"
GSD-Task: S06/T01
|
2026-04-04 11:56:06 +00:00 |
|
jlightner
|
0eecee4271
|
feat: Extract shared citation parser and formatTime utilities, add time…
- "frontend/src/utils/chatCitations.tsx"
- "frontend/src/utils/formatTime.ts"
- "frontend/src/api/chat.ts"
- "frontend/src/pages/ChatPage.tsx"
- "frontend/src/pages/ChatPage.module.css"
- "frontend/src/components/ChatWidget.tsx"
- "frontend/src/components/ChatWidget.module.css"
GSD-Task: S05/T02
|
2026-04-04 11:46:00 +00:00 |
|
jlightner
|
f706afe8f6
|
feat: Added source_video_id, start_time, end_time, and video_filename t…
- "backend/search_service.py"
- "backend/chat_service.py"
GSD-Task: S05/T01
|
2026-04-04 11:40:59 +00:00 |
|
jlightner
|
a60f4074dc
|
chore: Add GET/PUT shorts-template admin endpoints, collapsible templat…
- "backend/routers/creators.py"
- "backend/schemas.py"
- "frontend/src/api/templates.ts"
- "frontend/src/pages/HighlightQueue.tsx"
- "frontend/src/pages/HighlightQueue.module.css"
- "backend/routers/shorts.py"
- "backend/pipeline/stages.py"
- "frontend/src/api/shorts.ts"
GSD-Task: S04/T03
|
2026-04-04 11:25:29 +00:00 |
|
jlightner
|
fa493e2640
|
feat: Built ffmpeg-based card renderer with concat demuxer pipeline and…
- "backend/pipeline/card_renderer.py"
- "backend/pipeline/shorts_generator.py"
- "backend/pipeline/stages.py"
- "backend/models.py"
- "alembic/versions/028_add_shorts_template.py"
- "backend/pipeline/test_card_renderer.py"
GSD-Task: S04/T02
|
2026-04-04 11:17:38 +00:00 |
|
jlightner
|
125983588d
|
feat: Created ASS subtitle generator with karaoke word-by-word highligh…
- "backend/pipeline/caption_generator.py"
- "backend/pipeline/shorts_generator.py"
- "backend/pipeline/stages.py"
- "backend/models.py"
- "alembic/versions/027_add_captions_enabled.py"
- "backend/pipeline/test_caption_generator.py"
GSD-Task: S04/T01
|
2026-04-04 11:12:19 +00:00 |
|
jlightner
|
18e9a4dce1
|
feat: Wired /embed/:videoId route outside AppShell for chrome-free rend…
- "frontend/src/App.tsx"
- "frontend/src/pages/WatchPage.tsx"
- "frontend/src/App.css"
GSD-Task: S03/T02
|
2026-04-04 10:59:14 +00:00 |
|
jlightner
|
8444fbdb12
|
feat: Extracted shared copyToClipboard utility and created EmbedPlayer…
- "frontend/src/utils/clipboard.ts"
- "frontend/src/pages/EmbedPlayer.tsx"
- "frontend/src/pages/EmbedPlayer.module.css"
- "frontend/src/pages/ShortPlayer.tsx"
GSD-Task: S03/T01
|
2026-04-04 10:55:21 +00:00 |
|
jlightner
|
9208b134b6
|
feat: Added collapsible inline video player to TechniquePage with chapt…
- "frontend/src/pages/TechniquePage.tsx"
- "frontend/src/App.css"
GSD-Task: S02/T02
|
2026-04-04 10:48:12 +00:00 |
|
jlightner
|
3c99084eb2
|
feat: Replaced thin 3px line markers with 12px color-coded circle pins,…
- "frontend/src/components/ChapterMarkers.tsx"
- "frontend/src/components/PlayerControls.tsx"
- "frontend/src/App.css"
GSD-Task: S02/T01
|
2026-04-04 10:44:45 +00:00 |
|
jlightner
|
160b1a8445
|
feat: Added public ShortPlayer page at /shorts/:token with video playba…
- "frontend/src/pages/ShortPlayer.tsx"
- "frontend/src/pages/ShortPlayer.module.css"
- "frontend/src/api/shorts.ts"
- "frontend/src/App.tsx"
- "frontend/src/pages/HighlightQueue.tsx"
- "frontend/src/pages/HighlightQueue.module.css"
GSD-Task: S01/T02
|
2026-04-04 10:35:56 +00:00 |
|
jlightner
|
5f4b960dc1
|
feat: Added share_token column with migration 026, wired token generati…
- "backend/models.py"
- "alembic/versions/026_add_share_token.py"
- "backend/pipeline/stages.py"
- "backend/routers/shorts.py"
- "backend/routers/shorts_public.py"
- "backend/main.py"
GSD-Task: S01/T01
|
2026-04-04 10:33:00 +00:00 |
|
jlightner
|
2c5d084c49
|
chore: auto-commit after complete-milestone
GSD-Unit: M023
|
2026-04-04 10:23:20 +00:00 |
|
jlightner
|
3a5fdad6b3
|
feat: Updated 8 Forgejo wiki pages with M023 features: post editor, Min…
- "Home.md (wiki)"
- "Data-Model.md (wiki)"
- "API-Surface.md (wiki)"
- "Frontend.md (wiki)"
- "Chat-Engine.md (wiki)"
- "Decisions.md (wiki)"
- "Configuration.md (wiki)"
- "_Sidebar.md (wiki)"
GSD-Task: S05/T01
|
2026-04-04 10:17:32 +00:00 |
|
jlightner
|
4db33399e9
|
feat: Added getTierLabel() helper, gradient track fill via --slider-fil…
- "frontend/src/components/ChatWidget.tsx"
- "frontend/src/components/ChatWidget.module.css"
GSD-Task: S04/T02
|
2026-04-04 10:06:46 +00:00 |
|
jlightner
|
1062e003bf
|
feat: Replaced 3-tier step function with 5-tier continuous interpolatio…
- "backend/chat_service.py"
- "backend/tests/test_chat.py"
GSD-Task: S04/T01
|
2026-04-04 10:04:47 +00:00 |
|
jlightner
|
84d8dc4455
|
feat: Added shorts router with generate/list/download endpoints, fronte…
- "backend/routers/shorts.py"
- "backend/main.py"
- "frontend/src/api/shorts.ts"
- "frontend/src/pages/HighlightQueue.tsx"
- "frontend/src/pages/HighlightQueue.module.css"
GSD-Task: S03/T03
|
2026-04-04 09:52:01 +00:00 |
|
jlightner
|
0007528e77
|
feat: Added shorts_generator.py with 3 format presets and stage_generat…
- "backend/pipeline/shorts_generator.py"
- "backend/pipeline/stages.py"
GSD-Task: S03/T02
|
2026-04-04 09:47:40 +00:00 |
|
jlightner
|
dfc5aa2ae7
|
chore: Added GeneratedShort model with FormatPreset/ShortStatus enums,…
- "backend/models.py"
- "backend/config.py"
- "docker/Dockerfile.api"
- "docker-compose.yml"
- "alembic/versions/025_add_generated_shorts.py"
GSD-Task: S03/T01
|
2026-04-04 09:43:36 +00:00 |
|
jlightner
|
3bb0266a19
|
feat: Added personality weight slider (0.0–1.0) to ChatWidget header an…
- "frontend/src/api/chat.ts"
- "frontend/src/components/ChatWidget.tsx"
- "frontend/src/components/ChatWidget.module.css"
GSD-Task: S02/T02
|
2026-04-04 09:30:56 +00:00 |
|
jlightner
|
d1efdbb3fa
|
feat: Added personality_weight (0.0–1.0) to chat API; modulates system…
- "backend/routers/chat.py"
- "backend/chat_service.py"
- "backend/tests/test_chat.py"
GSD-Task: S02/T01
|
2026-04-04 09:28:35 +00:00 |
|
jlightner
|
9431aa2095
|
feat: Added PostsFeed component to creator profile pages with Tiptap HT…
- "frontend/src/components/PostsFeed.tsx"
- "frontend/src/components/PostsFeed.module.css"
- "frontend/src/pages/PostsList.tsx"
- "frontend/src/pages/PostsList.module.css"
- "frontend/src/pages/CreatorDetail.tsx"
- "frontend/src/App.tsx"
- "frontend/src/pages/CreatorDashboard.tsx"
GSD-Task: S01/T04
|
2026-04-04 09:17:30 +00:00 |
|
jlightner
|
9139d5a93a
|
feat: Built Tiptap rich text post editor with file attachments, multipa…
- "frontend/src/pages/PostEditor.tsx"
- "frontend/src/pages/PostEditor.module.css"
- "frontend/src/api/posts.ts"
- "frontend/src/api/client.ts"
- "frontend/src/App.tsx"
- "frontend/src/pages/CreatorDashboard.tsx"
GSD-Task: S01/T03
|
2026-04-04 09:13:48 +00:00 |
|
jlightner
|
cc60852ac9
|
feat: Built post CRUD and file upload/download API routers with auth, o…
- "backend/routers/posts.py"
- "backend/routers/files.py"
- "backend/minio_client.py"
- "backend/auth.py"
- "backend/main.py"
GSD-Task: S01/T02
|
2026-04-04 09:07:35 +00:00 |
|
jlightner
|
f0f36a3f76
|
feat: Added MinIO Docker service, Post/PostAttachment models with migra…
- "docker-compose.yml"
- "backend/config.py"
- "backend/minio_client.py"
- "backend/models.py"
- "backend/schemas.py"
- "backend/requirements.txt"
- "docker/nginx.conf"
- "alembic/versions/024_add_posts_and_attachments.py"
GSD-Task: S01/T01
|
2026-04-04 09:02:40 +00:00 |
|
jlightner
|
758bf7ecea
|
chore: auto-commit after complete-milestone
GSD-Unit: M022
|
2026-04-04 08:51:47 +00:00 |
|
jlightner
|
66f0f51219
|
feat: Forgejo wiki updated with 9 files (1 new, 8 modified) covering M0…
- "Personality-Profiles.md"
- "Home.md"
- "Highlights.md"
- "Chat-Engine.md"
- "Data-Model.md"
- "API-Surface.md"
- "Frontend.md"
- "Decisions.md"
GSD-Task: S07/T01
|
2026-04-04 08:46:09 +00:00 |
|
jlightner
|
eab362d897
|
feat: Added collapsible PersonalityProfile component to CreatorDetail p…
- "frontend/src/components/PersonalityProfile.tsx"
- "frontend/src/api/creators.ts"
- "frontend/src/pages/CreatorDetail.tsx"
- "frontend/src/App.css"
GSD-Task: S06/T03
|
2026-04-04 08:31:37 +00:00 |
|
jlightner
|
2d9076ae92
|
feat: Added personality extraction pipeline: prompt template, 3-tier tr…
- "prompts/personality_extraction.txt"
- "backend/pipeline/stages.py"
- "backend/schemas.py"
- "backend/routers/admin.py"
GSD-Task: S06/T02
|
2026-04-04 08:28:18 +00:00 |
|
jlightner
|
10cd175333
|
feat: Added personality_profile JSONB column to Creator model with migr…
- "backend/models.py"
- "backend/schemas.py"
- "backend/routers/creators.py"
- "alembic/versions/023_add_personality_profile.py"
GSD-Task: S06/T01
|
2026-04-04 08:24:44 +00:00 |
|
jlightner
|
fb6a4cc58a
|
feat: Wired word-timing extraction into stage_highlight_detection — 62…
- "backend/pipeline/stages.py"
- ".gsd/KNOWLEDGE.md"
GSD-Task: S05/T02
|
2026-04-04 08:11:32 +00:00 |
|
jlightner
|
27c5f4866b
|
test: Added 3 audio proxy scoring functions, extract_word_timings utili…
- "backend/pipeline/highlight_scorer.py"
- "backend/pipeline/highlight_schemas.py"
- "backend/pipeline/test_highlight_scorer.py"
GSD-Task: S05/T01
|
2026-04-04 08:05:22 +00:00 |
|
jlightner
|
34acf468c6
|
feat: Updated streamChat() API, ChatWidget, and ChatPage to thread conv…
- "frontend/src/api/chat.ts"
- "frontend/src/components/ChatWidget.tsx"
- "frontend/src/pages/ChatPage.tsx"
- "frontend/src/pages/ChatPage.module.css"
GSD-Task: S04/T02
|
2026-04-04 07:53:50 +00:00 |
|
jlightner
|
d13d6c3aa1
|
test: Added multi-turn conversation memory with Redis-backed history (1…
- "backend/chat_service.py"
- "backend/routers/chat.py"
- "backend/tests/test_chat.py"
GSD-Task: S04/T01
|
2026-04-04 07:50:30 +00:00 |
|
jlightner
|
3226709382
|
feat: Built floating ChatWidget with streaming responses, citation link…
- "frontend/src/components/ChatWidget.tsx"
- "frontend/src/components/ChatWidget.module.css"
- "frontend/src/pages/CreatorDetail.tsx"
GSD-Task: S03/T01
|
2026-04-04 07:41:59 +00:00 |
|
jlightner
|
243a7a3eb6
|
feat: Follow system + tier config page (M022/S02)
- CreatorFollow model + pure SQL migration 022
- Follow router: POST/DELETE /follows/{creator_id}, GET /follows/me, GET /follows/{id}/status
- follower_count on creator detail endpoint
- Follow button on CreatorDetail (authenticated users only)
- CreatorTiers page with Free/Pro/Premium cards, Coming Soon modals
- Tiers link in creator sidebar nav
- Route /creator/tiers (protected)
|
2026-04-04 07:34:03 +00:00 |
|
jlightner
|
56920ae7c5
|
fix: remove leftover op.add_column/create_index calls from migration 020
|
2026-04-04 07:22:41 +00:00 |
|
jlightner
|
ed8bdedbc9
|
fix: make migrations 019/020 fully idempotent with IF NOT EXISTS guards
|
2026-04-04 07:20:48 +00:00 |
|
jlightner
|
f8fecf79ac
|
fix: use pure SQL for migrations 019/020 — bypasses all SQLAlchemy enum hooks
|
2026-04-04 07:19:01 +00:00 |
|
jlightner
|
9c307c663d
|
fix: use String column + ALTER TYPE cast for enum migrations (avoids SQLAlchemy before_create hook)
|
2026-04-04 07:17:34 +00:00 |
|
jlightner
|
b9f042f400
|
fix: use raw SQL for enum creation in migrations 019/020 to avoid SQLAlchemy double-create
|
2026-04-04 07:16:22 +00:00 |
|
jlightner
|
198170d999
|
fix: prevent double enum creation in migrations 019/020 (create_type=False)
|
2026-04-04 07:14:16 +00:00 |
|
jlightner
|
ddeaf9ac41
|
fix: resolve TS errors in ChapterReview and HighlightQueue (noUncheckedIndexedAccess)
|
2026-04-04 07:09:39 +00:00 |
|