協賛活動の進捗報告ページのフロントエンド#1081
Merged
nakatashingo merged 27 commits intodevelopfrom Apr 21, 2026
Merged
Conversation
…modal, table, and field row
…als for document creation
…r better visibility
…oved alignment and visibility
…lculations and invoice generation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a new progress-report feature: page, layout, activity table, modal edit flow with react-hook-form, receipt/invoice PDF modals with preview and generation, PDF/data builder utilities, form utilities/types, navigation label update, and a legacy invoice item input change. Changes
Sequence DiagramsequenceDiagram
participant User as User
participant Page as ProgressReportPage
participant API as Backend API
participant Table as ProgressReportTable
participant Modal as ProgressReportModal
participant PDFModal as Receipt/Invoice Modal
participant PDFGen as PDF generator
User->>Page: open /progress_report
Page->>API: fetch activities
API-->>Page: activities
Page->>Table: render list
User->>Table: click Edit
Table->>Page: onSelectActivity(id)
Page->>API: fetch activity detail & sponsor styles
API-->>Page: activity detail, styles
Page->>Modal: open with activity + form defaults
User->>Modal: edit fields / open document buttons
Modal->>PDFModal: open receipt or invoice modal
User->>PDFModal: set dates/fields, click download
PDFModal->>PDFGen: create PDF (async)
PDFGen-->>User: download file
PDFModal-->>Modal: close on success
User->>Modal: submit form
Modal->>Page: onSubmit(values)
Page->>API: update activity
API-->>Page: update result
Page->>Table: revalidate activities
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Deploying finansu with
|
| Latest commit: |
ce657fe
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bcd6037a.finansu.pages.dev |
| Branch Preview URL: | https://feat-walt-sponsorship-progre.finansu.pages.dev |
…ne form default values in ProgressReportPage
…ssReport components
…ts for improved clarity and consistency
… in ProgressReport components
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.

対応Issue
resolve #0
概要
進捗報告ページのフロントエンド部分を作成
画面スクリーンショット等
URLスクリーンショット
テスト項目
備考
Summary by CodeRabbit
New Features
Improvements