Task #213
closedReports page is using a bespoke session display component
0%
Description
The reports page should use the same component for sessions that the sessions page does.
Instead it appears to be using a list built into the reports page.
Updated by Sam Pearson 20 days ago
- Status changed from New to In Progress
- Engineering Effort set to medium
The reports page is displaying commitments, not sessions.
I could just search for sessions within a given timeframe but that does nothing for tasks etc.
I need to add an include_targets query param for commitment searches
Then I can use a list comprehension shim on the frontend to turn those commitments into their targets,
then I can feed the target lists into task_list and session_list display components
Bumping this up to medium eng effort (but the diagnosis and planning is already done)
Updated by Sam Pearson 19 days ago
- Status changed from In Progress to Resolved
Report now uses a query param to fetch thick commitments and then list comprehension to pull the sessions out, and then passes the sessions into the standard session list component.
version 2.2.1