-
Notifications
You must be signed in to change notification settings - Fork 39
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
Playground Feature: Improve the resource explorer #29
Comments
Hey, Flow Surfer! Looking forward to work with you! :) |
@MaxStalker I'm going to have a go at this task as a solo team. My GH profile: https://github.com/hichana Should I make a separate HackerEarth team? I'm not sure if that's possible as I've already created Team Exponential where I've invited another community member (j00lz). 2021.10.06 Edit: |
Probably, would be better if you can create another team - for proper |
So stoked for this. Now, if we could have it in the emulator! |
@10thfloor you can even have with full change (revision) history in emulator. |
@MaxStalker no problem. I've used my other email address to sign up and register for the flip fest on hacker earth. Team is here: https://www.hackerearth.com/challenges/hackathon/flip-fest/dashboard/ae2cb67/team/ I'll edit my original comment in this thread with that link as well. |
@hichana Whoops, sorry! Didn't mean to close this 😓 |
@hichana Your solo team is officially confirmed! Looking forward to your solution |
Update -- Milestone 3 submission should be made this week or next, with possible improvements pushed right up until the deadline/close of the FLIP fest. |
Go, go, @hichana ! |
Hi @MaxStalker, I was reading through the submission requirements. Is it so that each milestone needs to be 'approved' by our POC in order to be considered? If so I'll post links to my three submissions corresponding to the three milestones for this FLIP issue here below for your consideration. I'm also open to feedback that you might have. Thanks |
All 🎉 🎉 🎉 milestones has been achieved! |
Good day @hichana! Thanks so much for all your hardwork & participation. In order to finalize winners & prepare for prize payout, we'll need the following actions from your end. Please provide the following information by Nov 17, 2021 (in this GH Issue is fine): 1. Team Information
🎖IMPORTANT: We will only proceed with prize payouts once all members have confirmed with 👍 on the post. 2. Video Demo (optional)
We will be hosting Closing Ceremonies on November 23rd, 8AM PT where we'll having closing remarks from Dete & will be announcing the winners! I'll share the details here before Nov 17. |
Thank you :) Team Information:
|
Hi @kimcodeashian, I made a video, probably too long. Should I cut it down? At the end I made my homage to the funny commercial vid from NYC NFT Edit: down to about 7 minutes: https://drive.google.com/file/d/1GSqR5bFG4SLrYpfrhdDJXdyv6Q-pp6Sc/view?usp=sharing |
Thanks for the video @hichana ! I'll let you know if it's too long don't worry - thanks! |
Problem
In the playground, the resource explorer is the tab the shows the resources inside each account. It is hidden initially and only shows up once you interact with an account's storage. But even then, it only shows up after you click an account, which usually decouples the view a transaction that updates the stored resources.
Furthermore, you can only see single account at once. If you want to view another account, you need to switch to it and probably lose the view, since second account doesn't have anything in its storage. Oops!
Example
Here we can see the resource explorer for account
0x02
:Account
0x03
doesn't have anything in its storage, so the view is not even rendered:Solution
Create a better resource explorer! 😉
Here are some ideas for what you can do:
Feel free to bring new ideas not listed above!
Experience Required
Milestone Requirements
Other Requirements
Code standards or guidelines
Design guidelines
Judging Criteria
Resources
The text was updated successfully, but these errors were encountered: