Skip to content
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

管理者向け個別会計画面の実装(閲覧のみ) #97

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

nozomu-y
Copy link
Member

@nozomu-y nozomu-y commented Aug 19, 2023

変更の概要

変更の理由

  • Laravel, Nuxt への移行のため

やったこと

  • 管理者向け個別会計画面の閲覧機能を実装した
  • components/Table を修正し、小さいデータ数でも正しくページングが機能するようにした

やっていないこと

  • 編集機能の実装

影響範囲

  • 全ユーザー対象

確認方法

確認してほしいこと

スクリーンショット

  • なし

@github-actions
Copy link

github-actions bot commented Aug 19, 2023

Middleware

Route 管理者 運営 会計 合宿 団員 未認証
ホーム /
ログイン /login
団員リスト /users
集金リスト /accountings
個別会計 /individual_accountings
管理者 > 団員リスト /admin/users
管理者 > 団員リスト > 追加 /admin/users/add
管理者 > 集金リスト /admin/accountings
管理者 > 個別会計 /admin/individual_accountings

@github-actions
Copy link

github-actions bot commented Aug 19, 2023

Coverage

Percentage
Total Coverage 80.1 %
Coverage for all files
Path Percentage
Console/Kernel 66.7 %
Enums/AccountingType 100.0 %
Enums/Part 100.0 %
Enums/PaymentMethod 100.0 %
Enums/Role 100.0 %
Enums/UserStatus 100.0 %
Exceptions/Handler 47.6 %
Helpers/Helper 100.0 %
Http/Controllers/AccountingsController 100.0 %
Http/Controllers/Admin/IndividualAccountingsController 100.0 %
Http/Controllers/Admin/ProfilesController 100.0 %
Http/Controllers/Admin/UsersController 100.0 %
Http/Controllers/Auth/ConfirmPasswordController 0.0 %
Http/Controllers/Auth/ForgotPasswordController 100.0 %
Http/Controllers/Auth/LoginController 100.0 %
Http/Controllers/Auth/RegisterController 0.0 %
Http/Controllers/Auth/ResetPasswordController 100.0 %
Http/Controllers/Auth/VerificationController 0.0 %
Http/Controllers/AuthController 100.0 %
Http/Controllers/Controller 100.0 %
Http/Controllers/HomeController 100.0 %
Http/Controllers/IndividualAccountingsController 100.0 %
Http/Controllers/UsersController 100.0 %
Http/Kernel 100.0 %
Http/Middleware/Authenticate 100.0 %
Http/Middleware/EncryptCookies 100.0 %
Http/Middleware/EnsureUserHasRole 100.0 %
Http/Middleware/PreventRequestsDuringMaintenance 100.0 %
Http/Middleware/RedirectIfAuthenticated 66.7 %
Http/Middleware/RequireJson 100.0 %
Http/Middleware/TrimStrings 100.0 %
Http/Middleware/TrustHosts 0.0 %
Http/Middleware/TrustProxies 100.0 %
Http/Middleware/ValidateSignature 100.0 %
Http/Middleware/VerifyCsrfToken 100.0 %
Models/AccountingList 0.0 %
Models/AccountingPayment 100.0 %
Models/AccountingRecord 100.0 %
Models/IndividualAccountingList 100.0 %
Models/IndividualAccountingRecord 100.0 %
Models/Profile 100.0 %
Models/User 100.0 %
Notifications/ResetPassword 100.0 %
Providers/AppServiceProvider 100.0 %
Providers/AuthServiceProvider 100.0 %
Providers/BroadcastServiceProvider 0.0 %
Providers/EventServiceProvider 100.0 %
Providers/RouteServiceProvider 100.0 %

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

管理者向け個別会計画面の実装(閲覧のみ)
1 participant