-
Notifications
You must be signed in to change notification settings - Fork 2
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
Changes in License applyed #5
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c67e5b8 - Browse repository at this point
Copy the full SHA c67e5b8View commit details -
- the latest changes of license attribute
- documentation aligned (description in the attributes) - added clarification about general license according to spdx and specific license
Configuration menu - View commit details
-
Copy full SHA for 2f81ebb - Browse repository at this point
Copy the full SHA 2f81ebbView commit details
Commits on Feb 16, 2024
-
Update to complete API yml and fix naming error
The former yml file was just a translation of the json schema. Now the yml file describes the whole API. Information about pagination was missing as well as HTTP error messages. yml file had the wrong indention in arrays. Fixing this improved readability. There was a naming error calling the MOOChub schema "moochub_schema.json" instead of "moochub-schema.json". This caused problems in matching the correct files in the github repository.
Configuration menu - View commit details
-
Copy full SHA for 77482fc - Browse repository at this point
Copy the full SHA 77482fcView commit details -
There was a mistake that "instructor" was not an array. This was in contradiction to the defined schema.
Configuration menu - View commit details
-
Copy full SHA for 6cce764 - Browse repository at this point
Copy the full SHA 6cce764View commit details -
Add missing spaces in Prof. Dr.
There were some spaces in the honorific prefix missing in some descriptions and examples. This was a clear mistake and made reviewing changes unnecessary harder.
Configuration menu - View commit details
-
Copy full SHA for 50eca18 - Browse repository at this point
Copy the full SHA 50eca18View commit details -
Fix problem with quotation marks in yml
There was a problem that with generating the yml file by a script the quotation marks were sometimes missing in the yml. This caused a lot of trouble in reviewing changes in the file, since all missing quotation marks were treated as changes. The script was updated and the file shows quotation marks now where needed.
Configuration menu - View commit details
-
Copy full SHA for bf89973 - Browse repository at this point
Copy the full SHA bf89973View commit details -
Correct affiliation in instructor attribute
The affiliation in the instructor attribute was wrongly indented. It was part of the image attribute. By correcting the indention the affiliation is now part of the Person object in the instructor attribute as intended.
Configuration menu - View commit details
-
Copy full SHA for 8df56e4 - Browse repository at this point
Copy the full SHA 8df56e4View commit details -
Improve readability and fix inconsistencies
There were some problems with data types of attributes. Namely, some attributes can have a value of a defined type or can be 'null'. In yml this was represented as an array. As it is in the json. For consistency, the yml will now only show the data type in the type attribute and has a nullable attribute as before. There were still issues with quotation marks that showed changes where are none. In the older version, empty attributes contained the value 'null'. This will be the case also for the newer version. This way, no unnecessary tracking of changes occurs.
Configuration menu - View commit details
-
Copy full SHA for 59112a7 - Browse repository at this point
Copy the full SHA 59112a7View commit details
Commits on Feb 18, 2024
-
Align style further to old style
A few discrepancies to the old file were detected and they are only of cosmetic nature. These were fixed to allow for better comparability of real changes in the yml file.
Configuration menu - View commit details
-
Copy full SHA for df8d52b - Browse repository at this point
Copy the full SHA df8d52bView commit details -
Align style further to old style 2
Another alignment to fit the od style to avoid unnecessary change tracking.
Configuration menu - View commit details
-
Copy full SHA for 5dc27e3 - Browse repository at this point
Copy the full SHA 5dc27e3View commit details -
Correct mistake in repeatFrequency
The repeatFrequency contained the following attributes which should be on the same level as repeateFrequency. The mistake is corrected to fit the intended schema. This is also removing some validation errors.
Configuration menu - View commit details
-
Copy full SHA for 877973d - Browse repository at this point
Copy the full SHA 877973dView commit details
Commits on Feb 19, 2024
-
The LearningItem object in the hasPart attribute had a mistake. The required attribute was on the wrong level. Correction of will make the attribute hasPart work as expected again. This also erases a validation error in the yml file.
Configuration menu - View commit details
-
Copy full SHA for d4610b8 - Browse repository at this point
Copy the full SHA d4610b8View commit details -
There was a problem in the "Problem" part of the yml file. the required attribute as well as readOnly and x-examples were at the wrong level. Fixing this erases validation errors in the yml file and leads to fewer unwanted changes to be tracked. Also corrects a mistake that tags now is an array as intended.
Configuration menu - View commit details
-
Copy full SHA for 348db23 - Browse repository at this point
Copy the full SHA 348db23View commit details -
Adjust indenting in JSON schema
The indention of the old file and the new version were different. This made it impossible to track changes.
Configuration menu - View commit details
-
Copy full SHA for 522f7a3 - Browse repository at this point
Copy the full SHA 522f7a3View commit details -
Fix error in properties in JSON schema
The level the data object was stored in the JSON schema was wrong. Now the data is stored as intended at the same level as the links.
Configuration menu - View commit details
-
Copy full SHA for fe3db4b - Browse repository at this point
Copy the full SHA fe3db4bView commit details -
Fix error in license (overall course license)
The There was a problem that the license attribute contained an array of arrays of License objects. Intended is to have the license attribute of the course storing an array of License objects.
Configuration menu - View commit details
-
Copy full SHA for 6f84c9c - Browse repository at this point
Copy the full SHA 6f84c9cView commit details -
Fix error in educationalLevel (overall course level)
The There was a problem that the educationalLevel attribute did not contain an array of EducationalLevel objects. Intended is to have the educationalLevel attribute of the course storing an array of EducationalLevel objects.
Configuration menu - View commit details
-
Copy full SHA for 15b9b96 - Browse repository at this point
Copy the full SHA 15b9b96View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f8a2ea - Browse repository at this point
Copy the full SHA 1f8a2eaView commit details -
Fix problem with license example
The example is now matching the identifier and is pointing at the respective spdx url. It complies to the rules set in the description now.
Configuration menu - View commit details
-
Copy full SHA for 78ab7df - Browse repository at this point
Copy the full SHA 78ab7dfView commit details -
Fix problem with example url to images
Before the change the link pointed at images on the azure server and are not valid any longer. The new links are working and point an existing image that is reachable.
Configuration menu - View commit details
-
Copy full SHA for 76ff9b3 - Browse repository at this point
Copy the full SHA 76ff9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b781f - Browse repository at this point
Copy the full SHA e4b781fView commit details -
Reverse yml to old style referencing
The changes could not be reviewed because of too many changes. The referencing style is now again like in the former version. There still seems to be an advantage in outsourcing repeating parts in extra files.
Configuration menu - View commit details
-
Copy full SHA for 121cecb - Browse repository at this point
Copy the full SHA 121cecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34426bb - Browse repository at this point
Copy the full SHA 34426bbView commit details
Commits on May 17, 2024
-
Only minor changes were made. The functionality was not altered. The change is mainly for solving inconveniences, update examples, ...
Configuration menu - View commit details
-
Copy full SHA for 7931414 - Browse repository at this point
Copy the full SHA 7931414View commit details