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

[feat] 年度別のfund_informationsを取得するAPIの作成 #669

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

hikahana
Copy link
Collaborator

対応Issue

resolve #668

概要

年度別でfund_informations/detailsを取得するAPIを作成しました。

画面スクリーンショット等

  • URL
    スクリーンショット
image

テスト項目

  • upした後にswaggerにアクセスしてfundinformations/details/[year]を探す

  • あったらtry itからyearに2024を指定して実行しスクショのように結果が返ってくるか確認する

  • 2023に関しては紐づくデータがないためnullが返ってくる。

  • 確認したい場合はyear_periodsの2023の終了日を変更するか、2023に新しいデータを追加してください

備考

ByYearだったり、ForPeriodsだったりで統一感ないですがどちらかがいいでしょうか。

@hikahana hikahana self-assigned this Jan 23, 2024
Copy link
Collaborator

@Kubosaka Kubosaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動作問題なしです。
by periodsとかに統一します?

@Kubosaka Kubosaka merged commit f2bbb4e into develop Feb 15, 2024
1 check passed
@Kubosaka Kubosaka deleted the feat/hikahana/668-periods-fund-api branch February 15, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

募金の年度別取得API作成
2 participants