IBMDataScience/datascix

Update Change Log JSON schema to include support for an "author" field

Closed this issue · 2 comments

Problem

Right now the author is hardcoded in the source code.

Solution

[
    {
        "_id" : "1",
        "title" : "Creative visualizations, fast and easy with Brunel",
        "author" : "Armand Ruiz Gabernet",
        "date" : "2016-07-01T08:06:05.524Z",
        "message" : "We all know how a picture often tells a story best, especially with data. Now that we support Brunel interactive visualizations in our Jupyter notebooks for Scala and Python, you can squeeze Brunel's flexibility and variety onto your palette and focus on setting your imagination free instead of learning a complex tool.",
        "image_url" : "http://datascience.ibm.com/blog/content/images/2016/06/m6QlLRdb3k.gif",
        "blog_url" : "http://datascience.ibm.com/blog/brunel-interactive-visualization-in-jupyter-notebooks-2/"
    },
...

Done.