Closed jepegit closed 2 years ago
Started with it now. Plan:
[ ] Step 1: replace all occurrences of cells[0] with .cell property
cells[0]
.cell
cellreader
merge
from_raw
dataset_number
cell
cells
[ ] Step 2: rename the .cell property to .data
.data
[ ] Step 3: rename the cell object to data
data
[ ] Step 4: modify .data property so that it sets and gets the data object
[ ] Step 5: make ready for having "original" vs. "modified" data / cells (only raw should be "hashed")
Started with it now. Plan:
[ ] Step 1: replace all occurrences of
cells[0]
with.cell
propertycellreader
: need to fixmerge
cellreader
: need to fixfrom_raw
cellreader
: removedataset_number
as an argumentcellreader
: remove for-loops for cells in all methods (summary, xxx)cell
instead ofcells
(list)[ ] Step 2: rename the
.cell
property to.data
[ ] Step 3: rename the
cell
object todata
[ ] Step 4: modify .data property so that it sets and gets the data object
[ ] Step 5: make ready for having "original" vs. "modified" data / cells (only raw should be "hashed")
cellreader
: method to duplicate cell (original -> modified)cellreader
: set hash infrom_raw
(only call)cellreader
: attribute notifying if summary etc is from original or modified raw data.