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

[feature] user activity feed from github #12

Open
serapath opened this issue Jan 20, 2018 · 7 comments
Open

[feature] user activity feed from github #12

serapath opened this issue Jan 20, 2018 · 7 comments

Comments

@serapath
Copy link
Member

to retrieve all recent user activities of the projects a user lists in his config.json and display it as a list of links to click and open the user activity on github in a new tab

@serapath serapath changed the title feature: user activity feed from github [feature] user activity feed from github Jan 20, 2018
@serapath serapath mentioned this issue Jan 20, 2018
10 tasks
@kiecoo
Copy link

kiecoo commented Jan 27, 2018

get-activity-feed
https://codepen.io/kiecoo/pen/JpPPGg

@serapath
Copy link
Member Author

I just wrote to @jameslin3263 about how to make a repository and github page with a little demo for the module he wrote.
Maybe you should try the same. Check: #10

@kiecoo
Copy link

kiecoo commented Feb 24, 2018

OK~I could do it

@kiecoo
Copy link

kiecoo commented Feb 25, 2018

【final--can work in codepen】 get-activity-feed
https://codepen.io/kiecoo/pen/jZPPWM?editors=1010


@serapath
I have a problem about make a github page of this module that I failed to solve
(I failed in version 1 so I tried another way in version 2. version 2 still failed)

【differences between version 1 &2】

  1. [failed] version_1: directly move code from codepen(which can work successfully in codepen)
    (put all code in js)

html: <script src="https://unpkg.com/npm-require"></script>

  1. [failed] version_2: I try to follow the same way as get_userprofiles-from-github_module we've done
    ( separate code into html & js)

html: <!doctype html>

<script src="https://unpkg.com/npm-require"></script> <script> var module = {} </script> <script src="index.js"></script> <script> // var dc = require('dom-console', '5.1.0')() // dc.api.toggle() var bel = require('bel') var csjs = require('csjs-inject') var getGithubData = module.exports

【list of link】the module of get-activity-feed

  1. [failed] version_1: github_page & github_repo
  2. [failed] version_2: github_page & github_repo

@serapath
Copy link
Member Author

serapath commented Mar 1, 2018

this one shows all the data for me:

this one seems to have an index.html with only a single line of code:

@kiecoo
Copy link

kiecoo commented Mar 2, 2018

haha, in version2 I found sometimes it works &sometimes it doesn't (maybe it's the reason of over limit as last time)
so last time I run it &failed. today I run 2 times(one worked successfullly, the other time failed)

in this issue I would use version 2 , thank you so much

@serapath
Copy link
Member Author

serapath commented Mar 3, 2018

yes, i think we just have to make the github login work and make the logic so, that only AFTER a successful login we display all the data, so that we don't run in or over the API limit :-)

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

No branches or pull requests

2 participants