{"id":19623846,"url":"https://github.com/appleple/comment-review","last_synced_at":"2026-01-30T14:16:41.743Z","repository":{"id":66341130,"uuid":"454710263","full_name":"appleple/comment-review","owner":"appleple","description":"a-blog cms のコメント機能を使用したレビュー機能です","archived":false,"fork":false,"pushed_at":"2022-02-03T11:27:48.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-26T19:39:15.506Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appleple.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-02-02T09:22:58.000Z","updated_at":"2022-02-02T09:25:45.000Z","dependencies_parsed_at":"2023-03-10T23:51:32.149Z","dependency_job_id":null,"html_url":"https://github.com/appleple/comment-review","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appleple/comment-review","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleple%2Fcomment-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleple%2Fcomment-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleple%2Fcomment-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleple%2Fcomment-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appleple","download_url":"https://codeload.github.com/appleple/comment-review/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appleple%2Fcomment-review/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259716108,"owners_count":22900788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-11T11:35:50.310Z","updated_at":"2026-01-30T14:16:36.722Z","avatar_url":"https://github.com/appleple.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# comment-review\na-blog cms のコメント機能を使用したレビュー機能です\n\n本機能は社内で使用することを想定しています。\n![sample_image](https://user-images.githubusercontent.com/4686462/152127492-7088ea59-124a-44f7-aa99-af2396b72b8b.png)\n\n\n## エントリーのカスタムフィールドではなくコメント機能を採用するメリット\n\n- 承認機能を導入しているサイトで使える\n- 編集画面に入らなくても書ける\n- 処理済み、未処理がステータスで管理できる\n- 投稿時に通知メールを送信できる\n\n## できること\n- 記事に対してレビュー（修正依頼）が書けます\n- レビューを書いた時に管理者へ通知メールを送ります（※管理画面で別途設定が必要）\n- ステータスで処理済み、未処理が管理できます\n- コメント一覧で投稿されたレビューを一覧できます\n- 優先順位がつけられます\n- 記入者と投稿日時を記録できます\n- あとからコメントを修正できます\n\n## できないこと\n- カスタムフィールドなどで入力欄を自由に拡張できません\n- 編集用のパスワードをhiddenで入れているので、仕組みを知っている人にはわかってしまうのでパブリックなページには向いていません\n- CMSのバリデーションが効きません（代わりにHTMLのバリデーション機能を採用）\n\n## 使い方\n\n1. ファイルをダウンロードし、themes/ご利用のテーマに同じ階層にテンプレートを設置してください。\n2. 使用したい箇所に、/include/comment/body.htmlをインクルードして読み込んでください。\n3. 管理画面＞コンフィグ＞機能設定の順にページを移動し、「コメント機能」を有効にします。\n4. （必要あれば）コメントが投稿された際にメール通知を送りたい場合は、管理画面＞コンフィグ＞メール設定の順にページを移動し、コメント項目の「To」に通知を送信したいメールアドレスを登録してください。\n5. Comment_BodyとUser_ProfileモジュールIDを設定してください。くわしい設定はこのドキュメントの「モジュールIDの設定」をご覧ください。\n\n\n### モジュールIDの設定\n\n主に使用しているモジュールは2つあります。\n\n* Comment_Body\n* User_Profile\n\n#### Comment_Body\n\nモジュールは以下の設定で作成してください。\n\n* モジュールID名：commentBody_review\n* 表示形式：スレッド\n* 表示件数：100\n\n#### User_Profile（投稿するユーザーがそのブログのユーザーだけであれば、作らなくても大丈夫です）\n\nコメントに投稿者のアイコン画像を表示します。\nモジュールは以下の設定で作成してください。\n\n* モジュールID名：user_comment\n* 投稿が想定されるユーザーが所属するBIDを指定してください\n* ルートブログに作った際、BIDを指定し、グローバルにチェックをつけます。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappleple%2Fcomment-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappleple%2Fcomment-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappleple%2Fcomment-review/lists"}