-
Notifications
You must be signed in to change notification settings - Fork 10
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
4. Tweak the main page #7
Comments
Hi everyone, I would like to propose three tweaks, two tweaks on the home page itself, and one on the nav (this would be a bit more involved).
The two items on the home page might be able to be done in one issue/PR, and the builders list page would be separate issue/PR. This would be the rough design of the points above: I would appreciate any comment and if they are good, I would be happy to make issues for them that anyone can take and if it is okay I would like to take a stab at creating the page and adjusting the nav 😁 |
Oops my bad just saw the issue #4 this should be part of the point I mentioned above, and I believe @rohan-ahire06 is working on the issue? |
Yes, I’m actively working on this issue at the moment. I also have a suggestion regarding the homepage that could add a fun and interactive element. Vending Machine ConceptProposal:How about we introduce a virtual vending machine on the homepage? The idea is simple: users can make bids, and whoever places the highest bid will have their account featured on the homepage. This feature would then link directly to the builder’s detail page or we could create a component that allows only the winner to add their details, which would then be displayed on the homepage. Not only does this add an exciting, gamified aspect to the site, but it also gives users an opportunity to showcase their work. Plus, you can even feature yourself on the homepage—it’s a win-win and a lot of fun! |
@rohan-ahire06 |
@rohan-ahire06 That's a cool idea! Adding a gamified aspect to the project sounds fun. However, I'm a bit hesitant about implementing an extensive smart contract for this, especially since we're working on the OP mainnet. A bidding system with real money might not be something everyone wants to engage with 😆. Maybe we can achieve the gamified feature aspect using a more benign approach. My idea is to combine on-chain and off-chain data, which could then be weighted into a scoring system. This could include:
We can compile this data and feed it into a scoring system. Based on your proposal, we could create a leaderboard, and those who rank highly could be featured on the homepage. The pro is that this would foster engagement and activity across the GitHub repo and beyond. The con is that I’m not sure how simple or complex this would be to implement—some parts might not be feasible due to API constraints or might require hacks or leveraging undocumented APIs. |
For point 3 already worked on by @rohan-ahire06 in issue #4. For point 2/3 yes depends on how many builders that has checkedin and submit their PR for the personal page, around 20 persons should be okay, what we are showing should not be too much detail there, can be just small blocky avatar + short wallet address of builders, a more detailed one can be done in the builder list and the individual detail in each builder personal page. |
FYI: There are around 12 persons in the batch. |
Goal
Discuss with your peers what you would like the homepage to show! It can be a good opportunity to tweak the app colors/layout etc.
As in #9, keep it simple (no big images, external assets, etc)
This can be an ongoing issue while you all keep implementing things.
The text was updated successfully, but these errors were encountered: