- Apr 03, 2021
-
-
- Mar 31, 2021
-
-
Michael Breu authored
-
- Mar 25, 2021
-
-
Daniel Rainer authored
This line was removed in a (foolish) commit to development. It should remain in place, otherwise the displayed hit count is messed up when the search input changes.
-
Daniel Rainer authored
Previously, hitCount was increased every time a new batch of results was loaded.
-
Daniel Rainer authored
Previously, hitCount was increased every time a new batch of results was loaded.
-
Michael Breu authored
added GitlabService.java to offer basic gitlab api functionalities like check if repo exists etc. , added check in StatisticsResource to avoid people sending get requests with IDs which not exist and therefore create lots of trash entities
-
- Mar 17, 2021
-
-
Eduard Frankford authored
-
- Mar 11, 2021
-
-
Michael Breu authored
-
Michael Breu authored
-
Daniel Rainer authored
-
Daniel Rainer authored
-
- Mar 09, 2021
-
-
Michael Breu authored
-
- Mar 06, 2021
-
-
Daniel Rainer authored
-
Daniel Rainer authored
-
- Mar 02, 2021
-
-
Michael Breu authored
-
Eduard Frankford authored
-
- Feb 24, 2021
-
-
Michael Breu authored
Metadaten geladen und an der Oberfläche die Suche ausgelöst, sobald Eingaben da sind (nicht nur Volltext)
-
- Feb 22, 2021
-
-
Eduard Frankford authored
added additional metadata fields -> difficulty, education level, status, type, version, format, keywords, requirements
-
- Feb 18, 2021
-
-
Daniel Rainer authored
-
Daniel Rainer authored
-
- Feb 15, 2021
-
-
Daniel Rainer authored
When scrolling through the search results, load new results when the bottom of the page is near.
-
- Feb 12, 2021
-
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
Pass a SearchInput object to the back-end and display the data, which is returned as a SearchResultDTO.
-
Daniel Rainer authored
-
- Feb 08, 2021
-
-
Daniel Rainer authored
Exercise cards are useful in multiple places, so they should be displayable by an independent component. The CSS for making the cards have the correct width and height is very finicky and took a long time to get to work. The current styling should be refactored.
-
Daniel Rainer authored
At the moment, we only treat exercises as search results, but exercises can also appear in other context, e.g. as bookmarked exercises. For this reason, it makes more sense to describe them using the more general term "Exercise".
-
Daniel Rainer authored
This is part of an effort to refactor the large component "MockSearchComponent" into smaller parts with well defined functionality. The new component is used for the detail view of a single exercise.
-
- Feb 03, 2021
-
-
Eduard Frankford authored
-
- Feb 01, 2021
-
-
Daniel Rainer authored
-
- Jan 30, 2021
-
-
Daniel Rainer authored
These errors were ignored by the partial recompilation of "npm start". Make sure to recompile to verify that code actually compiles.
-
Daniel Rainer authored
-
Daniel Rainer authored
-
Daniel Rainer authored
Replace the hard coded paragraph in a search result's detail view with data taken from the search result.
-
- Jan 25, 2021
-
-
Daniel Rainer authored
Previously, the course details always showed data of the first result. Now, clicking "Open course" will display the results for the correct course.
-
- Jan 21, 2021
-
-
Daniel Rainer authored
-