Pages were hardcoding DEFAULT_DB at import time, meaning cloud-mode
per-user DB routing was silently ignored. Pages affected:
1_Job_Review, 5_Interviews, 6_Interview_Prep, 7_Survey.
Adds resolve_session("peregrine") + get_db_path() pattern to each,
matching the pattern already used in 4_Apply.py.
Fixes #24.
|
||
|---|---|---|
| .. | ||
| 0_Setup.py | ||
| 1_Job_Review.py | ||
| 2_Settings.py | ||
| 4_Apply.py | ||
| 5_Interviews.py | ||
| 6_Interview_Prep.py | ||
| 7_Survey.py | ||