Project

General

Profile

Task #3075

Feature #3024: extension 0.92.20 & 0.93: Enable OpenAI answers

Feature #3062: Extension v0.93 requirements

EXT-0.93: Add a new UI for searching in the ChatGPT.

Added by Ayush Khandelwal over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Urgent
Target version:
Start date:
06/20/2023
Due date:
06/23/2023
% Done:

100%

Estimated time:
1.50 h
Spent time:

Description

After the implementation #3073, do the next step.

  1. If user clicks on 'yes' button, show the "Type phrase e.g. nested list & Press enter". Same like the one we have when video is processed. However, replace 'magnifying glass icon' with chatgpt icon. (Video Processed URL: https://www.youtube.com/watch?v=k9TUPpGqYTo&list=PL-osiE80TeTskrapNbzXhwoFUiLCjGgY7&index=2)

If user search for a term in the search and press the enter button, then make the getOpenAIanswer api call to our server with the search term and show the response.

Under the answer response, show the above "Type phrase ... Press enter".

getOpenAIanswer API Endpoints:

URL: http://edutestqa.appspot.com/admin/content/api/v1/answer
Method: "POST" 
Request Body: (application/json) {
"searchTerm": "Once upon a time" 
}

#1

Updated by Ayanava Karmakar over 1 year ago

  • Status changed from New to In Progress
#2

Updated by Ayanava Karmakar over 1 year ago

  • % Done changed from 0 to 10
#3

Updated by Ayanava Karmakar over 1 year ago

  • % Done changed from 10 to 50
#4

Updated by Ayanava Karmakar over 1 year ago

  • % Done changed from 50 to 60
#5

Updated by Ayanava Karmakar over 1 year ago

  • % Done changed from 60 to 80
#6

Updated by Ayanava Karmakar over 1 year ago

  • % Done changed from 80 to 90
#7

Updated by Ayanava Karmakar over 1 year ago

  • % Done changed from 90 to 100
#8

Updated by Ayanava Karmakar over 1 year ago

  • Status changed from In Progress to Resolved
#9

Updated by Ayush Khandelwal over 1 year ago

  • Parent task changed from #3072 to #3062
#10

Updated by Ayush Khandelwal over 1 year ago

  • Subject changed from EXT-0.92.20: Add a new UI for searching in the ChatGPT. to EXT-0.93: Add a new UI for searching in the ChatGPT.
#11

Updated by Ayanava Karmakar over 1 year ago

  • Status changed from Resolved to Review
#12

Updated by Ayanava Karmakar over 1 year ago

  • Assignee changed from Ayanava Karmakar to Ayush Khandelwal
#13

Updated by Ayanava Karmakar over 1 year ago

Review point: Avoid loop call for input box

#14

Updated by Ayanava Karmakar over 1 year ago

  • Status changed from Review to Reopened
  • Assignee changed from Ayush Khandelwal to Ayanava Karmakar
#15

Updated by Ayanava Karmakar over 1 year ago

  • Status changed from Reopened to In Progress
  • Assignee changed from Ayanava Karmakar to Ayush Khandelwal
#16

Updated by Ayush Khandelwal over 1 year ago

  • Status changed from In Progress to Resolved
#17

Updated by Ayush Khandelwal over 1 year ago

  • Status changed from Resolved to Closed

Working as expected

Also available in: Atom PDF