-
Notifications
You must be signed in to change notification settings - Fork 364
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
Improve Public Gateway Checker #93
Comments
Things I'd also like to know status of:
|
I had no idea this site existed, this is handy! Just for fun I ported it to React, used ipfs-css, tachyons and made it look along the lines of the sites @olizilla mentioned. I was thinking of opening a PR in the current repo when this is done, but as it's a whole new thing from the ground up it would be easier to just create a new repo. Thoughts? EDIT: WIP code is living in https://github.com/fsdiogo/ipfs-infra-status just to safeguard in case my 💻 lights on 🔥. |
I'd like some ideas to upgrade the design, specially to add the features @alanshaw mentioned: tabs? A menu with links to other pages similar to this one? |
nice! I did something similar in a spare moment at IPFS camp, but I didn't do a full re-write, so I'm glad you did @fsdiogo! I truncated the gateway text to just show the domain to reduce the amount of duplicated data: |
Wow, great minds think alike 😄 I like yours better, so I'm going to steal it 👼 |
The current maintainer, Jamie IIRC, was very responsive when I submitted a PR there. Maybe open an issue there, pointing to this one, asking if he's ok with the upgrade? |
Added badge to display the checked gateways (thanks for the idea @olizilla) and how many are online: See it live on ipfs-infra-status.surge.sh. |
Nice work guys! Could you make the table even more like IPLD Explorer's design? ;) Also, ipfs.io has this beautiful tick and cross on the main page: https://ipfs.io/images/ipfs-illustration-network.svg Could you use them? |
Feature-wise I think it would be also good to see:
|
@andrasfuchs these are all good ideas! Would you be interested in PRing some of them to https://github.com/fsdiogo/ipfs-infra-status ? |
@olizilla I would be glad, I'm just not sure if my skillset is the best fit. (I'm more of a C#/.NET Core guy.) |
I spent a few hours with Visual Studio Code, Node.js and React, but I keep hitting walls. That's the first time I used Node.js, so obviously I'm a newbie. I really would like to help, so could someone here help me out so that I can implement at least a few of my suggestions? |
Hey @andrasfuchs, we're here to help! Maybe open a draft PR with what you have and we can discuss that there? |
Alright, I created a new PR: fsdiogo/ipfs-infra-status#1 |
This comment has been minimized.
This comment has been minimized.
@olizilla Just checking in on this one when you get the chance. Thanks! |
Note from #117 (comment) for when this issue is revived, per @lidel:
|
@juliaxbow this could really use your input. All of the previous discussion here is great.. but it's all extremely outdated: https://ipfs.github.io/public-gateway-checker/ for the current UI |
@SgtPooki this is still very simple but some initial suggestions included below based on some feedback from users. Let me know your feedback so I can iterate! Dark mode optional |
@SgtPooki Also: Flashier (no content changes from previously shared table) and Bare bones (limited visual changes from current site but includes all of the table changes above) |
that looks so good =D |
@juliaxbow this looks great, with the new tests added:
Should these designs also accommodate for filtering results? right now the design allows for sorting through the contents by column, but say I only want to see the results that PASS all the tests, sorted by delta-T. |
@whizzzkid I'm chatting with (and actively recruiting) users to get feedback on what to include in the table. This design was made before that research began. Once I get some more feedback and consolidate my findings I'll refresh the design proposal. Good call-out re: filtering results. Will explore this more! |
We have a site to check a list of known IPFS gateways
https://ipfs.github.io/public-gateway-checker/
Let's upgrade it
Nice to have
Future work
The text was updated successfully, but these errors were encountered: