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

requestDetailのtargetで、返済済みの人は入出金記録のidも含めて返してほしい #734

Open
mehm8128 opened this issue Apr 29, 2024 · 2 comments
Assignees
Labels
v2 About Jomon version2

Comments

@mehm8128
Copy link
Contributor

確か入出金記録を作成した時点で返済済みになる仕様だったはず
requestDetailページのtarget一覧で返済済みの人は入出金記録の詳細ページへのリンクを表示したいため

@mehm8128 mehm8128 added the v2 About Jomon version2 label Apr 29, 2024
@H1rono H1rono self-assigned this Jun 7, 2024
@H1rono
Copy link
Member

H1rono commented Jun 26, 2024

GET /api/requests/:requestIDのレスポンスが↓のような形式ですね

{
    id: UUID,
    // ...
    created_by: UUID,
    targets: [{
        id: UUID,
        target: UUID,
        // ...
    }],
}

で、入出金記録のIDということはtransactionsがほしいということですか? @mehm8128

@mehm8128
Copy link
Contributor Author

これなんか支払い対象者の仕様変えるみたいな話あって変わるかもなのでちょっと待ってほしいです:loading:

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

No branches or pull requests

2 participants