Skip to content
Snippets Groups Projects
  1. Jan 04, 2018
  2. Jan 02, 2018
    • Benjamin Bertrand's avatar
      Add description column to QRCodeMixin · 888fc49c
      Benjamin Bertrand authored
      Having the description field only on the Model class makes things
      inconsistent.
      It's nice to have a description on other attributes as well.
      888fc49c
    • Benjamin Bertrand's avatar
      Cache QR codes image generation · 24859102
      Benjamin Bertrand authored
      The generation of the QR code image is quite slow and makes the page
      displaying them take a long time to load when it includes more a few.
      The data never changes and can easily be cached (the repr() of the class
      is used in the cache key, so if the name or id changes, the cache will
      be recomputed - there is no need for a timeout).
      24859102
    • Benjamin Bertrand's avatar
      Add hidden comments column to items table · a028cdca
      Benjamin Bertrand authored
      Column not visible but searchable.
      Allow to search comments and TAG number for items imported from JIRA.
      a028cdca
  3. Dec 21, 2017
  4. Dec 18, 2017
    • Benjamin Bertrand's avatar
      Define temporary ICS id that can be changed · fd3109c4
      Benjamin Bertrand authored
      It shouldn't be possible to change the ICS id of an item.
      But when registering a bunch of existing items via the API, we need to
      allocate an ics_id otherwise not much can be done in the interface.
      The id is required for the view and edit page.
      
      The solution is to define some "temporary" ids that don't correspond to
      any pre-printed labels.
      Items with a temporary id can be assigned a real ics_id when assigning a
      label.
      
      Reserved ids start with 'ZZ' (from ZZA000 to ZZZ999)
      
      ICS id can now be non nullable.
      fd3109c4
  5. Dec 15, 2017
  6. Dec 14, 2017
  7. Dec 13, 2017
  8. Dec 06, 2017
  9. Nov 21, 2017
  10. Nov 17, 2017
  11. Nov 07, 2017
  12. Nov 03, 2017
  13. Sep 25, 2017
  14. Sep 06, 2017
  15. Jul 20, 2017
  16. Jul 19, 2017
Loading