Project

General

Profile

Feature #3068

Extension-v0.92.20: Change UI of extension

Added by Ram Kordale over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/10/2023
Due date:
% Done:

100%

Estimated time:
(Total: 0.00 h)

Description

Please see 3 UI views V1, V2 and V3 at
https://drive.google.com/file/d/17K1Z5KKWBSTumJqyoqShA9osR1EukgcC/view?ts=6482b6cb.

In the background, get all purple links and results as is done today.

Today, we show one of 3 views: (a) itemized purple links (b) "no purple links" (c) "video not processed".

In case of (a) which is shown when get purple links api returns results, here are the changes required:
- when the extension is opened, show V1
-- T1 = Want to know more about a term in the video?
-- T2 = Type phrase e.g. nested list & Press enter [Suppose user entered input I. I is one or more words]
-- A1 = Action on pressing enter
- on A1, show V2
-- if there are matches
--- T3 = Here you go [Show X at the top right]
--- find first purple link P whose first two letters match with first two letters of I. Show all PLRs (purple link results) of P and display them as PLR1, PLR2,...PLRn.
-- if there are no matches and if 'isOpenAIAnswerSupported' is false, show "Unfortunately, this is not explained in any video by the author".
-- if user clicks on X on top right, show V1
-- if 'isOpenAIAnswerSupported' is true, continue with below (i.e. T4,B1,A3 are not applicable if 'isOpenAIAnswerSupported' is false)
--- if results
---- T4 = Not any of these? Want to know more?
---- B1 is a button with text "Click here"
---- A3 = action on clicking B1
---- on A3, show V3
--- if there were no results
---- show V3
-- T5 = response from server after sending getOpenAIapi(I). Note I is passed as input to the API call.
-- T5 box should contain a X at the right top.
- On clicking X in T5 box, show V1


Subtasks

Feature #3069: 3068 part 1: when openai is not supported + search supportClosed06/10/2023Ram Kordale

Actions
#1

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#2

Updated by Rishabh Rai over 1 year ago

  • Status changed from New to In Progress
#3

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#4

Updated by Rishabh Rai over 1 year ago

  • % Done changed from 0 to 60
#5

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#6

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#7

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#8

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#9

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#10

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#11

Updated by Ram Kordale over 1 year ago

  • Description updated (diff)
#12

Updated by Rishabh Rai over 1 year ago

  • Status changed from In Progress to Resolved
#13

Updated by Rishabh Rai over 1 year ago

  • Status changed from Resolved to Review
  • Assignee changed from Rishabh Rai to Ayush Khandelwal
#14

Updated by Ayush Khandelwal over 1 year ago

  • Status changed from Review to Feedback
  • Assignee changed from Ayush Khandelwal to Ram Kordale

Working as expected

#15

Updated by Ayush Khandelwal over 1 year ago

  • Subject changed from Change UI of extension to Extension-v0.92.20: Change UI of extension
#16

Updated by Ram Kordale over 1 year ago

  • Status changed from Feedback to Closed
#17

Updated by Rishabh Rai over 1 year ago

Updated extension data -

In case of (a) which is shown when get purple links api returns results, here are the changes required:
- when the extension is opened, show V1
-- T1 = Want to know more about a term in the video?
-- T2 = Type phrase e.g. nested list & Press enter [Suppose user entered input I. I is one or more words]
-- A1 = Action on pressing enter
- on A1, show V2
-- if there are matches
--- T3 = For explanation from author on <searched term>, click below
--- find first purple link P whose first two letters match with first two letters of I. Show all PLRs (purple link results) of P and display them as PLR1, PLR2,...PLRn.
--- show another search box below purpleLink results.
--- show feeback box icon in bottom right corner.

-- if there are no matches show "Unfortunately,&lt;searched term&gt; is not explained in any video by the author".

In case (b) - Video is not procesed -

-- show message "Unfortunately, our AI has not processed this video yet.We are continuously processing more videos based on demand." 
-- show feedback box icon in bottom right corner.

Also available in: Atom PDF