Task #3120
Feature #3116: Couple of changes to ChatGPT answer page on the site
FE: Fetch youtube source urls from the 'bookSource' API. Update the book names with the links in the /chatgptplus page.
Description
1. Fetch youtube book source urls from the 'bookSource' API.
API Endpoint: /admin/content/api/v1/bookSource Method: POST Request Body: { "bookIds": [<array of bookId>] }
2. Once the /chatgptplus page loaded, do 'bookSource' API call and update the BookName with Links.
Suppose if someone click on the book-name then the link should open in a new tab.
Updated by Ayush Khandelwal over 1 year ago
- Status changed from New to In Progress
- Assignee changed from Rishabh Rai to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Resolved to Closed
Working as expected