Update frontend to somewhat work with metadata v0.4
This accepts data from the updated backend (from the previous commit) but does not display any of the new metadata yet. This is not tested with search results, because I could not obtain search results locally. Suggestions on the home page work, but no results are shown in /search
Showing
- src/main/webapp/app/bookmarks/bookmarks.component.ts 2 additions, 37 deletionssrc/main/webapp/app/bookmarks/bookmarks.component.ts
- src/main/webapp/app/exercise/exercise-details/exercise-details.component.html 4 additions, 4 deletions...exercise/exercise-details/exercise-details.component.html
- src/main/webapp/app/exercise/exercise-details/exercise-details.component.ts 11 additions, 5 deletions...p/exercise/exercise-details/exercise-details.component.ts
- src/main/webapp/app/exercise/exercise-details/exercise-metadata/exercise-metadata.component.html 5 additions, 10 deletions...etails/exercise-metadata/exercise-metadata.component.html
- src/main/webapp/app/exercise/import/exercise-import.component.html 0 additions, 13 deletions...webapp/app/exercise/import/exercise-import.component.html
- src/main/webapp/app/exercise/import/exercise-import.component.ts 0 additions, 27 deletions...n/webapp/app/exercise/import/exercise-import.component.ts
- src/main/webapp/app/search/search-input/search-input.component.html 3 additions, 18 deletions...ebapp/app/search/search-input/search-input.component.html
- src/main/webapp/app/search/search-input/search-input.component.ts 2 additions, 20 deletions.../webapp/app/search/search-input/search-input.component.ts
- src/main/webapp/app/search/search.component.ts 1 addition, 1 deletionsrc/main/webapp/app/search/search.component.ts
- src/main/webapp/app/shared/model/artemis-exercise-info.model.ts 16 additions, 5 deletions...in/webapp/app/shared/model/artemis-exercise-info.model.ts
- src/main/webapp/app/shared/model/exercise.model.ts 57 additions, 45 deletionssrc/main/webapp/app/shared/model/exercise.model.ts
- src/main/webapp/app/shared/model/search/metadata-search-input.model.ts 3 additions, 3 deletions...pp/app/shared/model/search/metadata-search-input.model.ts
- src/main/webapp/app/shared/model/search/search-input.model.ts 2 additions, 8 deletions...main/webapp/app/shared/model/search/search-input.model.ts
- src/main/webapp/app/shared/model/search/user-provided-metadata-dto.model.ts 21 additions, 14 deletions...p/shared/model/search/user-provided-metadata-dto.model.ts
- src/main/webapp/i18n/de/exercise.json 1 addition, 8 deletionssrc/main/webapp/i18n/de/exercise.json
- src/main/webapp/i18n/en/exercise.json 1 addition, 8 deletionssrc/main/webapp/i18n/en/exercise.json
Please register or sign in to comment