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

Skip to content
Snippets Groups Projects
  1. Feb 18, 2021
  2. Feb 17, 2021
  3. Feb 16, 2021
  4. Feb 14, 2021
  5. Feb 03, 2021
  6. Feb 02, 2021
  7. Dec 30, 2020
    • Daniel Rainer's avatar
      Start transitioning to metadata V0.2 · 2264150f
      Daniel Rainer authored
      authors is no longer a valid keyword.
      In this commit the corresponding functionality
      is removed. It will be replaced in the future.
      
      keywords was renamed to keyword.
      Change some variable names accordingly.
      (Some changes might be unnecessary and could be reverted.
      I prefer continuing the usage of keywords,
      since it is a more logical name for a list of keywords.)
      
      programming_languages was renamed to
      programmingLanguage.
      Most corresponding variable names have not been changed.
      
      natural_languages is now called language.
      This attribute does not seem to be in use.
      2264150f
  8. Oct 23, 2020
  9. Oct 21, 2020
    • Daniel Rainer's avatar
      Add file format to filters · 15046e01
      Daniel Rainer authored
      Clicking a repository has the following effect:
      If the repository that currently is the filter
      is clicked, the repository filter will be reset
      to allow all repos.
      If a different repo than the current filter is
      clicked, the clicked repo will become the new filter.
      This means that currently either all or exactly one
      repo can be allowed in the filter.
      
      All of the above also applies to file format.
      
      The filter for university is not working
      since IGitFiles does not have a corresponding field.
      
      The user interface needs to be improved, since it
      is not possible to see the current selections.
      
      It might also be beneficial to allow multiple values
      for one filter. (e.g. search for files that are either
      .md or .java files).
      15046e01
    • Daniel Rainer's avatar
      Integrate metadata selection · 81c635aa
      Daniel Rainer authored
      The search component receives notifications
      when the selected repository changes.
      Upon such changes, only display the pages to which
      the new filter applies.
      81c635aa
    • Daniel Rainer's avatar
      Use message service in metadata · b0aec454
      Daniel Rainer authored
      b0aec454
    • Daniel Rainer's avatar
      Put message service into metadata · de34b0bd
      Daniel Rainer authored
      de34b0bd
    • Daniel Rainer's avatar
      Use the new message service · 939c7704
      Daniel Rainer authored
      939c7704
    • Daniel Rainer's avatar
      Create message service · 3388b55d
      Daniel Rainer authored
      The message service is used to transmit
      information about a clicked repository
      in the search information of the search page
      to the search component.
      3388b55d
  10. Oct 08, 2020