Skip to content
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

leaderboard: issuers and earners list #51

Merged
merged 5 commits into from
May 3, 2021

Conversation

DivyanshiSingh
Copy link
Contributor

@DivyanshiSingh DivyanshiSingh commented Apr 14, 2021

Fixes: #11
Fixes: #10
I have used the switch component from the link mentioned along with the CSS variables. Also, I have used dummy data present in the mock folder.
Let me know of the required changes @tenthirtyone @mehranhydary

Copy link
Collaborator

@tenthirtyone tenthirtyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple things.

Please comment on the issues you are working on. Please work on them sequentially and one at a time.

Before looking at #11, #10 requires changes. Please see my comments on the commits. The PR needs to fit the existing project.

#10 also requires

1. Mobile/Desktop views

Mobile needs updating:
image

4. Match the styles found at https://explorer.bounties.network/leaderboard and https://github.com/Bounties-Network/Explorer
image

There are also what appears to be system-wide packages included in your pr. None of this work requires additional packages to be installed and we aren't going to add lodash to the project in favor of modern js.

client/src/components/Leaderboard/index.jsx Show resolved Hide resolved
client/src/components/Layout/MainBackground.jsx Outdated Show resolved Hide resolved
client/src/components/Leaderboard/index.jsx Outdated Show resolved Hide resolved
client/src/components/Switch/index.jsx Outdated Show resolved Hide resolved
client/src/components/Switch/index.jsx Outdated Show resolved Hide resolved
client/src/components/Switch/index.jsx Outdated Show resolved Hide resolved
@@ -0,0 +1,277 @@
export const issuersData = [
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be really good to make a script of this.

Let's consider adding a script to populate the db with this data. We'll have to decide on a data model or consider what is already existing.

Thanks for this.

@tenthirtyone
Copy link
Collaborator

For whatever reason I cannot link you in tickets.

#53

@DivyanshiSingh
Copy link
Contributor Author

@tenthirtyone Please review again and let me know the changes

@DivyanshiSingh
Copy link
Contributor Author

Hey, @tenthirtyone kindly review the changes.

@tenthirtyone
Copy link
Collaborator

tenthirtyone commented Apr 27, 2021

Mobile/Tablet Views changes:
image

@DivyanshiSingh
Copy link
Contributor Author

Hey, @tenthirtyone can you please review the changes.

@tenthirtyone tenthirtyone merged commit 69e5e0d into unicef:develop May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leaderboard: Top Issuers Leaderboard: Top Earners
2 participants