-
Notifications
You must be signed in to change notification settings - Fork 282
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
user defined fields #1833
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
What would you think of the following feature breakdown? 🙂
|
Looks good to me 🙂 - though the proposed API looks a bit rough at the moment. This will only allow key / value pairs and therefore not allow checkboxes, radio buttons and selects.
"customAttributes": [
{
"id": "1",
"label": "Start date",
"type": "date",
"value": "2020-02-02T19:00:00"
}
]
|
Yes, I think we should have types from the beginning, even if we start off with only a limited set or just text. Apart from that it might be worth to think about how we can store types properly in the database so ideally we can also use proper sql queries if we have a date or integer we want to query for.
I guess for user defined fields just having the label as entered is fine. What I had in mind is that there could be also a list of predefined custom fields that would offer additional features, e.g. could be mapped to CalDAV. The start date would be a good example for that. For those translations would of course make sense, but for user defined storing custom translations seems a bit to much to me. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I'm wondering, would it be possible to expose a unique Id of the card as part of this? Would be handy to have the option. |
Hi people working on #1833 I've been eagerly watching this as custom fields on cards appears to be a valuable enhancement. |
Hi @stevecopecs, The closed issues mentioned above are mostly duplicates closed in favour of this issue. As for the state of this issue; it looks like the maintainers are interested, and there has been some unfinished discussion on how to implement this. However, Unless a developer gets involved to code this, it could be some time before it gets done. |
Is there any way indication of cost / work estimation for a dev ? |
Any news on that request? 3 years since the creation and no updates. |
option to add special fields
maybe with option to show/hide fields in card overview
The text was updated successfully, but these errors were encountered: