-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tagging] Finalize v1 OLX tags format and test backwards compatibility #174
Comments
@yusuf-musleh As part of this task, please also figure out how to escape special characters. For example, if the tag value contains |
@bradenmacdonald Sure thing. With regards to setting up the older releases, since I am still using devstack locally, do you think it would be easier to setup older releases using Tutor or should I just stick to the devstack setup I have for them as well? |
@yusuf-musleh You can try the devstack, since it's just running a single command if you already have it working for master. If it doesn't work, try tutor. |
An update on this. The proposed OLX format for tags above was tested on In order to escape special characters that the tags' values could have, such as So the finalized proposed and tested format for v1 OLX tags is the following:
The taxonomies and tags in the above example component are as follows: LightCast Skills: Typing, Microsoft Office |
Update: we have decided not to include the tags in the OLX for now - see #203 and linked discussion. |
Following #165, test the backwards compatibility of the proposed OLX tag serialization format to make sure that course exports with this data can still be imported to old releases like Ironwood or Hawthorn without errors. The tag attributes should be ignored on anything pre-Redwood. If this is not the case, propose a new format that is backwards compatible.
Current proposal:
This uses the Export ID from #183.
See Slack discussion.
Note: you should be able to simply install an old version of tutor using
pip
and then run it, to launch older images of the Open edX platform.The text was updated successfully, but these errors were encountered: