You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usegalaxy-eu/website#1055 adds a lot of very useful structured data about the authors of European news posts. We should make use of it.
There are two issues currently in the way:
We currently don't make use of structured author data. authors is currently a raw string. Making use of the full data will probably have to wait for the Community Directory implementation to be decided (see Community Directory WIP #1551)
We'd already ported a number of .eu posts before the author data got added. We'll have to backport the data into those posts.
For the rest of the news posts, I'm including the data in the key authors_structured as (likely) temporary measure. It's not even decided yet what the final name of the field will be once the Community Directory lands, but I imagine it'll be the same as our current one (authors). So until that field supports non-strings, I used authors_structured as essentially a temporary holding place for the data. The data in that field is well structured so that later it can easily be automatically changed to whatever the final schema will be.
The text was updated successfully, but these errors were encountered:
usegalaxy-eu/website#1055 adds a lot of very useful structured data about the authors of European news posts. We should make use of it.
There are two issues currently in the way:
authors
is currently a raw string. Making use of the full data will probably have to wait for the Community Directory implementation to be decided (see Community Directory WIP #1551)For the rest of the news posts, I'm including the data in the key
authors_structured
as (likely) temporary measure. It's not even decided yet what the final name of the field will be once the Community Directory lands, but I imagine it'll be the same as our current one (authors
). So until that field supports non-strings, I usedauthors_structured
as essentially a temporary holding place for the data. The data in that field is well structured so that later it can easily be automatically changed to whatever the final schema will be.The text was updated successfully, but these errors were encountered: