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

レコメンド機能の作成(フェーズ4) #24

Merged
merged 12 commits into from
Aug 29, 2024

Conversation

kyoya0819
Copy link
Contributor

修正概要

  • HackathonSeeder関係
    • PR TIMES APIも、OpenAI, Bedrock同様ラッパーを作成
    • PR TIMES APIへのアクセスをラッパー経由に切り替え
  • 認証関係
    • laravel/sanctumの(パッケージの)追加
    • SanctumのSPAモードでアクセスする関係でcredentialsをtrueに変更
    • SignUpにおいて、パスワードのバリデーションエラーのみkeyがcodeになっていたのを、他と同様のtokenに変更
  • DB関係
    • Companyの追加
      • PressReleaseのcompany_idもCompanyにリレーションするように変更
      • PressReleaseをIDで出力する際は、Companyの情報も付帯するように変更
  • 機能
    • 業種別IDをもとに企業を返却するAPI(/api/company/list)の作成
    • 本来は「おすすめの企業」を返却する予定だが、一旦はランダムでレスポンスするように実装。

@kyoya0819 kyoya0819 self-assigned this Aug 29, 2024
@kyoya0819 kyoya0819 merged commit d457a45 into main Aug 29, 2024
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