gitcoinco / web

Grow Open Source
https://gitcoin.co
Other
1.78k stars 771 forks source link

the big 'gitcoin quests' feedback thread. #5298

Closed owocki closed 3 years ago

owocki commented 5 years ago

Other Quests Threads

This Topic

This Topic

we wil be releasing Gitcoin Quests at Devcon V this year. this is the big [Gitcoin Quests](gitcoin quests) feedback thread.

check the link here => https://gitcoin.co/quests -- then .. found bugs? got a ux feedback? post it below:

calumtomeny commented 5 years ago

When trying to create a quest I am getting: "An unexpected error has occured". There is a typo with "occured" but I was more concerned with why my quest wouldn't post.

DistributedDoge commented 5 years ago

Likewise, when trying to create a Quest I am hitting "An unexpected error has occured" which is very annoying, because Quest interface is super clunky to work with and it really sucks to have finally copy-pasted no less than 20 strings (5 questions * 4 answers) to hit an error at the end.

In my opinion it would be pretty cool, if quests had e.g. a specific JSON schema and I could submit a quest privately as a JSON file so a question could look like so:

{"question":"Does foo bar?","answers":["Yes","No"],"right_answer":0,"time":30} // Yes is the right answer cause it has index 0 in answers

That way I could work in text editor on my own pace and not have to worry about interface or errors eating my work halfway-through (just JSON syntax). Alternatively, any scheme that will allow me to submit a "partial quest" and save/edit my work would be welcome.

owocki commented 5 years ago

I have tried selecting all the answers in the quest https://gitcoin.co/quests/40/gitcoin-quests-101 but I keep failing. The winning percentage is also 0.

just put a fix in for this

owocki commented 5 years ago

When trying to create a quest I am getting: "An unexpected error has occured". There is a typo with "occured" but I was more concerned with why my quest wouldn't post.

sorry about this.. this is totally my fault.. a deploy i pushed earlier today went bad. its fixed now.

it really sucks to have finally copy-pasted no less than 20 strings (5 questions * 4 answers) to hit an error at the end.

i hear you man...

In my opinion it would be pretty cool, if quests had e.g. a specific JSON schema and I could submit a quest privately as a JSON file so a question could look like so:

this exists .. but only on the backend...

here is the schema.. https://gist.github.com/owocki/695cc6a929f6db2827a7f3202583b74a if you want to start using it and just submit the link as one of the questions.. ill see it when i 'approve' the quest and paste it into the backend schema.

owocki commented 5 years ago

@calumtomeny @DistributedDoge can you try again to submit your quest? hopefully u still have ur old browser windows up!

owocki commented 5 years ago

just made two changes i could use everyones feedback on

quests index page now tells you what quests are NEW (last 48h) AND the page lists your attempted but unbeaten + your beaten quests for easy indexing of where u want to try again

Screen Shot 2019-10-28 at 10 27 01 PM

if you've previously beaten a quest but not redeemed ur prize; the prize URLs will show in this area of the quest

Screen Shot 2019-10-28 at 10 27 23 PM
DistributedDoge commented 5 years ago

I know there are different visual variants of Quests, while I like most of them, this particular one seems rather hard to read. Moreover it is quite hard to see which answers you have selected as "highlight" is pretty subtle [red-ish vs slightly more red-ish]:

is_it_supposed_to_look_like_that

owocki commented 5 years ago

@DistributedDoge a thought i had as i was drifting off to sleep last night: we assign an "arena" (basically a background) randomly when a quest is created... what if we let the "quester" select the arena when they enter the quest?

if people want to se that gimme a đź‘Ť and ill put it on the roadmap

santteegt commented 5 years ago

Hi,

Seems that some kudos illustrations cannot be rendered (broken URL?) both in my Gitcoin profile and within OpenSea. If you take a look at the latter link, the ones that cannot be rendered in OpenSea aren't being shown in my profile

Opened ticket https://github.com/gitcoinco/web/issues/5429

owocki commented 5 years ago

i'd love some feedback on this PR from everyone https://github.com/gitcoinco/web/pull/5427 - which monetizes Gitcoin Quests with Codefund Ethical Ads (and proposes a rev share)

owocki commented 5 years ago

@DistributedDoge @Solexplorer @calumtomeny etc ^^

owocki commented 5 years ago

@santteegt mind logging a seperate ticket and well take a look?

naszam commented 5 years ago

@owocki I've noticed that there is a bit of redundancy among the kudos assigned to the Quests I've created, most of them have the "Blockchain The World Kudos". Also, there are two 'Wizard Bot Kudos'. Would be possible to assign a unique Kudos per Quest?

owocki commented 5 years ago

@naszam it is; the problem is that the kudos thats minted as part of the reward needs to be owned by gitcoin (0x6239FF1040E412491557a7a02b2CBcC5aE85dc8F) otherwise itll cost us an arm and a leg for everyone who mints a kudos (wins a quest)

owocki commented 5 years ago

