Commit f577c19
docs(_bulk-helpers): customer/bulk now uses the factory — drop stale "predates" callout (#250)
The header JSDoc on \`_bulk-helpers.js\` said:
"Customer's bulkCreate predates this helper and has the same shape
baked in; we don't migrate it here to keep the diff focused on the
new endpoints (P3-H), but a follow-up should consolidate them."
That follow-up landed; \`customercontroller.js\` now exports
\`bulkCreate = makeBulkCreate({ ... })\` like every other bulk-direct
endpoint, and Customer is among the 6 entities the factory serves.
The "5 near-identical controllers it replaces" line was also off by
one for the same reason.
Update both lines to match reality: 6 entities use the factory,
Customer was migrated in a follow-up after the original P3-H rollout.
Co-authored-by: Aaron K. Clark <akclark@thenetwerk.net>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7ca236f commit f577c19
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
14 | 11 | | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments