1 | | translate things like 'size' to 'Data file size' and add unit; convert datestamps to readable ones & provide context, etc |
| 1 | This currently looks terrible. Some simple things we should do to improve this. |
| 2 | |
| 3 | * Localise and captitalise known (non custom) keys into human titles. eg. "size", "created_at", "mime_type". |
| 4 | * Apply units to values of known keys where possible eg. "size in appropiate units" |
| 5 | * Convert dates into a more human friendly format. We can avoid localisation hell by using an ISO format like YYYY/MM/DD hh:mm:ss which is still better than ISO8061 |
| 6 | * Move the non user fields to the top of the table. |