stanfordnmbl / opencap-api

Apache License 2.0
5 stars 7 forks source link

dev: add git commit field and clean up admin layout #221

Closed carmichaelong closed 3 weeks ago

carmichaelong commented 3 weeks ago

This should add git_commit as a field and add it to the admin list view. It should also add a boolean field for if the metadata is null to the list view (make it easier to see if there is a bigger issue with an error)

For is_docker and hostname, this should remain in the database, but it will be removed from the list view (i.e., you'll have to click into a trial to see these fields). You can see in the migration file that these fields haven't been removed from the database.

AlbertoCasasOrtiz commented 3 weeks ago

Perfect, that is what I thought then. I just wanted to make sure I understand it. We can merge then!