Challenge Show Relationships with a Force Directed Graph has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
This was broken in #8690.
Reference Issue for new dataset: https://github.com/FreeCodeCamp/FreeCodeCamp/issues/7082
Should we add the API again or should we immediately start work on the new dataset?
cc/ @FreeCodeCamp/issue-moderators
Thanks for letting me know :-) Sorry to send a duplicate.
On Thu, May 19, 2016 at 9:49 AM, Jonathan [email protected] wrote:
This was broken in #8690
https://github.com/FreeCodeCamp/FreeCodeCamp/pull/8690. cc/
@FreeCodeCamp/wiki-mods
https://github.com/orgs/FreeCodeCamp/teams/wiki-mods—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/FreeCodeCamp/FreeCodeCamp/issues/8722#issuecomment-220383012
@kristenmthayer Np :smile:, It's not a duplicate -- this issue hasn't been brought up yet.
Oh, I see :-)
Should we add the API again or should we immediately start work on the new dataset?
The later. We need a new static data set that can be fetched, could be JSON (data hard coded).
I did this challenge recently (http://codepen.io/DealPete/pen/GZPgpG), and I used country contiguity data I got from Correlates of War. We could use that as an example.
@DealPete your example is really cool! But I did mine with the FCC data, so mine is broken :-(
Thanks @kristenmthayer, I started mine after they had discontinued Camper News, so I knew I'd have to use new data.
@DealPete Thanks a lot for the pen, and the alternate data set. Do you think you can make a PR to update the challenge.
I have forked your pen under FCC and tested it with https and it works, if you do update the challenge, then use the below as the link in the challenge:
I will take care of updating the Pen's title once PR is ready and merged.
@raisedadead @theflametrooper @DealPete any chance one of you has a copy of the old data set somewhere? If the challenge gets changed, I would still want my graph to work, and it would be easier to copy an existing set rather than reverse engineering it. Thanks :-)
Okay, hard-coded some fake data in my graph so it works again, if you want to borrow/use it, feel free: http://codepen.io/KMT/pen/dMqgrO. Have a good day!
@kristenmthayer I think I have a copy of the data somewhere if you would prefer. I'll try to remember to look for it when I get home.
@sludge256 thanks! That would be great, if you have it, mine is pretty obviously invented.
@kristenmthayer Sorry for the delay. I don't know how much data this file contains but it's what I have.
campernews_archive_04052016.txt
@sludge256 thanks! I really appreciate that!!