Commit Graph

32 Commits

Author SHA1 Message Date
7e17e30925 Update 2025-06-07 10:26:17 +09:00
986743949f feat: 記事ごとのポッドキャスト生成と新規記事検出システム、モダンUIの実装
- 新規記事検出システム: 記事の重複チェックと新規記事のみ処理
- 記事単位ポッドキャスト: フィード統合から記事個別エピソードに変更
- 6時間間隔バッチ処理: 自動定期実行スケジュールの改善
- 完全UIリニューアル: ダッシュボード・フィード管理・エピソード管理の3画面構成
- アクセシビリティ強化: ARIA属性、キーボードナビ、高コントラスト対応
- データベース刷新: feeds/articles/episodes階層構造への移行
- 中央集権設定管理: services/config.ts による設定統一
- エラーハンドリング改善: 全モジュールでの堅牢なエラー処理
- TypeScript型安全性向上: null安全性とインターフェース改善

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 08:47:10 +09:00
62fcf4c12c feat: Implement batch processing and scheduling 2025-06-04 17:06:22 +09:00
3934d630cb feat: run batch process as a separate process 2025-06-04 17:04:09 +09:00
e9e733ce8a feat: support audio/mpeg for podcast and tts 2025-06-04 16:18:33 +09:00
95043f0ea5 feat: add fluent-ffmpeg and refactor batch process 2025-06-04 16:06:10 +09:00
935c4aaf95 feat: schedule daily batch process 2025-06-04 16:04:14 +09:00
57e594b65b feat: schedule initial and daily batch processes 2025-06-04 16:03:38 +09:00
c9fc636871 feat: schedule daily batch process in server.ts 2025-06-04 16:02:35 +09:00
1603b2d95f chore: update static file paths and content type 2025-06-04 13:58:47 +09:00
587b7d958e feat: add API endpoint for adding feed URLs 2025-06-04 11:34:12 +09:00
93a5ff140f refactor: remove unused isPlaying state and use arrayBuffer 2025-06-04 11:31:08 +09:00
56320f125b feat: fix TypeScript errors and improve code quality 2025-06-04 11:30:12 +09:00
a93cfd201d feat: Apply fixes for type errors and unused variables 2025-06-04 11:29:18 +09:00
68f762ffb0 feat: serve static assets from frontend build directory 2025-06-04 11:19:57 +09:00
892e959dce fix: correct static file serving and entry point 2025-06-04 11:13:14 +09:00
fff7de8184 refactor: fix index.html path and vite config for correct build 2025-06-04 11:08:33 +09:00
4bc0c4ce7f feat: Implement frontend build and server configuration for Vite and React 2025-06-04 11:07:42 +09:00
b5770b4301 fix: serve index.html instead of page.html 2025-06-04 10:56:56 +09:00
1530342875 fix: update server.ts to serve page.html for Next.js App Router 2025-06-04 10:53:43 +09:00
ecbd743704 feat: implement index.html fallback routes 2025-06-04 10:51:32 +09:00
cf684fa829 refactor: improve index.html serving and logging 2025-06-04 10:51:19 +09:00
993217f8d9 refactor: improve static file and fallback routing in server.ts 2025-06-04 10:50:27 +09:00
baf1ad66a2 feat: migrate to Hono based implementation 2025-06-04 10:49:24 +09:00
acdeb0ede9 refactor: serve static Next.js files instead of SSR 2025-06-04 10:43:07 +09:00
98ac9056c8 feat: configure next.js build and server-side rendering 2025-06-04 10:11:07 +09:00
cfc111b60e feat: integrate Next.js SSR for frontend 2025-06-04 09:09:14 +09:00
1defdb8bef feat: migrate frontend to Next.js 2025-06-04 09:08:32 +09:00
977029628e feat: create database file if it does not exist 2025-06-04 08:50:55 +09:00
dddaac52a2 refactor: replace better-sqlite3 with bun:sqlite 2025-06-04 08:49:50 +09:00
bfb6367a56 feat: Serve frontend build and static files, and fix server routing 2025-06-04 08:37:19 +09:00
4fe300d5d6 Initial commit 2025-06-04 08:14:55 +09:00