TUK-3oon / hello-tarot-BE

hello-tarot project BackEnd
0 stars 1 forks source link

Share your schedule #22

Open hellojunho opened 1 month ago

hellojunho commented 1 month ago

@hellojunho

hellojunho commented 1 month ago

@kim-song-jun Yesterday, @hellojunho and @yangwonjoon had a brief meeting about the end of the game. The meeting went like this:

  1. The user chooses 3 cards, and calls the /game/end url the moment the user chooses the final card.
  2. The backend generates a response by passing the card picture, game type, game ID, and question to Gemini at the same time as /game/end is called.
  3. It takes about 10 to 12 seconds for the response to be generated.
  4. The backend asks Gemini a question asynchronously using celery, and returns a status of { "success" : "READY"} while the question is being generated, and a Response of the form { "success" : "FINISHED", "answer" : "response ..."} as soon as the question is finished. as soon as the question is created.
  5. The frontend checks the backend every second to see if the answer has been created, and if so, prints the response value to the screen.
hellojunho commented 1 month ago

2024-06-17 @kim-song-jun and @hellojunho had a brief meeting about the end of the game. The meeting went like this.

hellojunho commented 1 month ago

@hellojunho It would be good to learn about efs, s3 and how the OS handles files in a non-blocking way, etc.

hellojunho commented 1 month ago

@kim-song-jun Would you confirm my code about feat/#14-celery-setting?

kim-song-jun commented 1 month ago

@kim-song-jun Would you confirm my code about feat/#14-celery-setting?

Okay I will check it

hellojunho commented 1 month ago

@kim-song-jun Would you confirm my code about feat/#14-celery-setting?

Okay I will check it

Thank you!

If you have any questions, please mention the following

kim-song-jun commented 1 month ago

@kim-song-jun Would you confirm my code about feat/#14-celery-setting?

Okay I will check it

Thank you!

If you have any questions, please mention the following

Merged PR #15