Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new “データの二次利用ポリシー” page and integrates it into the site navigation and onboarding flow to clarify scraping/secondary-use rules and improve privacy feature visibility.
Changes:
- Added
/data-policyroute and a correspondingSimpleViewController@getDataPolicyaction. - Introduced a new Blade page
data-policy.blade.phpdescribing secondary usage rules for users/developers. - Updated registration UI to better explain Private Mode and link to EULA + the new data policy; added sidebar link and removed the top-page EULA prompt.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| OngekiScoreLog/routes/web.php | Registers the new /data-policy route. |
| OngekiScoreLog/app/Http/Controllers/SimpleViewController.php | Adds controller action to render the new policy page. |
| OngekiScoreLog/resources/views/data-policy.blade.php | New policy content page. |
| OngekiScoreLog/resources/views/auth/register.blade.php | Enhances Private Mode explanation and adds consent links. |
| OngekiScoreLog/resources/views/layouts/components/sidebar.blade.php | Adds navigation link to the new policy page. |
| OngekiScoreLog/resources/views/top.blade.php | Removes redundant EULA link from top-page instructions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
<blockquote> が <p> の中に入っており HTML として不正な入れ子です(ブロック要素は段落の中に置けません)。<p> を外して <blockquote> を単独で配置するか、引用をインライン要素に変更してください。 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
チェックボックスの <input> タグに余分な空白(name="private" >)が入っており、このファイル内の他の input と書式が不一致です。不要な空白を削除して統一してください。 Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new "データの二次利用ポリシー" (Data Secondary Usage Policy) page to clarify site data usage rules, updates the registration flow to reference this policy, and improves the explanation and visibility of privacy features for users. The most important changes are grouped below:
New Data Policy Page and Routing:
getDataPolicyinSimpleViewController.phpto serve the data policy page.data-policy.blade.phpcontaining detailed guidelines for both users and developers regarding data scraping, secondary use, and privacy./data-policyinweb.phpto serve the data policy page.UI/UX Improvements and Policy References:
register.blade.php) to provide a clearer explanation of the "プライベートモード" (Private Mode) option, including a detailed description of its effects, and added explicit references to both the EULA/Privacy Policy and the new Data Policy for user consent.sidebar.blade.php).Other: