Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Prince Kumar Gupta
Prince Kumar GuptaContributor Type
Organization - EkStep
Reporter
Prince Kumar Gupta
Prince Kumar GuptaPriority
Sprint
All Sub-Tasks Completed ?
Yes
All Checklist Items Completed ?
Yes
Invision for Jira
Invision for Jira
Created October 19, 2023 at 6:22 PM
Updated March 26, 2024 at 7:07 AM
Agriculture Framework Testing Ticket for reference :
Remove the hardcoded BMGS keyword in the below components using the generic approach
Landing Page(Home)
src/app/client/src/app/modules/explore-page/components/explore-page/explore-page.component.html
src/app/client/src/app/modules/explore-page/components/explore-page/explore-page.component.ts
src/app/client/src/app/modules/core/services/user/user.service.ts
src/app/client/src/app/modules/dashboard/services/report/report.service.ts
src/app/client/src/app/modules/dial-code-search/services/dial-code/dial-code.service.ts
src/app/client/src/app/modules/observation/components/observation-listing/observation-listing.component.ts
src/app/client/src/app/modules/public/module/offline/components/library/library.component.ts
src/app/client/src/app/modules/shared/services/config/url.config.json
Profile Page
src/app/client/src/app/modules/public/module/guest-profile/components/guest-profile/guest-profile.component.html
src/app/client/src/app/plugins/profile/components/profile-page/profile-page.component.html
Course consumption page
src/app/client/src/app/modules/core/components/content-type/content-type.component.ts
src/app/client/src/app/modules/learn/components/course-consumption/course-details/course-details.component.html
src/app/client/src/app/modules/learn/components/course-page/course-page.component.ts
src/app/client/src/app/modules/player-helper/components/collection-player-metadata/collection-player-metadata.component.html
src/app/client/src/app/modules/player-helper/components/content-actions/content-actions.component.html
src/app/client/src/app/modules/player-helper/components/content-player-metadata/content-player-metadata.component.html
src/app/client/src/app/modules/player-helper/components/contentplayer-page/contentplayer-page.component.html
src/app/client/src/app/modules/public/module/course/components/course-consumption/public-course-player/public-course-player.component.html
src/app/client/src/app/modules/public/module/course/components/explore-course/explore-course.component.ts
src/app/client/src/app/modules/public/module/explore/components/explore-content/explore-content.component.ts
src/app/client/src/app/modules/resource/components/curriculum-courses/curriculum-courses.component.ts
src/app/client/src/app/modules/search/components/home-search/home-search.component.ts
src/app/client/src/app/modules/shared-feature/components/collection-player/collection-player.component.html
src/app/client/src/app/modules/shared-feature/components/content-player/content-player.component.html
Search Filter -Major
src/app/client/src/app/modules/content-search/components/global-search-filter/global-search-filter.component.ts
src/app/client/src/app/modules/content-search/components/search-filter/search-filter.component.ts
src/app/client/src/app/modules/content-search/components/view-all/view-all.component.ts
src/app/client/src/app/modules/content-search/services/content-search/content-search.service.ts
src/app/client/src/app/modules/core/services/search/search.service.ts
src/app/client/src/app/modules/groups/components/activity/activity-search/activity-search.component.ts
src/app/client/src/app/modules/search/components/user-filter/user-filter.component.ts
src/app/client/src/app/modules/search/components/user-search/user-search.component.ts
Onboarding popup(BMGS) -Major
src/app/client/src/app/modules/shared-feature/components/profile-framework-popup/profile-framework-popup.component.html
src/app/client/src/app/modules/shared-feature/components/profile-framework-popup/profile-framework-popup.component.ts
Remove and replace the BMGS keyword using the generic form config
Unit Test as per the new code changes