Task #3229
Feature #3226: Support for copilot_urls
Feature #3227: BE : Support for copilot_urls
Return 'showCopilot' in the response of getPurpleLinksInfoExtFull API
Description
IF the "copilot_urls" field is present in the datastore, and the requested "o-url" is neither a prefix in any of the "copilot_urls" nor found within "copilot_urls," then set "showCopilot" to false.
ELSE
Set "showCopilot" as true for all the 3 existing cases - https://docs.google.com/document/d/1uMTr3gKDf_XxMZse9j0ys-XwTEzM32TJwDH31SAiVA0/edit#heading=h.28q2j3w7old3
Handle this for 0.95 and later versions
Updated by Anonymous over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Anonymous over 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Anonymous to Anonymous
Updated by Anonymous over 1 year ago
- Status changed from Review to Reopened
- Assignee changed from Anonymous to Anonymous
Support for internal-ourls : The 'showCopilot' should be 'true' even if any of the "internal-ourls" is present in the "copilot_urls"
Updated by Anonymous over 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Anonymous to Anonymous
Updated by Anonymous over 1 year ago
- Status changed from Review to Reopened
- Assignee changed from Anonymous to Anonymous
- % Done changed from 100 to 50
Bug:
For all old books, show_copilot is coming as false. This is incorrect. If the `copilot_urls` field is not present in the text file, showCopilot should come as true for all urls of the book. so, it should be true for all the old books. Even for new books if the `copilot_urls` field is not present, showCopilot should be true for all urls of the book.
Add this fix - When `copilot_urls` field is not present in the datastore, set the showCopilot as true
Updated by Anonymous over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Anonymous over 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Anonymous to Anonymous
Updated by Anonymous over 1 year ago
- Status changed from Review to Feedback
- Assignee changed from Anonymous to Anonymous
Updated by Ram Kordale over 1 year ago
- Status changed from Closed to Reopened
- Assignee changed from Anonymous to Anonymous
Updated by Anonymous over 1 year ago
- Status changed from Resolved to Review
- Assignee changed from Anonymous to Anonymous
Updated by Anonymous over 1 year ago
- Description updated (diff)
- Assignee changed from Anonymous to Anonymous
Updated by Anonymous over 1 year ago
- Description updated (diff)
Support : Implement Copilot URL Wildcard Matching
For the given Copilot URL pattern: "copilot_urls": ["scikit-learn.org/*blog*"], (Note: blog could be any string)
If the copilot url contains * then check if it is matching with the requested Ourl.
If the requested OURL is http://scikit-learn.org/modulesblog/1/2/3 or https://scikit-learn.org/1/2/3/4blog5 the matching should result in "showCopilot": true.
Updated by Anonymous over 1 year ago
- Status changed from Review to Feedback
- Assignee changed from Anonymous to Anonymous
Updated by Ram Kordale over 1 year ago
- Priority changed from Urgent to Immediate
wrongly changed priority of ticket