-
Notifications
You must be signed in to change notification settings - Fork 21
Implements GAME-81 #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements GAME-81 #293
Conversation
|
It's helpful to a reviewer to include a short description of what the PR includes, either via a link to the Jira story (if it's just a few), or if it's multiple tickets, a description of what it implements. |
src-ts/tools/gamification-admin/pages/badge-detail/BadgeDetailPage.tsx
Outdated
Show resolved
Hide resolved
testflyjets
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comment about code that's commented-out.
brooketopcoder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, @kkartunov ! Let me know if you have any questions.
src-ts/tools/gamification-admin/pages/badge-listing/BadgeListingPage.tsx
Outdated
Show resolved
Hide resolved
src-ts/tools/gamification-admin/pages/badge-listing/BadgeListingPage.module.scss
Outdated
Show resolved
Hide resolved
src-ts/tools/gamification-admin/pages/badge-listing/BadgeListingPage.module.scss
Outdated
Show resolved
Hide resolved
src-ts/tools/gamification-admin/pages/badge-listing/BadgeListingPage.module.scss
Show resolved
Hide resolved
src-ts/tools/gamification-admin/pages/badge-detail/BadgeDetailPage.tsx
Outdated
Show resolved
Hide resolved
src-ts/tools/gamification-admin/pages/badge-listing/BadgeListingPage.tsx
Outdated
Show resolved
Hide resolved
@testflyjets added jira link in desc for more context. |
|
@brooketopcoder @testflyjets I sugest we merge this upstream, if you agree updates implemented are good? |
…that lives in the lib and can be re-used elsewhere. It makes the styling of the Load More button static. It moves everything to do w/routing to the .routes page and removes duplicate paths. It creates a breadccrumb provider for the Gamification tool so we're not duplicating the base item. It moves the retrieval of the badge info into a provider so that it's not directly in the presentation layer. #time 4h
|
Merging this one as we covered all requirements with #300 |
https://topcoder.atlassian.net/browse/GAME-81