-
Notifications
You must be signed in to change notification settings - Fork 356
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
Add Applause-button to swag items #104
Comments
Neat idea! |
As the number of claps comes from the server, how would we embed it into the items array to allow sorting? |
We'll use the same API method the source code is using: https://github.com/ColinEberhardt/applause-button/blob/master/src/applause-button.js It'll require a few AJAX calls to fetch the number of claps, and after that it's simple sorting 😄 |
Better yet: just one ajax request will do: https://github.com/ColinEberhardt/applause-button-server/blob/master/src/getMultiple.js |
Looks good! Do you want to pick this up? |
I won't get much time to work on this now because my exams are approaching
:/. I'd love to review or help out from time to time though 😀
…On Tue, Oct 9, 2018 at 11:34 PM Swapnil Agarwal ***@***.***> wrote:
Looks good! Do you want to pick this up?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#104 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AeYr-xcv85rrdHeBiKzC3jAXZtpSEgWoks5ujOUYgaJpZM4XTxaz>
.
|
No issues. :) |
@swapagarwal I'll pick this up. |
Relinquishing this. Won't be able to get to it. |
I can take this on :) |
Is this still available to take on? |
Thanks a lot! Please allow me to look into this for a couple of days. |
That's cool 🙂 Don't hesitate to reach me if you need any help for the integration (as I'm in charge of the redesign). |
@anhek the swag-for-dev website is not updated i thought to contribute to some features. anyone here? |
is this still open? |
Great idea 👍 |
I’ve been working on this issue! Sorry for not keeping you all posted
…On Mon, Nov 25, 2019 at 8:15 AM Yash Garg ***@***.***> wrote:
Great idea 👍
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#104?email_source=notifications&email_token=AB5I63PJONY45FLZRDXQM2TQVPMY5A5CNFSM4F2PC2Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCRBMY#issuecomment-558174387>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5I63LAM2QRKMBNTSTECX3QVPMY5ANCNFSM4F2PC2ZQ>
.
|
@anhek Should I fork a repo from yours? instead of https://github.com/swapagarwal/swag-for-dev? |
Yes, you should fork my repo which contains the redesign :) |
And just branch out from master? |
Yep, the master branch is the final version of the redesign |
Thanks! The new design looks very cool! |
Thank you 😊😊 |
Do you want one person can hit multiple claps? |
It's up to the project maintainers to choose but in my opinion, one person can only hit clap once for each opportunity. |
@anhek Is it okay to make one pull request first for adding applause-button with no sorting feature? |
I think it's okay |
How can we check that this isn't a new swag opportunity proposal? |
Sorry for the late reply. The Travis CI test is also failing on my PR request, but when we take a look at the logs, it's about the images references. So it's not up to us ^^ |
Can you assign me this issue. |
It would be a simple and nice feature wherein a small applause button accompanies a swag item. Users can '+1' it if they feel this is a nice opportunity, and sorting can then also be done on the basis of the number of applauses an item has got.
Implementation of this is fairly simple: https://applause-button.com/. This allows for Medium-style applause buttons on static websites with a zero-configuration setup.
The text was updated successfully, but these errors were encountered: