pf_app
Go to file
Paul Trowbridge 7e9ea456b6 Fix baseline request body in spec — unified filters array
Removes the redundant date_from/date_to/date_col fields from the request
body. Period selection is now expressed as a filter condition in the
filters array like any other condition. SQL pattern updated to match
(single {{filter_clause}} token instead of date_range + filter split).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 13:15:17 -04:00
lib Add date offset to baseline — project actuals into forecast period 2026-04-01 12:48:28 -04:00
public Add date offset to baseline — project actuals into forecast period 2026-04-01 12:48:28 -04:00
routes Add date offset to baseline — project actuals into forecast period 2026-04-01 12:48:28 -04:00
setup_sql Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00
.env.example Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00
.gitignore Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00
install.sh Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00
package-lock.json Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00
package.json Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00
pf_spec.md Fix baseline request body in spec — unified filters array 2026-04-01 13:15:17 -04:00
server.js Initial commit — pivot forecast application 2026-04-01 07:59:05 -04:00