Skip to content

Commit 8c7ea15

Browse files
committed
Removed some outdated function descriptions.
1 parent 0969f38 commit 8c7ea15

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

visualization_logic.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -169,28 +169,10 @@ The visualizations depend on a number of *statusdb* Couchdb map-reduce views fro
169169
]
170170

171171
## Dataset generation
172-
### Customer demand barchart
173-
**View**: KPI_applications
174-
175-
**Function**: generateDemandDataset(data, cmpDate)
176-
177-
Bins projects on Arrival date in three 4-week bins until cpmDate. Returns weekly averages for each bin
178-
179-
180-
### Ongoing projects today barchart
181-
**View**: KPI_applications
182-
183-
**Function**: generateBarchartDataset(data, cmpDate)
184172

185-
Bins projects to these process steps depending on presence of dates
186-
187-
/**
188-
* Rec ctrl = Arrival date to Queue date
189-
* Lib prep = Queue date to QC library finished
190-
* Seq = QC library finished to All samples sequenced
191-
*/
173+
### Ongoing projects today
192174

193-
Returns number of projects for each bin
175+
*This section needs at complete re-write for the stacked load barcharts*
194176

195177
### Total delivery times runchart & boxplot
196178

0 commit comments

Comments
 (0)