Opened 6 months ago
Last modified 8 weeks ago
#82 reopened Bug report
Rename Dublin Core columns
Reported by: | Florian Berger | Owned by: | |
---|---|---|---|
Milestone: | Demo Course – Features | Keywords: | |
Cc: |
Description (last modified by )
Column names should follow [Expressing Qualified Dublin Core™ in HTML/XHTML meta and link elements](https://www.dublincore.org/specifications/dublin-core/dcq-html/):
<meta name="DC.element" content="Value" />
<meta name="DCTERMS.element" content="Value" />
i.e. DC.title
etc.
Change History (5)
comment:3 Changed 6 months ago by
comment:2 Changed 6 months ago by
Description: | modified (diff) |
---|---|
Resolution: | → Won't fix |
Status: | new → closed |
Type: | → Bug report |
As per #46 "Variant Namespaces Instead of MIME Type", namespaces will be stored in a separate table, not in the column name.
comment:3 Changed 8 weeks ago by
Milestone: | Release Requirements → Demo Course – Features |
---|---|
Resolution: | Won't fix |
Status: | closed → reopened |
Then again, variant namespaces are not a valid reason to reject this. They only concern variants, after all; but if e.g. steps or course tables do have columns that represent Dublin Core metadata, that fact should be visible. So the issue still stands.
changed the description