...

/

Transformation: Format the Table

Transformation: Format the Table

Learn how to format the table in a project.

We'll cover the following...

Create formatted table

All that’s left from our design is to create the formatted table. The following would be a nice interface:

def process({user, project, count}) do   
  Issues.GithubIssues.fetch(user, project)
  |> decode_response()
  |>
...