[REFACTOR]: Remove unused live views #339

Open
opened 2026-01-08 12:26:57 +01:00 by carla · 1 comment
Owner

Description

As devs we only want to have th elive views we need.

Acceptance criteria

  • All obsolete live views are removed (eg admin, custom field values...)
## Description As devs we only want to have th elive views we need. ## Acceptance criteria - [x] All obsolete live views are removed (eg admin, custom field values...)
carla added the
low priority
S
labels 2026-01-08 12:26:57 +01:00
Owner
Item Status
/members/:id/show/edit Route exists but is never linked in the UI; editing uses /members/:id/edit.
/users/:id/show/edit Route exists but is never linked in the UI; editing uses /users/:id/edit.
PageController + home.html.heex No route uses them; root path is MemberLive.Index.
| Item | Status | |------|--------| | **`/members/:id/show/edit`** | Route exists but is **never linked** in the UI; editing uses `/members/:id/edit`. | | **`/users/:id/show/edit`** | Route exists but is **never linked** in the UI; editing uses `/users/:id/edit`. | | **PageController + home.html.heex** | **No route** uses them; root path is `MemberLive.Index`. |
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: local-it/mitgliederverwaltung#339
No description provided.