-
-
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
Add looking for a team option to projects form #6348
Conversation
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.
left some comments Zoek
app/dashboard/views.py
Outdated
@@ -3939,24 +3943,24 @@ def hackathon_save_project(request): | |||
'logo': request.FILES.get('logo', project.first().logo) | |||
}) | |||
|
|||
project.update(**kwargs) | |||
# project.update(**kwargs) |
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.
the code doesn't need to update the project?
app/dashboard/views.py
Outdated
bounty_profile = Profile.objects.get(handle=project.bounty.bounty_owner_github_username.lower()) | ||
if bounty_profile.chat_id is '' or bounty_profile.chat_id is None: | ||
created, bounty_profile = associate_chat_to_profile(bounty_profile) | ||
#try: |
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.
we are removing the chat associated actions?
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.
Thanks, i thought i restored these lines. The chat related actions caused crash my environment so i commented this piece of code.
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.
@zoek1 there are some docs for the Gitcoin Chat setup, the container will spin up automatically.
If you go through that setup then you'll stop getting any connection issues.
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.
Thanks @androolloyd, I'll check it later today!
Codecov Report
@@ Coverage Diff @@
## master #6348 +/- ##
==========================================
+ Coverage 27.56% 27.59% +0.02%
==========================================
Files 282 282
Lines 26148 26153 +5
Branches 3850 3850
==========================================
+ Hits 7208 7217 +9
+ Misses 18675 18671 -4
Partials 265 265
Continue to review full report at Codecov.
|
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.
Thanks zoek
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.
One small question about message limit - also, please squash the migrations, thanks!
@@ -4668,6 +4669,12 @@ class HackathonProject(SuperModel): | |||
choices=PROJECT_STATUS, | |||
blank=True | |||
) | |||
message = models.CharField( | |||
max_length=150, |
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.
I'm wondering if this limit is too short, what do you think?
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.
i think is ok for a short message, originally the tweets have a length of 140 characters and worked well. One example could be:
Hi! I'm python developer and I'm looking for a fronted partner to hack on the ETC bounty "Create A DIY Hardware Wallet Using Signatory"
150 character limit will help to synthesize messages, and having a character count helper will help a lot the user. What do you think @PixelantDesign?
…into feature/looking-team
check it out ^ @alexvotofuture hopefully this helps with what we talked about last week! |
* Add option to looking for team members * Add banner for hackathons * Restored commented chat functionality on hackathon projects * Squash migrations on dashboard * Remove discord from project form Co-authored-by: Dan Lipert <[email protected]>
* Add base template for request money * Fill tip based on request fund * Fix update of requests * avatar text injection opacity * filter out new github profiles * allow redemptions of same kudos for diff quests gitcoinco#6300 (comment) * allow redemptions of same kudos for diff quests gitcoinco#6300 (comment) * less sleep time between iteratings * enables visibility filter on /hackathons * updates stats view * cache for an hour, make stats GA * walle and chappie * active subscriptoins link * robots.txt for kudos redemptoin links * fix for wall posts * raw ids on phantom funds * better caching architecture for the grants stats page * fix for extremely strange stats page bug where chrome renders the iframe over top of the rest of the page, by inserting the iframe 100ms after page load * fixes the caching scheme, and does a quick responsive design fix * fixes the CLR contribution pks to be passed into a queryst * troubleshooting docker and mac high cpu usage Updates with one troubleshooting tip for problems with high CPU usage on mac while installing with docker and links to issues on this topic from docker's for mac repo. * Add prizes header and hero * fix bounty details with old cross-chain bounties 0 stdbounties id * use redirect for 0 std bounties id * Adds twitter handle support on gitcoin profile handles Fixes an issue with grants contract owner address Fixes a grant gas price issue. fixes an issue with payout of mini clrs where some users were duplciated * stats for clr * handles condition in which no txid is broadcast in mini clr payout * combines activity and description tabs * fixes gitcoinco#6322 (comment) * Change layout for hackathon projects * bug: show categories even when grant has none * fix/disable tests (ddt) * - adds a admin comment field on actions for connnor - updates format of dead grant mail - adds script to check for grant contribution IP addresses to check for sybil attack * ability to copy + schedule offer * schedule offer copy * hide overlay when you show the tweet modal * Revert "hide overlay when you show the tweet modal" This reverts commit 9643fb4. * Revert "Revert "hide overlay when you show the tweet modal"" This reverts commit 7f1ef93. * changes the scope of the form_disabled method * next round start date * grants round end time now moved to 5pm MST * escape charset * Fix serialization of grants for REST API * Update sidebar_search_hackathon.html * Favorite a post on town square (gitcoinco#6181) * Add favorite functionality * fix eslint * Update views.py * fix migrations Co-authored-by: Dan Lipert <[email protected]> * Add tribes to townsquare (gitcoinco#6290) * Add tribes to townsquare * Fix padding and mergin of buttons * Change button style to fit CLR style button Co-authored-by: Dan Lipert <[email protected]> * fix stylelint * One Click Fund Issue Link In Townsquare (gitcoinco#6156) * Allow fund issue from posts with one issue on its content * Fix lint Co-authored-by: Aditya Anand M C <[email protected]> Co-authored-by: Dan Lipert <[email protected]> * puts searchresults objects in elasticsearch/ makes search GA (gitcoinco#6340) * POC * puts documents in elasticsearch * make fix * fix typos Co-authored-by: Dan Lipert <[email protected]> * fix favorite view props * new wallee avatar by virtual-face * better fix for view props * kudos PKs, removes the lambo one * respect the mint to address of the token * fix favorites and sidebar * fix unfavorite * Fix serialization of grants for REST API * adds chappie avatar * fixes the kudos 1. rendering in frontend 2. allowing URL to be attached to token request 3. now sends an email after that kudos is minted * fixes the countdown field in all our celery retries * exponential backoff for kudos redemption * changes celery multiplier to be smarter * hotfix that makes kudos celery redemptions actually work reliably * Typo correction that was breaking instructions. There was an additional backtick breaking instructions on #### Docker for-mac troubleshooting section, and it has been corrected. * fix cross chain bounty creation std_bounties_id assignment * refactor: fixup listen_for_web3_changes * handle case in which gitcoinbot doesnt exist' * enable tipping on grants * Revert "Add hackathon prizes view and projects" * ads a new avatar * adds new iamthembot avatar * Revert "As a user, I would like to be able to request money from someon, so I can get paid and remind a forgetful funder." * updates avatar * Add looking for a team option to projects form (gitcoinco#6348) * Add option to looking for team members * Add banner for hackathons * Restored commented chat functionality on hackathon projects * Squash migrations on dashboard * Remove discord from project form Co-authored-by: Dan Lipert <[email protected]> * core: base commit for celo + zil + refactor (gitcoinco#6313) * core: base commit for celo + zil - update mgmt command to to cater for all cross-chain pending fulfillments - refactor and move all token specific logic to it's own file within sync/ - remove un-used url - update bounty creation to include celo * set fulfillments > 5 min as expired * add migration file * update API wiring for ZIL * update API wiring for celo * update bounty creation flow * bug: rename variable * celo: update to support cUSD and cGLD * fixup ZIL backend * recreate migration * bug: fix up celo * Update etc.py * fix migration Co-authored-by: Dan Lipert <[email protected]> * purge: remove private bounties (gitcoinco#6305) * purge: remove private bounties - remove BountyDocuments Table - remove unsigned_nda/signed_nda fields from Bounty + Interest - remove private repo code in new bounty and bounty detail (vue + jquery) - updated Bounty serializer to remove BountyDocument and unsigned_nda - removed images which are not used - updated email removing private repo code - remove bounty document upload endpoint used for signd nda upload - remove private repo specific css - defaulted repo type to public from frontend * add migration + UI fixes * add merge migration Co-authored-by: Dan Lipert <[email protected]> * purge: remove pricing + subscibe page (gitcoinco#6397) Co-authored-by: Dan Lipert <[email protected]> * bug: https://sentry.io/organizations/gitcoin/issues/1567040592 * chore: add sync_pendinf_fulfillments to cron (gitcoinco#6400) Co-authored-by: Dan Lipert <[email protected]> Co-authored-by: Miguel Angel G <[email protected]> Co-authored-by: owocki <[email protected]> Co-authored-by: federicosan <[email protected]> Co-authored-by: Dan Lipert <[email protected]> Co-authored-by: Aditya Anand M C <[email protected]> Co-authored-by: octavioamu <[email protected]> Co-authored-by: Antoine Toulme <[email protected]> Co-authored-by: Kevin Owocki <[email protected]>
Description
Refers/Fixes
No issue
Testing