getMostRecentWindowEntries()
is a mix of UI & logical code
#6
Labels
Implementation Enhancement
Improves maintainability of codebase.
getMostRecentWindowEntries()
retrieves the data for the last entry in each Rolling-ROI sheet. This is used to generate a table in the summary email that looks like this:The choice to only put the word
last
on the first line is a UI design decision, and should therefore live in a UI codeblock (e.g., in the HTML file), not ingetMostRecentWindowEntries()
.getMostRecentWindowEntries()
should not need a special codepath for this - it should simply return the data.The text was updated successfully, but these errors were encountered: