-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add versionIdentifier, lastestVersion, nextVersion, previousVersion to CompetencyFramework, Collection, and Competency #1357
Comments
@mparsons-ce @sedula27 Doesn't CaSS need to support the following: versionIdentifier: https://credreg.net/ctdl/terms#versionIdentifier - This is a property that points to IdentifierValue. Thereby, CaSS needs to export versionIdentifier and the UI needs to include the properties with the IdentifierValue class:
Need to support multiples: There can be be multiple versionIdentifiers associated with any Competency Framework, Competency or Collection. latest, next and previous version These require a valid CTID and are single values. Impacted Classes: The Collection, Competency, and Competency Framework classes need the above listed property updates. What else needs to be documented here? |
@jeannekitchens |
@Lomilar Have you had an opportunity to review this request and determine the effort necessary? |
IdentifierValue requires a unique editor interface to define these objects and the three properties in them (similar to educationalAlignment). Adding a version field that has a range of strings is quite straightforward. |
@sedula27 latestVersion, nextVersion, and previousVersion should now be available with CASS 1.5.65 on sandbox |
@miledivovic I was able to add versions manually and via import, but was not able to export them |
@sedula27 should the versions be exported as arrays or strings? |
@miledivovic latest, next and previous version These require a valid CTID and are single values. |
Was able to verify versions export, import and manual entry on Sandbox. Hold off on Adding version Identifiers until this github issue is resolved |
The following properties are being added in CTDL to CompetencyFramework, Collection, and Competency:
https://credreg.net/ctdl/terms#versionIdentifier
https://credreg.net/ctdl/terms/latestVersion
https://credreg.net/ctdl/terms/nextVersion
https://credreg.net/ctdl/terms#previousVersion
The latter three are URLs. VersionIdentifier has a domain of the class: IdentifierValue.
We would like these added to the CaSS editor.
Source: see CTDL github issue: CredentialEngine/Schema-Development#933
The text was updated successfully, but these errors were encountered: