-
Notifications
You must be signed in to change notification settings - Fork 0
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
Harmonize MEI DataTypes in converter, customization & validation #63
Comments
This also refers to the Validation in the Webclient because it determines the paths in the GUI |
Also important to look at https://github.com/Edirom/MEIGarage/blob/main/src/main/webapp/WEB-INF/config/fileExt.xml for this |
see https://github.com/music-encoding/schema for the naming |
This is also relevant for all input data types, difference vs. id and name, parsing in GUI of id and version number must be possible. Mimetypes in URLs of API calls may be removed there for shorter urls because mapping exists? |
The underlying place to change this if further Info needs to be added is in https://github.com/TEIC/ege-api/blob/main/src/main/java/pl/psnc/dl/ege/types/DataType.java, see also https://github.com/TEIC/ege-api/blob/main/src/main/java/pl/psnc/dl/ege/types/CustomizationSourceInputType.java |
Remove differences between the ids and descriptions, use for all:
Customization have a different setup/data type
Locations to harmonize:
The text was updated successfully, but these errors were encountered: