-
-
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
Kevins vision for building up a huge social graph on Gitcoin via tribes #5916
Conversation
owocki
commented
Jan 31, 2020
•
edited
Loading
edited
- Shows the follow button on each and every profile in a standard spot
- Shows tribes stats on the follow button
- creates a script/post save hooks that auto-create tribes follow relationships when a new earning is created
- allows users to opt out of creation of relationships this way.
- names the 'join tribe' button to 'follow' which is something that people understand more intituiveily already .
Codecov Report
@@ Coverage Diff @@
## stable #5916 +/- ##
==========================================
+ Coverage 28.8% 28.87% +0.07%
==========================================
Files 271 271
Lines 23769 23769
Branches 3461 3461
==========================================
+ Hits 6846 6863 +17
+ Misses 16656 16631 -25
- Partials 267 275 +8
Continue to review full report at Codecov.
|
I like this, I also suggested the change to "follow" when we built it but I don't remember what were the arguments against that. |
|
||
class Command(BaseCommand): | ||
|
||
help = 'creates earnings records for deploy of https://github.com/gitcoinco/web/pull/5093' |
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 believe this help need to be fixed
@octavioamu talked to alisa about it .. sounds like shes good with th ename change.. also i just made the fixes u requested |