summaryrefslogtreecommitdiff
path: root/Biz
AgeCommit message (Collapse)Author
25 hoursImprove PodcastItLater homepage and dark mode supportBen Sima
Homepage changes: - New marketing-focused landing page for logged-out users - Hero: 'Your Reading List, as a Podcast' with clear value prop - How It Works: 3-step process cards (paste URL, convert, listen) - Social proof: 'Join others' section with public feed - Login form moved below social proof for better conversion flow Dark mode fixes: - Remove bg-light from Current Plan card on /account page - Remove bg-white from metrics card headers on /admin/metrics Layout improvements: - Stack metrics tables vertically (full-width) instead of horizontal - Add spacing between metric cards for better readability
44 hoursUpdate homepage with marketing copy and fix push.shBen Sima
2 daysfeat(deploy): Complete mini-PaaS deployment system (t-266)Ben Sima
- Add Omni/Deploy/ with Manifest, Deployer, Systemd, Caddy modules - Manifest CLI: show, update, add-service, list, rollback commands - Deployer: polls S3 manifest, pulls closures, manages systemd units - Caddy integration for dynamic reverse proxy routes - bild: auto-cache to S3, outputs STORE_PATH for push.sh - push.sh: supports both NixOS and service deploys - Biz.nix: simplified to base OS + deployer only - Services (podcastitlater-web/worker) now deployer-managed - Documentation: README.md with operations guide
3 dayst-265.6: Add feedback collection endpoint for PILBen Sima
- Add feedback table with migration in Core.py - Add FeedbackForm and FeedbackPage UI components - Add /feedback GET/POST routes and /api/feedback JSON endpoint - Add admin feedback view at /admin/feedback - Create Omni/Agent/Tools/Feedback.hs with feedback_list tool - Wire feedback tool into Telegram agent
2025-12-02Remove pyproject=true, use format=setuptools, add toggle_episode_publicBen Sima
2025-12-02Fix Admin.py imports for bild local dep detectionBen Sima
- Change 'from Biz.X import Y' to 'import Biz.X as X' style - bild only recognizes 'import X as Y' for local dep detection - Add setuptools to Python deps (required by newer nixpkgs) Amp-Thread-ID: https://ampcode.com/threads/T-fe8328a9-7709-4544-9d31-b099f04aa120 Co-authored-by: Amp <amp@ampcode.com>
2025-12-02Ignore PLC0415 in ruff (late imports for circular deps)Ben Sima
2025-12-01fix: lint Admin.py after refactorBen Sima
2025-11-27Fixes to get all tests passingBen Sima
2025-11-26Build failed: Biz/PodcastItLater/Test.py - 1Ben Sima
The build passes. The fix involved: 1. Adding `sqids` to the test dependencies in Test.py 2. Wrapping the return value of `sqids.encode()` with `str()` to satisfy Task-Id: t-1o2cbfhxu5e
2025-11-24Fix lint formattingBen Sima
2025-11-24Remove zombie fileBen Sima
2025-11-22Merge branch 'task/t-1o2cbf1fzh2' into liveBen Sima
2025-11-22Merge branch 'task/t-1o2cbco62ly' into liveBen Sima
2025-11-22feat: implement t-1o2cbf1fzh2Ben Sima
2025-11-22task: sync databaseBen Sima
2025-11-22feat: implement t-1o2cbco62lyBen Sima
2025-11-22feat: implement t-1o2c9wcq3go.1Ben Sima
2025-11-22Cleanup from worker agent mergeBen Sima
2025-11-22Fix: Type checking errors in Web.py and Core.pyBen Sima
2025-11-22Merge task t-rWbMpxaBk: Metrics view in Admin dashboardBen Sima
2025-11-22Merge task t-1rf15iH: Audio crossfadingBen Sima
2025-11-22Merge task t-1neWD8r: Worker error handling testsBen Sima
2025-11-22Merge task t-1neWyaO: Admin dashboard testsBen Sima
2025-11-22Merge task t-1fbElKv: Implement change email address functionalityBen Sima
2025-11-22Merge task t-1fbDyr2: Implement delete account functionalityBen Sima
2025-11-22Merge task t-1f9Td4U: Navbar Styling CleanupBen Sima
2025-11-22Merge task t-1f9SnU7: Queue Status ImprovementsBen Sima
2025-11-22Merge task t-144gQry: Create basic admin dashboardBen Sima
2025-11-22feat: implement t-1neWyaOBen Sima
2025-11-22feat: implement t-1fbElKvBen Sima
2025-11-22feat: implement t-1fbDyr2Ben Sima
2025-11-22feat: implement t-1f9Td4UBen Sima
2025-11-22Fix form method to POST for upgrade actionOmni Worker
2025-11-22Fix syntax error in UI.py (missing closing parenthesis)Omni Worker
2025-11-22Add type ignore to html.form in UI.pyOmni Worker
2025-11-22Fix mypy errors in Biz/PodcastItLater/UI.pyOmni Worker
Amp-Thread-ID: https://ampcode.com/threads/T-9e42644b-2a21-40e9-923c-e63f9026b0a6 Co-authored-by: Amp <amp@ampcode.com>
2025-11-22task: claim t-rWbMpxaBkOmni Worker
2025-11-22task: claim t-rWbMpxaBkOmni Worker
2025-11-22task: claim t-rWbMpxaBkOmni Worker
2025-11-22task: claim t-rWbMpxaBkOmni Worker
2025-11-22task: sync databaseOmni Worker
2025-11-21Fix lint errorsOmni Worker
2025-11-21feat: implement t-1ne7VoOBen Sima
2025-11-21feat: implement t-1rf15iHBen Sima
2025-11-21feat: implement t-1neWD8rBen Sima
2025-11-20feat: implement t-144gQryBen Sima
2025-11-20feat: implement t-1f9SnU7Ben Sima
2025-11-20feat: implement t-1f9RIzdBen Sima
2025-11-20Implement Account Management PageBen Sima
Amp-Thread-ID: https://ampcode.com/threads/T-51eb1377-abce-430c-bde5-ef909ac79444 Co-authored-by: Amp <amp@ampcode.com>