mojoconf / MCT

nothing to see here yet, move along
7 stars 1 forks source link

abstract submission has no date/time #64

Closed rpcme closed 9 years ago

rpcme commented 9 years ago

Marcus mentioned this, and I cross checked.

The presentations table doesn't have a timestamp, which means we can't track when an abstract was submitted.

If another method has been implemented to track this, please let us know.

jhthorsen commented 9 years ago

This is not yet merged in. I stopped working on this some weeks ago, but it was part of a grand "events" plan: https://github.com/mojoconf/MCT/pull/58/files#diff-4918f5bced2b3a1837462ae6dfeb09c7R118

jhthorsen commented 9 years ago

I just merged in #58 now, which replaced the "presentations" with "events" table. This table has "created", but unfortunately it has the same timestamp (when I ran the migration script).

Oh, and "events" also suffer from the same TIMESTAMP bug as mentioned in #63.