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

OV-42: Add Chat Component #82

Merged
merged 81 commits into from
Sep 12, 2024
Merged

Conversation

lfelix3011
Copy link
Collaborator

@lfelix3011 lfelix3011 commented Aug 29, 2024

  • We will use this component to chat with AI and get video descriptions for it
  • Your task it to create frontend part of it.
  • Since the integration is not ready you can mock

image
image

@lfelix3011 lfelix3011 added the FE Fronted feature label Aug 29, 2024
@lfelix3011 lfelix3011 added this to the Release 1.0 milestone Aug 29, 2024
@lfelix3011 lfelix3011 self-assigned this Aug 29, 2024
@lfelix3011 lfelix3011 linked an issue Aug 29, 2024 that may be closed by this pull request
4 tasks
o-nedashkivska
o-nedashkivska previously approved these changes Sep 11, 2024
…con-to-script-menu

OV-166: Add AI icon to script menu
@nikita-remeslov nikita-remeslov dismissed stale reviews from o-nedashkivska, anton-otroshchenko, and themself via 0d490c0 September 11, 2024 13:34
@sofiia-trokhymchuk sofiia-trokhymchuk added the MERGE CONFLICTS Merge conflicts while merging the PR label Sep 11, 2024
@lfelix3011 lfelix3011 removed the MERGE CONFLICTS Merge conflicts while merging the PR label Sep 11, 2024
method: HTTPMethod.POST,
contentType: ContentType.JSON,
payload: JSON.stringify(payload),
credentials: 'include',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do you need this?

Copy link
Collaborator Author

@lfelix3011 lfelix3011 Sep 11, 2024

Choose a reason for hiding this comment

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

@sofiia-trokhymchuk It was suggested by @sergiy4 who implemented backend part, #82 (comment)

@sergiy4 Please your comments here

o-nedashkivska
o-nedashkivska previously approved these changes Sep 11, 2024
@nikita-remeslov nikita-remeslov merged commit 8c1d397 into next Sep 12, 2024
2 checks passed
@nikita-remeslov nikita-remeslov deleted the task/OV-42-add-chat-component branch September 12, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Fronted feature
Projects
Status: To Be Tested
Development

Successfully merging this pull request may close these issues.

FEAT: Add Chat component
8 participants