Open PaulHancock opened 6 months ago
from d1894ed2a42614dcbc29f1c757159b4a9c9db65f it is now possible to upload metadata along with a candidate. The fits file must have a column called "metadata" and it can contain any text data. When viewing the "candidate ratings table" there is now an additional column which shows a link to the metadata. The linked page shows the raw metadata.
However if there is no metadata the link results in a 404.
When downloading tables of candidates the metadata isn't also downloaded.
Submit a new issue if this is not aligned with your use case.
Goals:
The metadata is not in a regular structure that can be used for all candidates, however it can be serialised (eg as JSON) so a string based metadata column would suffice. The website doesn't need to interpret the data, just display it as a set of key:value pairs.
Potential solution: