-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/refactor landing #62
Conversation
title: list.name, | ||
days: timeAgo(list.created), | ||
assigneeNames: constructAssigneeNames(list.assignees), | ||
href: `/destruction-list/${list.name}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to use the name here? In the detail view I had used the pk
, but we should maybe add uuids to the destruction list model and then use those 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be the PK/uuid indeed but the detail view is missing in main? What do you prefer, pk or uuid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed: it is still a PR: #54
We can make it pk
for now, and once we have uuids, use those?
bf1519a
to
18e8db0
Compare
This requires: maykinmedia/admin-ui#75 to me merged and released.