projects: ProjectDetail view is a 'coming soon' placeholder stub #92
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#92
Loading…
Add table
Add a link
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?
island.rs:119-156renders theProjectDetailroute as a centred placeholder reading"Project detail view coming soon"with the raw SID underneath. Users can deep-link to the detail route but see nothing useful.Fix: implement a real read-only detail view showing name, description, status, priority, progress, notes, tags (matches the fields rendered in
ProjectCard). Edit/delete can come in a follow-up. Same shape as contacts'ContactDetail.