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
"As a content author, I want a consistent way to identify taxonomies, especially across instances".
Acceptance Criteria
Each Taxonomy gets an Export ID
The Export ID is a mandatory string ID like lightcast or lightcast-skills or io.lightcast.open-skills
During the "Import a New Taxonomy" workflow, after prompting the user for the name of the taxonomy, prompt them for the "Export ID".
For existing taxonomies, use a data migration to set the Export ID to a slug derived from the taxonomy name.
(For now) The taxonomy ID cannot contain whitespace or punctuation except ., -, and _. Ideally, any unicode letters or non-punctuation characters should be allowed.
The Export ID must be unique for each Open edX instance.
The code and documentation for "Export ID" must clearly state that it should only be used for import/export purposes and not for any internal use like events, analytics, etc. which should use the existing database internal numeric ID. (Because we may allow the Export ID to be edited in the future).
The Export ID should be editable in the Django admin, but (for now) not in the UI.
The Export ID should be displayed on the Taxonomy Details page:
The text was updated successfully, but these errors were encountered:
@ChrisChV How would you do that? I don't think it's possible in the .csv format. Perhaps in the JSON format, if it won't break the format. But I don't think it's important because on import you usually set a new "Export ID", just like how the taxonomy name is also not included in the files.
"As a content author, I want a consistent way to identify taxonomies, especially across instances".
Acceptance Criteria
lightcast
orlightcast-skills
orio.lightcast.open-skills
.
,-
, and_
. Ideally, any unicode letters or non-punctuation characters should be allowed.LIGHTCAST_V17
,lightcast-skills
,io.lightcast.open-skills
日本
,Québec
(though if allowing these is too much effort they can be skipped for now)LightCast Skills
,One,Two,Three
,Foo:Bar
,X;Y;Z
,"quotes"
The text was updated successfully, but these errors were encountered: