cgwire / zou

Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
166 stars 103 forks source link

[user] Allow to managers to share project filters #811

Closed frankrousseau closed 3 months ago

frankrousseau commented 3 months ago

Problem

It's not possible for managers to share filters with the rest of the team.

Solution

Add an is_shared flag to the search_filter model. Allow managers to set it to true. Returns it in user filter list.

EvanBldy commented 3 months ago

Thanks !