We should show 2 columns on pages like https://publiclab.org/contributors/ui; one for people who have posted ("contributors" -- these are already shown on the page) and one for people who are Following the tag/topic. We currently only show followers here:

Let's also rename the tab "People"!
I'd love help with this - it could be done by making 2 columns, one labelled People who've posted using the current table -- code here:
https://github.com/publiclab/plots2/blob/master/app/views/tag/contributors.html.erb#L66
And adding a 2nd column displaying a similar table but for Tag.followers(params[:id]) -- that is, followers of the topic.
The tab text could be changed in this file: https://github.com/publiclab/plots2/blob/master/app/views/tag/show/_nav_tabs.html.erb
@jywarren , I'd like to work on this !
that'd be super, thank you!
On Fri, Mar 15, 2019 at 12:52 PM Ananya Arun notifications@github.com
wrote:
@jywarren https://github.com/jywarren , I'd like to work on this !
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/publiclab/plots2/issues/5089#issuecomment-473362182,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABfJ9RosZIKMxO9115ChVjPSQ8a4_mRks5vW8-fgaJpZM4b24H4
.
@ananyaarun are you still working on this one? If not, could I work on it?
@IshaGupta18 ,Sorry I got busy with other issues.
Sure u can go ahead :)
So I am a bit confused here, so basically we have to create another tab like "Contributors" and list the followers there? Is this making sense? Or do we have to change the popover?
From my understanding of the issue, we should create a new tab.
Basically a new tab next to "contributors" tab having a list of followers?
Yes, after the enhancement there will be two tabs (presently there is only one). One to show list of contributors and one to show list of followers.
Okay that would be cool I think, so just one tab has to be added up.
@jywarren could you please clarify my doubt here? I'll start work then. Thanks a lot!
Hi! Actually i'd like to start by listing followers in a 2nd column of the same tab -- does that work? Thank you!!!
Yes, it does! I am sorry I missed out on your comment here. I'll get on with it ASAP. Thanks!
@jywarren #5353 is my PR for this issue. Kindly have a look at it. Thanks a lot!
@gauravano kindly review my revised PR!