Skip to content
Snippets Groups Projects
  1. Aug 05, 2020
    • erichard's avatar
      fix pipe error : KeyError: 'UserOption' · b87639d1
      erichard authored
      b87639d1
    • erichard's avatar
      UserOption : set UserOption=false · 6d29e60a
      erichard authored
      UserOption are not meant to be use in labelstower demo app.
      It is used in other project such as CodingPoolBack to join ELEMENT table
      to User table (ELEMENT.user_id->User.id).
      6d29e60a
    • erichard's avatar
      UserOption : set UserOption=false · 0af02805
      erichard authored
      The demo does have user table and ELEMENT are not link to user.
      This option is used in other project such as CodingPoolBack.
      0af02805
    • erichard's avatar
      UserOption : implement UserOption · d51bcaa3
      erichard authored
      Set UserOption variable to true to get username related to element
      by ELEMENT.user_id.
      d51bcaa3
    • erichard's avatar
      export sql statement into file · bf65c644
      erichard authored
      The two file are a set python variables(key/value).
      Keys are identical in each file in order to create a kind of interface
      that can either use variables from one file or the other.
      values are queries and indexes.
      queries is a list of two sql statement executed to select tutorials with
      mandatories and/or forbiden labels.
      Inside sqlStmtUser.py ELEMENT table is join to User table but not in
      sqlStmt.py. With sqlStmtUser.py result of select have an extra column :
      username related to element (e.g. because they are the creator of this
      element).
      bf65c644
  2. Aug 03, 2020
  3. Jul 28, 2020
  4. Jul 23, 2020
  5. Jul 22, 2020
  6. Jul 21, 2020
Loading