if you select a kudos owned by us then that'll get accepted for sure.. still need to build in filters to the new quest form

naszam commented 5 years ago

Oh! I see. I didn't notice that. Ok, I'll check next time to avoid that

owocki commented 5 years ago

9267f84273cd8fbcb81aa58604f57af05f9b0825 will filter automatically so we dont have these issues in future :)

shouldnt be up to poster to have to look!

santteegt commented 5 years ago

Idea: partnering with EthHub or Week in Ethereum to create quests on blog posts listed on their weekly newsletter?

Context: I've always tried to find a way to keep up with all things being done within the Ethereum space, and Gitcoin quests seem to be a fun, gamified and addictive way to engage people to stay informed.

Benefits: people can show off their knowledge reputation on their Profile

owocki commented 5 years ago

Idea: partnering with EthHub or Week in Ethereum to create quests on blog posts listed on their weekly newsletter?

Context: I've always tried to find a way to engage and keep up with all things being done within the Ethereum space, and Gitcoin quests seem to be a fun, gamified and addictive way to achieve this

cc @econoar @evanvanness @weekinethereum in case theres any interest on their side...

EvanVanNess commented 5 years ago

I'd love it if people made one, but I'd be surprised if it ever made sense for me.

On Fri, Nov 1, 2019 at 1:57 PM Kevin Owocki notifications@github.com wrote:

Idea: partnering with EthHub or Week in Ethereum to create quests on blog posts listed on their weekly newsletter?

Context: I've always tried to find a way to engage and keep up with all things being done within the Ethereum space, and Gitcoin quests seem to be a fun, gamified and addictive way to achieve this

cc @econoar https://github.com/econoar @EvanVanNess https://github.com/EvanVanNess @weekinethereum in case theres any interest on their side...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gitcoinco/web/issues/5298?email_source=notifications&email_token=ABV2FVSQRZ7GJKRONDKALGLQRR32ZA5CNFSM4I45GEL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC33M7I#issuecomment-548910717, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABV2FVX3UP3YJ4UNW2PXXTDQRR32ZANCNFSM4I45GELQ .

owocki commented 5 years ago

@EvanVanNess if its okay with you... maybe ill make one for you next article you're shipping.. just to see if people play it

owocki commented 5 years ago

hey all; i just shipped the ability to edit your quest.. i know that was a hotly demanded feature.. so enjoy!

econoar commented 5 years ago

We'd be interested in it. Just let us know how we can help.

EvanVanNess commented 5 years ago

please do!

On Fri, Nov 1, 2019 at 5:48 PM Kevin Owocki notifications@github.com wrote:

@EvanVanNess https://github.com/EvanVanNess if its okay with you... maybe ill make one for you next article you're shipping.. just to see if people play it

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/gitcoinco/web/issues/5298?email_source=notifications&email_token=ABV2FVWRTU2FLDVTAEDXRXLQRSW23A5CNFSM4I45GEL2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC4LJSY#issuecomment-548975819, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABV2FVQKGV4GY72AGLP2KXDQRSW23ANCNFSM4I45GELQ .

Solexplorer commented 5 years ago

@owocki Is it possible to have multiple reading materials ? I was creating a quest but I had 4 reading materials so I stopped creating it

owocki commented 5 years ago

@Solexplorer yeah the quests game allows it; i just need to code it into the new quest page (or someone else should) can you request it to https://github.com/gitcoinco/web/issues/5436

owocki commented 5 years ago

@santteegt the new week in ethereum is up! https://weekinethereumnews.com/

wanna take a stab at creating a quest for it?

santteegt commented 5 years ago

@owocki Sure! I'll create one tonight!

Here it is => https://gitcoin.co/quests/61/week-in-etherland-nov-3rd-2019

owocki commented 5 years ago

@santteegt i just approved it (i tried playing it.. its quite hard :) ) - we should tweet it out today and test peoples knowledge of week in ethereum

https://gitcoin.co/quests/61/week-in-etherland-nov-3rd-2019

santteegt commented 5 years ago

@owocki nice! :) I tested my quest but something is wrong with question No 2. The 3rd answer is the correct one but if you pick that one during the game you loose

owocki commented 5 years ago

@santteegt you helped me find a bug with escaped str's in answers! fixed at 6d21db916e10f9d9e169f23a3c70411b70f40ee5 ; deploying now.. if u try again in 1 min itll work!

santteegt commented 5 years ago

@owocki cool! It is working now!. When claiming the prize I've got the following message cannot redeem prize for a quest that's not live yet! returning you to quests homepage. Maybe you just need to publish it again

owocki commented 5 years ago

@santteegt just made it live again :)

naszam commented 5 years ago

I just beat your quest @santteegt, very intresting one! Good job! :+1:

kuhnchris commented 4 years ago

Hi there - best way to do this would be to open a new issue here on github so we can take a look at it and prioritize it.

Thanks

sirlupinwatson commented 4 years ago

@walidmujahid You are right about this, if you want you can create a issue about it and explain the bug.

