codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
60 stars 26 forks source link

Related to issue #1451: Send snapshot created_at instead of at_date to front for display consistency #1464

Closed Didayolo closed 3 weeks ago

Didayolo commented 1 month ago

Original PR: #1461

A brief description of the purpose of the changes contained in this PR.

This piece of code fixes the inconsistency of the date send as the 'last snapshot date'. Before, the usage history tab in the analytics page was getting the correct date (created_at date) from the backend, and other tabs were getting the incorrect date (at_date date) from the backend. Now they all get the correct date.

Issues this PR resolves

Should solve Problem 2 of #1451

Checklist