techstartucalgary/lifeline

Add pageNumber to Assessment interface

Opened this issue · 0 comments

Requires change to Assessment interface, add pageNumber?: number (optional because user-added assessments won't have a page number.

Requires backend change, return the page number that the assessment was extracted from (should be easy since it parses page-by-page).