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

協賛活動、学内募金の表示をupdated_atの降順にした #783

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

hikahana
Copy link
Collaborator

@hikahana hikahana commented Jun 17, 2024

対応Issue

resolve #782

概要

デフォルトの表示を降順にするためにsql文のorder byをidからupdated_at DESCに変更した。
ps.協賛活動のフィルターのデフォルトが作成日時昇順になっていたため下記の順番に変更した

更新日時降順
更新日時昇順
作成日時降順
作成日時昇順
協賛金降順
協賛金昇順

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

  • URL
    スクリーンショット

テスト項目

  • activity,fund_infomationのデータが降順で取得されているか
  • ps.協賛活動のフィルターが正常に動作しているか

備考

協賛活動のフィルターがの作成日時の昇順降順動いてないかも修正します。→しました

@github-actions github-actions bot added the bug Something isn't working label Jun 17, 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.

LGTM

@Kubosaka Kubosaka merged commit d34943f into develop Jun 27, 2024
2 checks passed
@Kubosaka Kubosaka deleted the fix/hikahana/782-default-data-order-desc branch June 27, 2024 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

データのデフォルトを降順にする
2 participants