src/main/scala/datastore/ElasticsearchRepo.scala (3 lines): - line 117: success.length==pageSize, //FIXME - is there a better a way of determining if there is likely to be more content? - line 240: //FIXME: tagsForList / marshalledTags could be DRY'd out a bit - line 319: //TODO: should offer a choice of sort field src/main/scala/deprecated/anotherschema/content/blocks/Element.scala (1 line): - line 60: //FIXME - should be enum src/main/scala/GraphQLServer.scala (1 line): - line 35: //FIXME - add in variables here src/main/scala/com/gu/contentapi/porter/graphql/DateTime.scala (1 line): - line 9: //FIXME - verify the exact proper format for 2015-09-21T17:00:15Z src/main/scala/utils/GraphQLRequestBody.scala (1 line): - line 16: throw new RuntimeException("Invalid input json") //TODO: put in a proper exception type or do error handling better!