You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the video modal component there is 'Generate script with AI' tab. When a user fills form and click 'Generate script' button, the script must be generated (using chat controller) and placed on the right side of the tab (see https://heygen.com/ for reference).
For now chat controller accepts only message property, so make a helper that creates one single message from all fields on the form (e.g 'Please generate script on topic [topic from the form] in [language from the form] ...').
When script is generated change button text to 'Regenerate'. If user click on 'Regenerate' button regenerate the script (e.g. send message to chat 'Please, generate another script from the info I have provided before').
When script is generated place 'Create video' button under the script. The button should not do anything for now.
Use HeyGen as a reference but apply our app colors.
'Generate script with AI' tab should allow allows the user to generate a video script using AI assistance
'Generate script with AI' tab should contain the following input fields: 'Topic', 'Target language', 'Tone', 'Additional info' and 'Generate'/'Re-generate' button
The 'Topic' input field should accept the topic of the script (text)
The 'Target language' drop-down list should accept the language of the script ('English' for now)
The 'Tone' input field should accept the tone of the script
The 'Additional info' input field should accept the any additional information the user wants to provide about the script
The 'Generate' button should be replaced with 'Re-generate' button after the script is generated
What feature?
On the video modal component there is 'Generate script with AI' tab. When a user fills form and click 'Generate script' button, the script must be generated (using chat controller) and placed on the right side of the tab (see https://heygen.com/ for reference).
For now chat controller accepts only message property, so make a helper that creates one single message from all fields on the form (e.g 'Please generate script on topic [topic from the form] in [language from the form] ...').
When script is generated change button text to 'Regenerate'. If user click on 'Regenerate' button regenerate the script (e.g. send message to chat 'Please, generate another script from the info I have provided before').
When script is generated place 'Create video' button under the script. The button should not do anything for now.
Use HeyGen as a reference but apply our app colors.
Video modal pr
'Generate script with AI' tab pr
Chat controller pr
Add screenshots
HeyGen reference:
Acceptance criteria
Testing documentation
https://docs.google.com/spreadsheets/d/1lgdyHPqr2DC5LSHVuBjRte31Mw1jXOlH1tkoTQ-MpIc/edit?gid=1927397104#gid=1927397104
The text was updated successfully, but these errors were encountered: