Name |
Last commit
|
Last update |
---|---|---|
.. | ||
framework | ||
highlight | ||
mailers | ||
pages | ||
application.scss | ||
behaviors.scss | ||
framework.scss | ||
notify.scss | ||
performance_bar.scss | ||
print.scss | ||
test.scss |
BigW Consortium Gitlab
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
framework | Loading commit data... | |
highlight | Loading commit data... | |
mailers | Loading commit data... | |
pages | Loading commit data... | |
application.scss | Loading commit data... | |
behaviors.scss | Loading commit data... | |
framework.scss | Loading commit data... | |
notify.scss | Loading commit data... | |
performance_bar.scss | Loading commit data... | |
print.scss | Loading commit data... | |
test.scss | Loading commit data... |