Open elliotBraem opened 4 months ago
@elliotBraem so we want to have to only inside metadata
? and not inside stringified value
, or the other way around?
I think metadata fields should only be inside metadata
Social.get([
${accountId}/project/${projectId}
,
${accountId}/project/${projectId}/metadata/**
]);
While project specific data like contributors should be in the project itself
Although I think this is a ticket to implement after tests have been completed for project card, project quickview, and project page
Currently, we duplicate the project metadata inside the stringified value, and in the metadata itself.
We should no longer duplicate this data and reference the respective origins. Project cards, quickview, and profile will need to be updated to reflect this