OpenTechStrategies / lisc-ttm

LISC TTM code. See https://ttm.lisc-chicago.org/.
GNU Affero General Public License v3.0
1 stars 4 forks source link

Enlace: Number of surveys used for assessment report #234

Closed frankduncan closed 6 years ago

frankduncan commented 6 years ago

From Enlace:

On top of percentages and number counts the assessment report should display the number of both intake and impact surveys being used. Technical Notes: Assessments report should be able to count and display the number of intake and impact surveys used. This should be displayed at the top of the report with normal black letters.

frankduncan commented 6 years ago

Because of how the queries are done, in that they re-query for the denominator each time a question is queried (to protect against the case where a full survey was not done, which is currently impossible in the totality of this system?), the easiest place to have this information is for each question. That makes the report somewhat repetitive, and upon client review, they may want another query at the beginning of the report rather than deeper in it.