This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
  1. Oct 07, 2021
  2. Aug 31, 2021
    • Daniel Rainer's avatar
      Update frontend to somewhat work with metadata v0.4 · e5119ce5
      Daniel Rainer authored
      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
      e5119ce5
  3. Jul 15, 2021
  4. Jul 06, 2021
  5. Jul 02, 2021
  6. Jun 30, 2021
  7. Jun 26, 2021
  8. Jun 24, 2021
  9. Jun 23, 2021
  10. Jun 15, 2021
  11. Jun 13, 2021
  12. Jun 06, 2021
  13. May 10, 2021
  14. Apr 21, 2021
  15. Apr 20, 2021
  16. Apr 07, 2021
  17. Apr 05, 2021
  18. Apr 03, 2021
  19. Apr 02, 2021
    • Daniel Rainer's avatar
      Fix mailto link · c614fc27
      Daniel Rainer authored
      Let the mailto link actually include
      the email address instead of consisting
      only of "mailto:"
      c614fc27
  20. Mar 25, 2021
  21. Mar 24, 2021
  22. Mar 12, 2021
  23. Mar 11, 2021
  24. Mar 09, 2021
  25. Mar 06, 2021
  26. Mar 02, 2021
  27. Mar 01, 2021
  28. Feb 26, 2021
  29. Feb 08, 2021
    • Daniel Rainer's avatar
      Rename "SearchResult" to "Exercise" · d73da187
      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".
      d73da187
    • Daniel Rainer's avatar
      Create new component for exercise details · 059f3f57
      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.
      059f3f57