{"id":50593498,"url":"https://github.com/renorari/open-sekigae","last_synced_at":"2026-06-05T12:02:37.506Z","repository":{"id":296146504,"uuid":"992420283","full_name":"renorari/open-sekigae","owner":"renorari","description":"Open Sékigae is an open-source seating assignment tool that makes it easy to determine seating positions in classrooms and event spaces.","archived":false,"fork":false,"pushed_at":"2025-12-11T06:17:40.000Z","size":736,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-12T02:05:15.576Z","etag":null,"topics":["app","mui","school","waku","web"],"latest_commit_sha":null,"homepage":"https://sekigae.renorari.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renorari.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-29T06:04:02.000Z","updated_at":"2025-12-11T06:17:43.000Z","dependencies_parsed_at":"2025-05-29T07:37:27.368Z","dependency_job_id":null,"html_url":"https://github.com/renorari/open-sekigae","commit_stats":null,"previous_names":["renorari/open-sekigae"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/renorari/open-sekigae","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renorari%2Fopen-sekigae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renorari%2Fopen-sekigae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renorari%2Fopen-sekigae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renorari%2Fopen-sekigae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renorari","download_url":"https://codeload.github.com/renorari/open-sekigae/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renorari%2Fopen-sekigae/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33939227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","mui","school","waku","web"],"created_at":"2026-06-05T12:02:36.649Z","updated_at":"2026-06-05T12:02:37.493Z","avatar_url":"https://github.com/renorari.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![Open Sékigae ロゴ](/public/images/logo.svg)\n\n![Open SékigaeのOGP](/public/images/ogp.png)\n\nOpen Sékigaeは、教室やイベント会場での座席配置を簡単に決めることができるオープンソースの席替えツールです。\n\n## 特徴\n\n- 🎲 **自動抽選機能**: ワンクリックで公平な座席抽選\n- 🎯 **前寄り指定**: 前方の席を優先的に割り当て\n- ⚙️ **柔軟な座席設定**: 行数・列数・座席間隔を自由に設定\n- 🎨 **直感的なUI**: 分かりやすいインターフェースで簡単操作\n- 💾 **データの永続化**: ブラウザのローカルストレージに自動保存\n- 📊 **エクスポート機能**: CSV形式での出力と印刷対応\n- 🔊 **音声フィードバック**: 抽選時の効果音（ON/OFF可能）\n\n## 使い方\n\n1. **メンバー登録**: 参加者の名前と読み方を入力\n2. **座席設定**: 教室に合わせて座席の配置を調整\n3. **抽選実行**: 自動または手動で座席を決定\n4. **結果確認**: 座席表を確認・調整\n5. **結果保存**: CSV出力または印刷で結果を保存\n\n## 開発環境のセットアップ\n\n### 必要条件\n\n- Node.js 22以上\n- npm\n- モダンブラウザ（Chrome、Firefox、Safari、Edge）\n\n### インストール\n\n```bash\n# リポジトリをクローン\ngit clone https://github.com/renorari/open-sekigae.git\ncd open-sekigae\n\n# 依存関係のインストール\nnpm install\n\n# 開発サーバーの起動\nnpm run dev\n```\n\n開発サーバーが起動したら、ブラウザで `http://localhost:3000` にアクセスしてください。\n\n### ビルドとデプロイ\n\n```bash\n# プロダクション用ビルド\nnpm run build\n\n# プロダクションサーバーの起動\nnpm run start\n```\n\n## 技術スタック\n\n- **フロントエンド**: React 19\n- **UIライブラリ**: MUI Joy\n- **フレームワーク**: Waku\n- **スタイリング**: CSS-in-JS (Emotion), Vanilla CSS\n- **コード品質**: ESLint, TypeScript\n- **ビルドツール**: Waku(Vite)\n\n## 貢献\n\n貢献を歓迎します！\nバグ報告、機能リクエスト、プルリクエストなど、どんな形でも構いません。\n\n### 開発の流れ\n\n1. このリポジトリをフォークする\n2. 機能ブランチを作成する (`git checkout -b jane/amazing-feature`)\n3. 変更をコミットする (`git commit -m '✨ add: add some amazing feature'`)\n4. ブランチにプッシュする (`git push origin jane/amazing-feature`)\n5. プルリクエストを開く\n\n### コミット・プルリクエストのガイドライン\n\n#### コミットメッセージ\n\nコミットメッセージは以下の形式に従ってください：\n\n```text\n\u003c絵文字\u003e \u003ctype\u003e: \u003c説明\u003e\n```\n\n**Type一覧:**\n\n- `✨ add`: 新機能の追加\n- `🐛 fix`: バグ修正\n- `📝 docs`: ドキュメントの更新\n- `♻️ refactor`: リファクタリング\n- `💄 style`: コードの見た目の変更（スペース、フォーマット等）\n- `⚡ perf`: パフォーマンスの改善\n- `✅ test`: テストの追加・修正\n- `🔧 chore`: ビルドプロセスやツールの変更\n\n**例:**\n\n```text\n✨ add: implement automatic seat lottery animation\n🐛 fix: resolve seat assignment conflict in manual mode\n📝 docs: update installation instructions\n```\n\n#### ブランチ命名規則\n\nブランチ名は以下の形式にしてください：\n\n```text\n\u003cユーザー名\u003e/\u003c機能名\u003e\n```\n\n**例:**\n\n- `jane/lottery-animation`\n- `john/responsive-design`\n- `alex/export-feature`\n\n#### プルリクエスト\n\n```text\n\u003cユーザー名\u003e/\u003c機能名\u003e\n```\n\n- **タイトル**: 変更内容を簡潔に表現\n- **説明**: 以下の項目を含める\n  - 変更の目的・背景\n  - 実装した機能の詳細\n  - テスト方法\n  - 関連するIssue番号（あれば）\n  - スクリーンショット（UI変更の場合）\n\n#### コード品質\n\n- ESLintのルールに従ってください\n- TypeScriptの型チェックを通してください\n- 可読性の高いコードを心がけてください\n- 適切なコメントを記述してください\n\n### カスタムESLintルール\n\nこのプロジェクトでは、以下のカスタムESLintルールを使用しています：\n\n- `@renorari/no-unquoted-keys`: オブジェクトのキーに引用符の使用を強制\n\n## ライセンス\n\nこのプロジェクトは [GNU General Public License v3.0](LICENSE) の下で公開されています。\n\n## 連絡先\n\n- 開発者ホームページ: [renorari](https://renorari.net)\n- プロジェクトリンク: [https://github.com/renorari/open-sekigae](https://github.com/renorari/open-sekigae)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenorari%2Fopen-sekigae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenorari%2Fopen-sekigae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenorari%2Fopen-sekigae/lists"}