-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
enhance(games): Gamesのパス・ディレクトリ構造を変更 #13200
Conversation
ゲーム系はよく共有されるからURLは短いほど良い気がしている |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #13200 +/- ##
============================================
+ Coverage 64.35% 77.56% +13.20%
============================================
Files 979 185 -794
Lines 109398 24757 -84641
Branches 4290 463 -3827
============================================
- Hits 70408 19203 -51205
+ Misses 38958 5547 -33411
+ Partials 32 7 -25 ☔ View full report in Codecov by Sentry. |
うーむ |
gにでもしとけば(適当) |
リバーシのゲームidと被るので微妙 |
(URLを変える必要はないと思う |
既に g は game(対局) の略で使ってるわね(reversi/g/foo) |
ディレクトリ構造とURLは一対一で対応させときたい |
じゃあ/gamesの方を非正規URLにするとか(トンチ |
ならべつに変えなくてもええかの気分 |
games系としてまとめるならばバックエンドのserviceやmodelもまとめたくなる(実際昔はそうだった)けど、そうするとNestになったりして色々設計が一新された今となっては構造的に不自然になるからバックエンドはそのようにはできない 🙏 |
What
/games
配下に移動(リダイレクトあり)/games
配下にまとめたWhy
fix #13199
Additional info (optional)
Checklist