-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
feat(earnings): Implement earnings tabular list UI #181
feat(earnings): Implement earnings tabular list UI #181
Conversation
…oweedgar/treetracker-admin-client into feature/display_earnings_list_ui_only
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.
I'm a little concerned by how specific the styling is to individual elements, but I appreciate that the UI design is different from existing tools.
Maybe we extract common elements from this tool once we start implementing the other tools based on the same design.
…oweedgar/treetracker-admin-client into feature/display_earnings_list_ui_only
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.
Looking good so far!
…min-client into feature/display_earnings_list_ui_only
Description
Developed UI for listing earnings, currently dummy earnings are listed from mock API as we wait for the earnings API to return more well-structured data.
Please check if the PR fulfills these requirements
Issue
What is the current behavior?
There was no earnings UI before
What is the new behavior?
Earnings tabular list UI with filters has been implemented
Other useful information
Only earnings table UI filled with dummy data is displayed, another PR will be done to address the integration of earnings list UI with earnings API.
ref #179