ossn / fixme_backend

6 stars 17 forks source link

Added new GithubUpdatedAt field to three files to support saving that… #7

Closed NemoMarx closed 4 years ago

NemoMarx commented 5 years ago

… information from the github graphQL we're consuming. Didn't add sorting by functionality yet.

alexdor commented 5 years ago

Nice work @NemoMarx , you are almost there. To get the information from the graphql api you need to add the UpdatedAt field to the Nodes struct on line 33 of the worker.go file