pf_app
Autofill stopped filling anything as soon as the member endpoint answered, because a hit was treated as the only possible answer: if the key was not in the list, it returned rather than trying the source. An empty list counted as an answer too, which is the state while a refresh is still running -- so wiring up master data broke the behaviour it was meant to improve, for everyone who had not finished building the list yet. A miss is not an answer. Empty list, or a key the list does not know, both fall through to the source lookup as before. It costs one request, on a path that only runs when someone types a value. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| lib | ||
| public | ||
| routes | ||
| setup_sql | ||
| ui | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| install.sh | ||
| package-lock.json | ||
| package.json | ||
| PERSPECTIVE.md | ||
| pf_perspective_options.md | ||
| pf_spec.md | ||
| pf.sh | ||
| server.js | ||