Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
  2. Nov 16, 2020
  3. Oct 30, 2020
  4. Oct 22, 2020
  5. Oct 21, 2020
  6. Oct 20, 2020
  7. Oct 05, 2020
  8. Oct 02, 2020
  9. Sep 30, 2020
  10. Sep 29, 2020
  11. Sep 25, 2020
  12. Sep 24, 2020
  13. Sep 08, 2020
  14. Sep 04, 2020
    • E. Madison Bray's avatar
      [bug] ensure that whitespace is stripped when reading the token · bb50564e
      E. Madison Bray authored
      from a file
      
      anything that writes a token to a file ought to take care not to write trailing
      whitespace; however, this code should be more flexible in case the writer of the
      file was neglectful
      bb50564e
    • E. Madison Bray's avatar
      [bug] change the API so that recommendation systems return · a0a76171
      E. Madison Bray authored
      *only* article IDs when recommendations are requested, rather than the full
      article documents
      
      the web server then makes a database request for articles based on those
      article IDs; this way the backend is fully responsible for ensuring that
      the article documents returned to the app are correctly formatted; otherwise
      recsystems would have been free to insert any content they want into the
      articles
      
      I believe this design was the original intent, but I got sloppy while
      prototyping.
      a0a76171
  15. Sep 01, 2020
    • E. Madison Bray's avatar
      initial prototype for a randomized baseline recsystem · ac3e39ae
      E. Madison Bray authored
      this does not yet implement all features; in particular it does not
      implement user management
      
      for the random baseline user management need only be very minimal
      since for all users it only returns randomized results (though it
      should still try to track past recommendations so that it does not
      send users duplicates)
      
      it should also serve as a template from which participants can
      implement their own recsystems, though that template might later
      be factored out to a bare non-functioning template from which other
      recsystems can inherit--TBD
      ac3e39ae
  16. Sep 04, 2019
Loading