[Issue]: Dropdown for Place of Delivery (admin-managed delivery locations) #19
Labels
No labels
bug
claude-failed
claude-pr
claude-queue
claude-working
feature
interactive
portal
triaged
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: shad0w/pelagia-portal#19
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Raised by
Kaushal — user feedback, dev review 2026-06-10
Description
Currently the place of delivery is free text. Provide a dropdown to select it instead.
Priority
P2 — Medium
Context
Original request: "Can we have a dropdown on place of delivery?"
Dev comments (scope): Add an admin screen for Delivery Locations, each with:
The PO create/edit form's Place of Delivery field should become a dropdown populated from these delivery locations.
Access: the admin screen must be accessible to the Manager role as well (not admin-only). Follow the existing admin-page pattern under app/(portal)/admin/ and gate with the appropriate permission in lib/permissions.ts so MANAGER is allowed.
[triage] Marked interactive — new Prisma model + DB migration + a permissions change (Manager access) — migrations and permissions are explicitly risky for unattended runs. Do not add the
claude-queuelabel; run this one with Claude in a steered session instead.