Field Type Vec<String>

Hi, I love the implementation of tags, but now I kinda want something similar.

As there is no way of nesting equipment yet, and no way to add a list of equipment, I was using tags to keep track of equipment used in activities (and planning up front using tags in planned workouts)

Now that tags are visible on the calendar I actually started to use them as tags as well, but now every workout has a rather long „name“

So my question or feature request is: can we have fields in both done activities and planned workouts on the calendar which are a list of strings? Kinda like tags, but as a separate field, that is not shown on the calendar. Copying that field from planned to linked like the tags do would be a benefit, but it would be no problem to do that automatically afterwards. So just the ability to declare a field with a type: Vec would be great.

Hope that makes sense

@david Any updates on that front?

I will have a look but adding a non-scalar type has impact in a lot of places so I have to be careful.

1 Like

Any more insights on that?