-
Notifications
You must be signed in to change notification settings - Fork 38
launch widgets v2 #125
Comments
@whit537 The story right now: I don't know yet. I know it's doable with |
Can we use id instead of username, since the former is immutable? Ticketed here: gratipay/grtp.co#80. |
@whit537 We could, but aside from it being immutable, what purpose would it serve? (I personally like being able to see who the image I'm loading belongs to) Also, is there a way to get a user's |
No purpose. Immutability would be the purpose. |
@whit537 Thoughts on using |
The |
Yup |
I believe we allow |
The implication being that |
Wiring |
16 bits! You're so generous. :-P |
Hey @twolfson, I just introduced @rummik to gratipay-badge (face-to-face here in Ambridge), and I wanted to loop you in over here on the v2 effort for http://grtp.co/ since it seems that it might be something you'd like to be a part of. Basically as part of v2 we want to use something more or less like your gratipay-badge instead of the little button we've had to date. |
Though now that I think about it, the original vision for the button was to be more like the followers or starred widgets from Twitter/GitHub: I know that @espadrine is steering Shields in this direction with badges/shields#337 so maybe let's consider it out of scope here. |
Long thread @_@. I am busy at the moment but I will read over it tonight |
I am not sure what thread it goes on but I wanted to make sure the team knew about our event in June in western Maryland and wanted to know if anyone wanted to speak on the crowdfunding panel Though now that I think about it, the original vision for the button was to be more like the followers or starred widgets from Twitter/GitHub:I know that @espadrine is steering Shields in this direction with badges/shields#337 so maybe let's consider it out of scope here.— |
A while ago, I was exploring smaller badges for better inlining with text: https://github.com/gratipay/gratipay-badge/blob/dev/explore.smaller.badge/dist/gittip.png
I remember it being even smaller but that could be my memory deceiving me. The badge was based off of one created by Max Ogden and then adjusted to be fully automated and based off of GitHub CSS styles. Eventually, an SVG was "automated" by reusing generated CSS styles. |
Copying over from gratipay/gratipay.com#3220 (comment):
|
@rummik has been working on v2 widgets here during the retreat, utilizing research she's been doing into what is possible with SVGs. Basically, SVGs suck for video games but are great for widgets. :) This is a meta-ticket to coordinate the launch. Creating in IG since it encompasses work on multiple repos (grtp.co + gratipay.com).
/%username/widgets/
We're going to have the same basic offerings we have now:
The Gratipay Button is primarily a call to action.
The Giving and Receiving widgets are primarily informational.
The Shields badge is also primarily informational. It's a special case in that we want to make people aware of it (cross-promote the Shields brand, since they're a partner of ours), but it doesn't carry our brand like the Button, Giving and Receiving widgets do.
The Button, Giving, and Receiving widgets should be both responsive and progressively enhanced. By responsive I mean that one widget should operate differently at different sizes (duckinator implemented this for the old [= current] widgets a while ago, though I'm not sure that ever made it into production). By progressively enhanced I mean that each widget should provide multiple layers of user experience experience: static, animated, and fully interactive.
@rummik's research has been in providing progressive enhancement using SVGs.
@rummik What's the story with responsiveness using SVGs?
The text was updated successfully, but these errors were encountered: