opensourcedesign.github.io icon indicating copy to clipboard operation
opensourcedesign.github.io copied to clipboard

Remove or fix the Activity from Homepage

Open evalica opened this issue 5 years ago • 30 comments

Currently the "Activity" feed is not working, so we display just an empty heading.

We should fix it.

Related: #12

evalica avatar Feb 14 '19 12:02 evalica

What should be displayed there?

ei8fdb avatar Feb 14 '19 12:02 ei8fdb

It used to be the activity from GitHub: creation of issues or commits.

evalica avatar Feb 14 '19 12:02 evalica

Maybe we accomplish this with webhooks or GH api calls?

RDIL avatar Feb 14 '19 12:02 RDIL

Hello admin, I would like to work on this issue. Please guide me further and assign me this issue.

NirmalKumarJoshi avatar Feb 17 '19 19:02 NirmalKumarJoshi

Thanks @NirmalKumarJoshi ! @evalica should be able to guide you further.

RDIL avatar Feb 17 '19 19:02 RDIL

Thanks @RDIL and @evalica

NirmalKumarJoshi avatar Feb 17 '19 20:02 NirmalKumarJoshi

@RDIL At the time of installation it is given that you have to be the member of the organisation. What to do?

NirmalKumarJoshi avatar Feb 17 '19 21:02 NirmalKumarJoshi

@NirmalKumarJoshi there is a join button somewhere on the website.

RDIL avatar Feb 17 '19 21:02 RDIL

@NirmalKumarJoshi I've not gone through the installation, but I (think) it means joining the Open Source Design organisation.

Can you tell me where this occurs?

ei8fdb avatar Feb 17 '19 21:02 ei8fdb

Yeah I joined it. Thanks.

NirmalKumarJoshi avatar Feb 17 '19 21:02 NirmalKumarJoshi

I am facing these errors while installation screenshot from 2019-02-18 03-03-08

NirmalKumarJoshi avatar Feb 17 '19 21:02 NirmalKumarJoshi

@NirmalKumarJoshi run the following commands in your terminal:

gem install github-pages
gem install nokogiri -v '1.10.1' --source 'https://rubygems.org'

If any of the commands fail, try putting sudo before them. Hope this helps!

RDIL avatar Feb 17 '19 21:02 RDIL

No there are still some issues. screenshot from 2019-02-18 03-15-37

NirmalKumarJoshi avatar Feb 17 '19 21:02 NirmalKumarJoshi

Then just try running

gem install github-pages

or

sudo gem install github-pages

RDIL avatar Feb 17 '19 21:02 RDIL

There are same errors for this too. screenshot from 2019-02-18 03-20-35

NirmalKumarJoshi avatar Feb 17 '19 21:02 NirmalKumarJoshi

Hmm,

sudo gem install zlib

?

RDIL avatar Feb 17 '19 21:02 RDIL

Same error as in above installation. Wait I will setup the things again!

NirmalKumarJoshi avatar Feb 17 '19 21:02 NirmalKumarJoshi

Regarding the original issue: If we keep the section, then we should also load the tweets and forum posts, as activity doesn’t only happen on Github. :)

@NirmalKumarJoshi @RDIL is this following the Installation guide at https://github.com/opensourcedesign/opensourcedesign.github.io#installing ? The install script should normally take care of this – if anything is missing on your setup, could you add that? :)

jancborchardt avatar Feb 19 '19 13:02 jancborchardt

@evalica @RDIL I would like to work on this issue, as it's still not resolved.

thesanjeevsharma avatar Mar 16 '19 12:03 thesanjeevsharma

Let me see

RDIL avatar Mar 16 '19 15:03 RDIL

@thesanjeevsharma the issue is all yours

RDIL avatar Mar 16 '19 15:03 RDIL

@RDIL I am stuck with the installation! Tried all above solutions but still getting the same error every time regarding 'nokogiri'. zlib is also installed. Screenshot from 2019-03-17 10-29-37

thesanjeevsharma avatar Mar 17 '19 07:03 thesanjeevsharma

Let me see if it works for me

RDIL avatar Mar 17 '19 12:03 RDIL

@thesanjeevsharma : running bundle update does not retrieve all needed Gems ?

Jc-L avatar Mar 18 '19 21:03 Jc-L

@Jc-L No, It crashes! Let me checkout the fix.

thesanjeevsharma avatar Mar 28 '19 23:03 thesanjeevsharma

Is this issue fixed? If not I want to fix it.

rishipurwar1 avatar Dec 20 '19 14:12 rishipurwar1

@Rishi007-web go to https://opensourcedesign.net/ and check if anything shows below the "Activity" heading. :) If not, then this issue is not fixed yet and you are free to work on it :+1:

jancborchardt avatar Dec 30 '19 07:12 jancborchardt

Trying to set up the environment. Please tell me, I directly fork and clone the project and then remove the activity area directly without installing ruby and jekll. and please tell me one more thing I have to add some content in activity section or just remove it.

rishipurwar1 avatar Dec 30 '19 10:12 rishipurwar1

Please tell me, I directly fork and clone the project and then remove the activity area directly without installing ruby and jekll.

It should all work as per the "Installing" section in the Readme: https://github.com/opensourcedesign/opensourcedesign.github.io#installing – if it doesn’t, open an issue so we can see how to fix it.

and please tell me one more thing I have to add some content in activity section or just remove it.

Check what it is supposed to show – as far as I remember it should be our Twitter stream. It would be nice to fix that. :)

jancborchardt avatar Dec 30 '19 10:12 jancborchardt

I don't see the 'activity' section on the website anymore so I'm tempted to say this issue was fixed somehow?

But I also created a new issue in the repo for new folks to stress test the installation process and document that in an .md somewhere in this repo :)

If someone who 'knows' if this is complete wants to close this issue they can 😄

Erioldoesdesign avatar Jun 22 '21 17:06 Erioldoesdesign