Skip to content
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

(Do not merge) displays latest tweet date, closes #321 #457

Merged
merged 16 commits into from
Mar 24, 2018

Conversation

AndreyKozlov1984
Copy link
Contributor

Please don't merge this yet, because I have not added fatal checks for a lack of twitter.
And I will not add them until you preview and tell how this looks like or I can not build and can not show anything

@CNCF-Bot
Copy link
Contributor

Deploy preview for landscape ready!

Built with commit ac92616

https://deploy-preview-457--landscape.netlify.com

@CNCF-Bot
Copy link
Contributor

Deploy preview for landscape ready!

Built with commit a0fe5ff

https://deploy-preview-457--landscape.netlify.com

@CNCF-Bot
Copy link
Contributor

CNCF-Bot commented Mar 23, 2018

Deploy preview for landscape ready!

Built with commit f176177

https://deploy-preview-457--landscape.netlify.com

@dankohn
Copy link
Contributor

dankohn commented Mar 23, 2018

Can you please fix the order of the fields on mobile. It should show Twitter handle and then last tweet.

7d88aaef-14ae-4a57-b1f8-20a69ad6dca2

@dankohn
Copy link
Contributor

dankohn commented Mar 23, 2018

And please add a sort by last tweet.

tools/twitter.js Outdated
try {
source = require('js-yaml').safeLoad(require('fs').readFileSync('processed_landscape.yml'));
} catch(_ex) {
console.info('Cannot extract image entries from the processed_landscape.yml');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be Cannot extract Twitter entries...

@dankohn
Copy link
Contributor

dankohn commented Mar 24, 2018

Twitter address fixes: 93f668a

You will need to run again in an hour to pickup changes on Crunchbase.

@AndreyKozlov1984
Copy link
Contributor Author

Ok, I'll run this again.
Will change the layout for a mobile

@AndreyKozlov1984
Copy link
Contributor Author

And will add a requirement that a twitter is valid

@AndreyKozlov1984
Copy link
Contributor Author

@dankohn , here is a list of issues with twitter in our data:

No cached entry, and ClaudisJS has issues with twitter: https://twitter.com/intent/follow?screen_name=gojkoadzic, No tweets
No cached entry, and Samsung Kraken has issues with twitter: https://www.twitter.com/samsungtweets, 404 - "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\">\n
No cached entry, and Samsung SDS (KCSP) has issues with twitter: https://www.twitter.com/samsungtweets, 404 - "<!DOCTYPE html>\n<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\">\n
No cached entry, and KappaIO has issues with twitter: https://twitter.com/kappaio, No tweets
No cached entry, and Weblab has issues with twitter: https://twitter.com/weblabhq, No tweets

@AndreyKozlov1984
Copy link
Contributor Author

Beside that, this is ready to merge

@dankohn dankohn merged commit ad25325 into master Mar 24, 2018
@dankohn dankohn deleted the 321-andrey-latest-tweet-date branch March 24, 2018 16:58
AndreyKozlov1984 added a commit to AndreyKozlov1984/landscape that referenced this pull request Nov 18, 2018
* wip: latest tweet date

* taking a proper twitter account

* support a proper twitter account

* handle a case when there are no tweets at all

*  do not repeat twitter entries

* calculating an effective twitter

* show latest tweet together with a twitter name when on a mobile device

* allow to sort by  a latest tweet date

* fix a twitter link

* new data after yarn update

* OpenContrail twitter fix

* rename effectiveTwitter to actualTwitter

* do not allow entries with an empty or invalid twitter

* Merge master and yarn fetch

Signed-off-by: Dan Kohn <dan@dankohn.com>
AndreyKozlov1984 added a commit to AndreyKozlov1984/landscape that referenced this pull request Nov 18, 2018
* wip: latest tweet date

* taking a proper twitter account

* support a proper twitter account

* handle a case when there are no tweets at all

*  do not repeat twitter entries

* calculating an effective twitter

* show latest tweet together with a twitter name when on a mobile device

* allow to sort by  a latest tweet date

* fix a twitter link

* new data after yarn update

* OpenContrail twitter fix

* rename effectiveTwitter to actualTwitter

* do not allow entries with an empty or invalid twitter

* Merge master and yarn fetch

Signed-off-by: Dan Kohn <dan@dankohn.com>

Former-commit-id: e2e0d5e
AndreyKozlov1984 added a commit to AndreyKozlov1984/landscape that referenced this pull request Nov 18, 2018
* wip: latest tweet date

* taking a proper twitter account

* support a proper twitter account

* handle a case when there are no tweets at all

*  do not repeat twitter entries

* calculating an effective twitter

* show latest tweet together with a twitter name when on a mobile device

* allow to sort by  a latest tweet date

* fix a twitter link

* new data after yarn update

* OpenContrail twitter fix

* rename effectiveTwitter to actualTwitter

* do not allow entries with an empty or invalid twitter

* Merge master and yarn fetch

Signed-off-by: Dan Kohn <dan@dankohn.com>

Former-commit-id: e2e0d5e
AndreyKozlov1984 added a commit that referenced this pull request Nov 18, 2018
* wip: latest tweet date

* taking a proper twitter account

* support a proper twitter account

* handle a case when there are no tweets at all

*  do not repeat twitter entries

* calculating an effective twitter

* show latest tweet together with a twitter name when on a mobile device

* allow to sort by  a latest tweet date

* fix a twitter link

* new data after yarn update

* OpenContrail twitter fix

* rename effectiveTwitter to actualTwitter

* do not allow entries with an empty or invalid twitter

* Merge master and yarn fetch

Signed-off-by: Dan Kohn <dan@dankohn.com>
AndreyKozlov1984 added a commit that referenced this pull request Nov 19, 2018
* wip: latest tweet date

* taking a proper twitter account

* support a proper twitter account

* handle a case when there are no tweets at all

*  do not repeat twitter entries

* calculating an effective twitter

* show latest tweet together with a twitter name when on a mobile device

* allow to sort by  a latest tweet date

* fix a twitter link

* new data after yarn update

* OpenContrail twitter fix

* rename effectiveTwitter to actualTwitter

* do not allow entries with an empty or invalid twitter

* Merge master and yarn fetch

Signed-off-by: Dan Kohn <dan@dankohn.com>
AndreyKozlov1984 added a commit that referenced this pull request Dec 28, 2018
* wip: latest tweet date

* taking a proper twitter account

* support a proper twitter account

* handle a case when there are no tweets at all

*  do not repeat twitter entries

* calculating an effective twitter

* show latest tweet together with a twitter name when on a mobile device

* allow to sort by  a latest tweet date

* fix a twitter link

* new data after yarn update

* OpenContrail twitter fix

* rename effectiveTwitter to actualTwitter

* do not allow entries with an empty or invalid twitter

* Merge master and yarn fetch

Signed-off-by: Dan Kohn <dan@dankohn.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants