-
Notifications
You must be signed in to change notification settings - Fork 0
チュートリアル(ベーシック・アドバンス):Entityの表記揺れをAdminConsoleと統一 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
チュートリアル(ベーシック・アドバンス):Entityの表記揺れをAdminConsoleと統一 #20
Conversation
…-basic-advance-unify-entityname-to-adminconsole
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR standardizes entity name notation across the Basic and Advanced tutorials (both Japanese and English versions) by adding the full entity path in parentheses after entity names (e.g., 商品Entity(tutorial.product.Product) in Japanese, Product Entity in English).
Key Changes:
- Adds entity paths in parentheses to entity references throughout tutorial documentation
- Updates entity name terminology in English advanced tutorial from "Today's" to "Daily"
- Ensures consistent entity naming format across all four tutorial documents
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| gettingstarted/src/docs/asciidoc/basic/operation_ja.adoc | Adds entity paths to Japanese entity references for tutorial.product.Product, tutorial.product.ProductCategory, and tutorial.properties.Properties2 |
| gettingstarted/src/docs/asciidoc/basic/operation_en.adoc | Updates English entity name references from verbose names to simpler forms ("Properties", "Properties2") |
| gettingstarted/src/docs/asciidoc/advanced/customize_ja.adoc | Adds entity paths in parentheses to Japanese entity references for all advanced tutorial entities (taskMaster, versionMaster, projectMaster, dailyTask, dailySchedule) |
| gettingstarted/src/docs/asciidoc/advanced/customize_en.adoc | Updates English terminology from "Today's task/schedule" to "Daily task/schedule" Entity for consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
概要
チュートリアル(ベーシック、アドバンス)で発生していたEntity名の表記揺れを統一