I did realise it also, but was not sure if it was part of the plan lollll.

Thanks for your feedback

Solexplorer commented 4 years ago

5705

walidmujahid commented 4 years ago

@Solexplorer

https://github.com/gitcoinco/web/issues/5705#issuecomment-570531465

ohsix1 commented 4 years ago

The quests are nice. I'm a bit disappointed I can't get any NFTs due to my Github account's age, but no biggie. One thing that you guys should totally incorporate into quests is randomizing the answer order. That way, attempts beyond the 1st one have an equal chance of being as hard as the 1st attempt.

walidmujahid commented 4 years ago

@Sirlupinwatson1 I have gone through the quests and I have come to believe that if there is any reason for issue regarding UI then it would lay with my display settings and my usage of f.lux software.

walidmujahid commented 4 years ago

@ohsix1

One thing that you guys should totally incorporate into quests is randomizing the answer order. That way, attempts beyond the 1st one have an equal chance of being as hard as the 1st attempt.

Changing answer order for each attempt sounds interesting. Would that be a Quest Dynamic?

sirlupinwatson commented 4 years ago

> @Sirlupinwatson1 I have gone through the quests and I have come to believe that if there is any reason for issue regarding UI then it would lay with my display settings and my usage of f.lux software.

@walidmujahid Hi,

Did you go thru all of them ?

There was maybe just 1 but otherwise was not that bad. Maybe i need a new screen.

RĂ©sultats de recherche d'images pour « github Â»
walidmujahid commented 4 years ago

> @Sirlupinwatson1 I have gone through the quests and I have come to believe that if there is any reason for issue regarding UI then it would lay with my display settings and my usage of f.lux software.

@walidmujahid Hi,

Did you go thru all of them ?

There was maybe just 1 but otherwise was not that bad. Maybe i need a new screen.

Résultats de recherche d'images pour « github »

Yes, I had gone through all of them. I did encounter at least three quests where I sensed that they were the ones I remember having issue with regarding UI and botton colour contrast.

The three were:

With each of the above, the problems are solved when I turn up the f.lux software:

1

I also usually have my display brightness level turned down. I did not test it with the quests, but I sense that my issue might have been resolved if I had turn up the brightness.

If it be relevant, here given is the device I used: Dell Inspiron 15 7579 2-in-1 (Windows 10 Pro)

kuhnchris commented 4 years ago

@walidmujahid please open a new issue with your error report- this one is closed. Thank you

owocki commented 4 years ago

after some discussion internally were going to keep this open

sirlupinwatson commented 4 years ago

@Sirlupinwatson1 I have gone through the quests and I have come to believe that if there is any reason for issue regarding UI then it would lay with my display settings and my usage of f.lux software. @walidmujahid Hi, Did you go thru all of them ? There was maybe just 1 but otherwise was not that bad. Maybe i need a new screen.

Yes, I had gone through all of them. I did encounter at least three quests where I sensed that they were the ones I remember having issue with regarding UI and botton colour contrast. The three were:

https://gitcoin.co/quests/5/battle-bottoshi (Or a background similar to that wallpaper. Perhaps the greenish-blue gradient version) https://gitcoin.co/quests/10/journey-to-ipfs (this one is also rather headache inducing) https://gitcoin.co/quests/23/aztec-protocol-god (I think originally it seemed like the buttons were red on hover while the background was also red, so the contrast was not very good)

With each of the above, the problems are solved when I turn up the flux software:

I also usually have my display brightness level turned down. I did not test it with the quests, but I sense that my issue might have been resolved if I had turn up the brightness. If it be relevant, here given is the device I used: Dell Inspiron 15 7579 2-in-1 (Windows 10 Pro)


I did try again yesterday night those 3.

RĂ©sultats de recherche d'images pour « gitcoin Â»
walidmujahid commented 4 years ago

@Sirlupinwatson1 Are you saying that you found issue with the first and second quest in that list?

I slightly feel that I personally have the -display- solution for my end, but overall perhaps there could be improvments, so should an issue be opened for this?

sirlupinwatson commented 4 years ago

@Sirlupinwatson1 Are you saying that you found issue with the first and second quest in that list? I slightly feel that I personally have the -display- solution for my end, but overall perhaps there could be improvments, so should an issue be opened for this?

Hi @walidmujahid , i hope you had great holidays. And i Wish you my best for 2020

Not sure if this can be a new pull request issue, but number 1 and 3 need correction not 2.

But to me i tried other screen and different color combinaison, and still happen. I think it could be better a little going with a Darker color, or vice versa lighter background theme.

RĂ©sultats de recherche d'images pour « github Â»
sirlupinwatson commented 4 years ago

@walidmujahid

See here also my Name to the Right.

github1

github33


I am using a neutral color, just to make sure there is nothing to transform the color again.

BitSavage0202 commented 4 years ago

Screen Shot 2020-01-17 at 12 18 01 PM

This one has multiple answers... But (1) & (3) are the correct ones.. Or am I missing something..?