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

Skip to content
Snippets Groups Projects
  1. Feb 01, 2022
  2. Dec 04, 2021
  3. Nov 27, 2021
  4. Oct 07, 2021
  5. Sep 25, 2021
  6. Sep 13, 2021
  7. Sep 07, 2021
  8. 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
  9. Jul 23, 2021
  10. Jul 15, 2021
  11. Jul 12, 2021
  12. Jul 07, 2021
  13. Jul 06, 2021
  14. Jul 05, 2021
  15. Jul 02, 2021
  16. Jul 01, 2021
  17. Jun 30, 2021
  18. Jun 29, 2021
  19. Jun 26, 2021
  20. Jun 24, 2021
  21. Jun 23, 2021
  22. Jun 15, 2021
  23. Jun 13, 2021
  24. Jun 06, 2021
  25. Jun 05, 2021
  26. May 10, 2021
  27. Apr 21, 2021
  28. Apr 20, 2021
  29. Apr 19, 2021
  30. Apr 09, 2021
  31. Apr 07, 2021
    • Daniel Rainer's avatar
      Do not show enum metadata which is not set · 5fc817d0
      Daniel Rainer authored
      The exercise metadata component is only rendered
      when it gets a value which is not null and has
      a length of at least one (either string or array).
      If it gets a value which is translated before it
      is being passed, the result will be something of
      the form "translation-not-found[...]", which has
      a length of at least one, so it is rendered.
      To prevent this, check if a value is set before
      translating it.
      5fc817d0
    • Michael Breu's avatar
      Perliminary complete version · 0159db76
      Michael Breu authored
      0159db76