Commit Graph

7 Commits

Author SHA1 Message Date
b8f1cd5f1d fix: point customers page at /admin/customers instead of legacy path
getallcustomers/getcustomersummary still called the old
/customers/getallcustomers and /customers/getcustomersummary paths,
which 403 on api.doormile.com (auth was accepted, route wasn't valid).
Repointed both at /admin/customers per the original conversion plan.

No Doormile customer response shape has been confirmed anywhere in this
work (unlike bookings/clients/milers, which had example shapes given
up front) -- field names in customers.js (firstname/contactno/address/
customerid/etc) are still the old NearlExpress shape and left as-is
rather than guessed. Won't crash, just shows blanks for any field that
doesn't exist on a real Doormile customer. Need the actual response
body to do a real field-mapping pass, same as the login.js episode.

updateCustomer (PUT /customers/update) is still unmapped -- flagged in
a comment rather than guessed at, consistent with cancelOrder.
2026-07-08 17:54:36 +05:30
8224f45974 updates and removed on the dead codes 2026-07-07 12:38:20 +05:30
e468861709 initialization 2026-07-07 11:16:41 +05:30
f50b4b010c updated the ui 2026-06-11 18:09:10 +05:30
f18b680247 updated the ui for the mobile view 2026-06-09 13:12:18 +05:30
b8097efbcf updates on the redesign page for all the pages 2026-05-30 17:54:07 +05:30
5a80256856 initial commit 2026-05-13 17:48:36 +05:30