Task #3376
Optimizations in getPurpleLinks API implementation
Start date:
01/16/2024
Due date:
% Done:
100%
Estimated time:
Description
1. If requestedOurl is not present in purpleLinksInfoExtFullCombined kind, check for the ourl in the content kind only if it is a youtube url or the url is supported page (means any of the aliases contains prefix of the requestedOurl).
2. For getting the values for isCopilotOpenOnExit, delayBeforeFirstCopilotOpen, defaultOpen, ads, subject, CopilotLocation,
we are making separate datastore call to documentProcessing kind. Instead: (a) dont make calls for unsupported URLs; return default values and (b) make only one datastore call to the documentProcessing kind to get these values.
Updated by Md Shahzar 11 months ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Md Shahzar 11 months ago
- Status changed from Resolved to Reopened
- % Done changed from 100 to 50
Updated by Md Shahzar 11 months ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Updated by Md Shahzar 11 months ago
- Status changed from Resolved to Review
- Assignee changed from Md Shahzar to Abhijata Sen