BigW Consortium Gitlab

  1. 26 Oct, 2017 1 commit
  2. 21 Oct, 2017 1 commit
  3. 20 Oct, 2017 1 commit
  4. 17 Oct, 2017 1 commit
  5. 16 Oct, 2017 3 commits
    • fixed rendering bugs · fa9e729a
      Phil Hughes authored
      fixed eslint
    • Spec updates · 5f80d042
      Phil Hughes authored
      Updated as best as possible, a lot of tests still change the store
      and never reset the state back which can cause some issues with other
      tests.
    • Refactored multi-file data structure · b1b91aa0
      Phil Hughes authored
      This moves away from storing in a single array just to render the table.
      It now stores in a multi-dimensional array/object type where each entry
      in the array can have its own tree. This makes storing the data for
      future feature a little easier as there is only one way to store the
      data.
      
      Previously to insert a directory the code had to insert the directory
      & then the file at the right point in the array. Now the directory
      can be inserted anywhere & then a file can be quickly added into this
      directory.
      
      The rendering is still done with a single array, but this is handled
      through underscore. Underscore takes the array & then goes through
      each item to flatten it into one. It is done this way to save changing
      the markup away from table, keeping it as a table keeps it semantically
      correct.
  6. 29 Sep, 2017 1 commit
  7. 15 Aug, 2017 1 commit
  8. 06 Aug, 2017 1 commit
  9. 02 Aug, 2017 2 commits
  10. 29 Jul, 2017 2 commits
  11. 26 Jul, 2017 2 commits
  12. 24 Jul, 2017 1 commit
  13. 23 Jul, 2017 1 commit
  14. 21 Jul, 2017 3 commits
  15. 20 Jul, 2017 2 commits