Custom lists of objects #8231
Replies: 4 comments 4 replies
-
Thanks for the suggestion, turning this into a discussion! |
Beta Was this translation helpful? Give feedback.
-
@Bonapara no worries! It would be a great feature for us. |
Beta Was this translation helpful? Give feedback.
-
Favorites and favorites folders are about to be released. You won't be able to see their content in lists or kanbans yet, but they will eventually become a list feature. |
Beta Was this translation helpful? Give feedback.
-
@Bonapara We had to work around this today in an operational deployment. We want to track participants in user testing rounds. To do this, it required
Then we wanted to track properties about that round of user testing which might only apply in that context - for example a field might be a boolean 'round 1 prep completed' or 'round 2 ethics consent signed'. Currently to add these fields we would need to either use notes (which can't be tabulated well), or add fields to every Person, even though only a very small subset would use the field. I think this would be a killer feature to a) allow lists of a specific object which are self-contained requiring no additional field to manage (or at least this is hidden from the user) b) allow attributes/fields to be specific to a list, so that property is only visible/usable for that object if they are involved in that list. Then the workflow would become
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Scope & Context
We would like to be able to create lists of objects without having to create a view which filters over a value.
Current behavior
Say I want a list which is a saved subset of People. Right now, I have to create some new property over which I can filter, so that this list reflects my selection of People.
Expected behavior
I would like a new type of View which is just a List. This list has a selection of People (or any object type), and can be added to and removed from. This List is shared between users, and in all other ways operates the same as other Views. The List could be filtered, but this filter would not be saved to the List (since the list inclusion/exclusion itself is the filter). The List could be ordered, and this order would be shared between users.
Example:
I want to create a 'campaign email list' which is just a selection of People. I can then export from this list easily, for example. Right now it takes a lot of steps to do this very simple action - i.e. data model-> add property -> add view -> filter by this property -> go back to all people -> modify property -> see this reflected in filtered list. I would prefer the ability to just maintain standalone lists.
Beta Was this translation helpful? Give feedback.
All reactions