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

Skip to content
Snippets Groups Projects
  1. Dec 30, 2021
  2. Dec 18, 2021
  3. Nov 18, 2021
  4. Nov 02, 2021
  5. Oct 17, 2021
  6. Oct 08, 2021
  7. Oct 07, 2021
  8. Sep 28, 2021
  9. Sep 25, 2021
  10. Sep 22, 2021
  11. Sep 21, 2021
  12. Sep 20, 2021
  13. Sep 14, 2021
  14. Sep 13, 2021
  15. Sep 07, 2021
  16. Sep 06, 2021
  17. Sep 01, 2021
  18. 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
    • Daniel Rainer's avatar
      Update backend to somewhat work with metadata v0.4 · c9518883
      Daniel Rainer authored
      This needs a lot more work, but at least runs.
      
      Remove search by type. This had to be done because
      type was changed to learningResourceType, which is
      a free string and no longer an enum.
      String search for type could be added in the future.
      
      Disable suggestions for format. This was done because
      in the current version format is no longer a list
      but a single string. There are problems with that, so
      this might change again.
      
      Lots of tests fail.
      c9518883