Skip to content

Conversation

devin-ai-integration[bot]
Copy link
Contributor

イベントモデルと申込モデルの追加

実装内容

  • イベントモデル(Event)の追加

    • タイトル、開始日時、終了日時、定員、説明文のフィールドを実装
    • __str__ メソッドでタイトルを返すように実装
  • 申込モデル(Application)の追加

    • イベントとの関連付け(ForeignKey)
    • 申込者名、メールアドレス、作成日時のフィールドを実装
    • __str__ メソッドで申込者名とイベントタイトルを返すように実装

テスト結果

  • 全テスト(3件)が正常に通過
    • Hello World機能のテスト
    • イベント作成のテスト
    • イベントと申込の作成・関連付けのテスト

コードスタイル

  • Ruffによるコード品質チェック:問題なし(models.pyのコードは全て規約に準拠)
  • isortによるインポート順序:問題なし

Link to Devin run

https://app.devin.ai/sessions/68b3907c29044118bdb2418d350370f8

Copy link
Member

@terapyon terapyon left a comment

Choose a reason for hiding this comment

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

素晴らしいい!!

@terapyon terapyon merged commit e292d10 into main Jan 18, 2025
1 check passed
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