media_remover/src/main/scala/OnlineArchiveMessageProcessor.scala (3 lines): - line 99: // FIXME It seems we do not have nearlineId in an archiveRecord, and as we've previously noticed, originalFilePath can be the same for more than one nearline media item - line 100: // TODO Alright, if we get a AR for a nearline item, fetch all nearline pending records for that originalFilePath.. and.. what.. check all? - line 263: // TODO Possibly change to get also, or only, by vidispineItemId common/src/main/scala/com/gu/multimedia/storagetier/plutocore/AssetFolderLookup.scala (2 lines): - line 185: callToPluto[CommissionRecord](req) //FIXME: think that there may be a wrapper on this - line 200: callToPluto[WorkingGroupRecord](req) //FIXME: think that there may be a wrapper on this media_remover/src/main/scala/S3ObjectChecker.scala (1 line): - line 41: matchesWithMd5.count(_.eTag().equals(localMd5)) match { // TODO Check if both checksums are encoded the same way (hex, yes?) project_restorer/src/main/scala/PlutoCoreMessageProcessor.scala (1 line): - line 109: .filterNot(isMetadataOrProxy) // TODO Figure out if we should filter these out or not, given that they DO work for files that do not need to be on Deep Archive to be deletable common/src/main/scala/com/gu/multimedia/storagetier/messages/VidispineMediaIngested.scala (1 line): - line 51: .map(_.split(",")).getOrElse[Array[String]](Array()) //FIXME: I assume that the separator is a , ? online_nearline/src/main/scala/OwnMessageProcessor.scala (1 line): - line 37: * TODO: extend this to handle "deliverable" type as well as "rushes" type information