-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Grants round 8 #7900
Grants round 8 #7900
Conversation
Vue grant detail
* n:n matching rounds <> grants * add migration * chore: tiny fixes Co-authored-by: owocki <[email protected]>
* fix(grant): validate twitter handle for /grants/new * fix(grants): validate twitter handle in /new
* Added basic setups * Implemented rest of flow * Import refactoring * Compress new image * Removed Idena from soon section * Typo * Redesign idena trust section * Check for idena uniques * Applied review suggestion * Added idena disconnect button * Moved idena_token from database to redis * Moved idena_nonce from database to redis * Moved idena_status and is_idena_verified to db from redis * Added update_idena_status command * Added recheck button * Added daily cronjob for update idena status * Added idena to post data * Added idena to clr calculation * Added idena to trust bounes * Typo * Some tweaks * Recreated migration Co-authored-by: Aditya Anand M C <[email protected]>
* add quick documentation on saturation methods. * add saturation documentation migration Co-authored-by: Aditya Anand M C <[email protected]>
@@ -98,7 +98,7 @@ <h2 class="grant-item__title font-subheader"> | |||
</span> | |||
</div> | |||
</div> | |||
<template v-if="cred.is_authenticated"> | |||
<template v-if="isUserLogged"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thelostone-mc this will not work this componet doesn't have isUserLogged
(this only exist on grant details component) the prop for this component is named cred
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There wasn't a prop called cred causing this check to fail!
I did see credentials but I wasn't able to access that as well
isUserLogged -> seemed to work fine on the landing page as well
555ffb6
to
aef46d3
Compare
* Fix checkIsCurator function * Fix removeCollection function due to bad object construction * Remove mandatory @ and validate twitter urls
* revert: multiple contrib -> 1 email change * fix: twitter validation * validate twitter handle in grant edit * add missing '@' symbol * fix if logic * improve backend validation * fix spacing * fix indentation * return response; save username in db Co-authored-by: Aditya Anand M C <[email protected]>
* quest_of_the_day return 0 if length is 0 * Returns an IndexError otherwise * fix: remove <br/> * the buttons need to be placed sideways * Minor ui fix * Replace Slack icon to Discord invite in emails' footer
@@ -49,24 +49,11 @@ def handle(self, *args, **options): | |||
|
|||
if active_clr_rounds: | |||
for clr_round in active_clr_rounds: | |||
print(f"CALCULATING CLR estimates for ROUND: {clr_round.round_num}") | |||
predict_clr( | |||
process_predict_clr( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fwiw; this doesnt actually delegate the tasks to the queues. it just runs it inline.
Description
Integration branch for grants round 8
https://github.com/gitcoinco/web/projects/52
Refers/Fixes
Testing