copetit / whereareyou

for our family
1 stars 1 forks source link

createContentsをpostingAPIに統合する #62

Closed copetit closed 2 years ago

copetit commented 2 years ago

やること

createContentsAPIが別になっているため、postingAPIを読んでもまともなcontent形式ではDBに入らないです。 Posting APIでContentAPIが使えるように修正をしましょう。

参考URL

https://github.com/copetit/whereareyou/issues/41

shhwan commented 2 years ago

やったこと

確認方法

  1. http://localhost:3000/wau/posting で、写真を登録して別のFormに適当な値を入れてSubmit
  2. consoleにimageURLが出力されるかを確認(あえて出力しています。コード上ではCreatePostingに入れるために変数化しておきました。)

스크린샷 2022-01-05 21 04 39

現在、他のInputはForm Dataに入れてないため、出力されてないですが https://github.com/copetit/whereareyou/issues/64でForm Dataに追加してCreatePostingに投げることで問題ないと思います。

copetit commented 2 years ago

"downlevelIteration": true

ここはhttps://github.com/copetit/whereareyou/blob/6ac759794ffb298efae4d56c57b40c347c1e9a92/frontend/src/Routes/Posting.tsx#L39-L42 res.data[‘imageUrl’] のところでエラーになったのでtrue設定を追加したらしい

copetit commented 2 years ago

email形式を間違うことでファイルパスがconsole.logされることを目視できました。 <img width=“1182” alt=“스크린샷 2022-01-06 22 15 37" src=” https://user-images.githubusercontent.com/21287797/148388963-d4ea4967-7639-4e2d-ae2d-ad0b71b52c5f.png “> 動作に問題なかったのでマージしました。質問に対していろいろ回答もありがとうございました。