-
-
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
As a funder/contributor I'd like to know who I'm following and who is following me on the Gitcoin platform. #6095
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 1.4 ETH (315.24 USD @ $225.17/ETH) attached to it.
|
In case the assigned user couldn't start this task, I'll happy to work on this. I think I could finish this weekend |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 1 month ago. 1) jschiarizzi has started work. Start with new tab on profile Learn more on the Gitcoin Issue Details page. |
@jschiarizzi @PixelantDesign for this to have good performance we'll want to make sure to have pagination via a show more button at the bottom of the list, or infinite scroll. Also, would be nice to have a search bar that filters the results as you type so that you can look up a specific user |
thanks for the input, @danlipert. search is probably not in this scope, but I was thinking infinite scroll after 50 users at time? not many people have much more than that for followers at the moment. |
Sounds good @jschiarizzi! Looking forward to seeing a PR! |
Monday update: went to west virginia to drink moonshine instead of work on this over the weekend. Will have a better update by tomorrow night. |
update: took me longer than I care to admit to get oauth running locally this evening. A challenge is testing followers locally since no one else follows my local profile on my local machine haha update adds new tomorrow:
|
@jschiarizzi you should test by setting up multiple users in your local. I know Github limits users to one account so either create superusers through the django createsuperuser command or create one superuser first (you'll want to do this anyway to access the django admin) and then create them manually in the admin |
thanks for the tip @danlipert, thats very helpful |
Still here. Will have a bigger update tonight. |
Looking forward to it @jschiarizzi ! |
I made some more commits. the last thing I'm missing from the design is the different color [Following] and [Unfollow] and [Follow] buttons. Still struggling to test this with users, i dont understand how the users i've created in django can interact. I followed the docs to make a superuser and then added some new test users and data. but when i look for their profile in |
The world was been a little crazy the last few days. I'm still here. Planning to spend some more time figuring out the django setup tomorrow. |
Thanks for the update @jschiarizzi |
what branch are you based off of? i dont see that code in master
…On Thu, Mar 19, 2020 at 5:58 PM Joseph Schiarizzi ***@***.***> wrote:
Sometimes getting weird errors trying to load everything after making
changes in django. I'm not touching townhall so why is this breaking things
[image: Screen Shot 2020-03-19 at 7 53 22 PM]
<https://user-images.githubusercontent.com/9449596/77125350-ed881080-6a1b-11ea-8efc-e234f28d1e81.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6095 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PCOSNY5ZCKIGD3X5YKDRIKWRLANCNFSM4K5OKJFQ>
.
_________________________________________
gitcoin is live and has generated over $3.5mm for Open Source Software - see
our results <https://gitcoin.co/results>
|
I cloned master for https://github.com/jschiarizzi/web |
hmm can you pull the latest? i dont see that code in master anymore
https://github.com/gitcoinco/web/blob/master/app/townsquare/views.py#L230-L236
…On Fri, Mar 20, 2020 at 1:25 PM Joseph Schiarizzi ***@***.***> wrote:
I cloned master for https://github.com/jschiarizzi/web
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6095 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PCOGZWI4TOHXGV3C5MLRIO7IXANCNFSM4K5OKJFQ>
.
_________________________________________
gitcoin is live and has generated over $3.5mm for Open Source Software - see
our results <https://gitcoin.co/results>
|
Okay so this doesnt work yet, @zoek1 would you help me finish it? Some good helpful things:
Some work still on
|
Thanks for the update @jschiarizzi! @zoek1 are you able to help get this to the finish line? |
DM-ing on gitcoin chat with @zoek1 now |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work for 1.4 ETH (230.87 USD @ $164.91/ETH) has been submitted by: @PixelantDesign please take a look at the submitted work:
|
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done The funding of 1.4 ETH (298.1 USD @ $212.93/ETH) attached to this issue has been approved & issued to @jschiarizzi.
|
⚡️ A tip worth 200.00000 DAI (200.0 USD @ $1.0/DAI) has been granted to @zoek1 for this issue from @jschiarizzi. ⚡️ Nice work @zoek1! Your tip has automatically been deposited in the ETH address we have on file.
|
User Story
As a funder/contributor I'd like to know who I'm following and who is following me on the Gitcoin platform.
Why Is this Needed
On profile, a follower count is displayed but does not say who. It also doesn't show me who I'm following. This is a front end and backend ticket.
Description
Type: Feature
Current Behavior
Follower count is displayed but does not say who
Expected Behavior
Show who I'm following, show who is following me
Definition of Done
Add following/followers section
Show who I'm following
Show ability to unfollow on hover
On follower tab - show who is following me
show a button so that a user can follow back
Additional Information
The text was updated successfully, but these errors were encountered: