zooniverse / zoo-stats-api-graphql

0 stars 2 forks source link

Change event_time to created_at #166

Open lcjohnso opened 1 year ago

lcjohnso commented 1 year ago

Event time is currently tied to finished_at: https://github.com/zooniverse/zoo-stats-api-graphql/blob/4ccd0423fff9f02b11e695f0dd495ec5d5725a12/app/graphql/mutations/transformers/panoptes_classification.rb#L14

A better choice might be created_at. finished_at relies on client clock which can be unreliable.