When downloading a project, would it be possible to implement a search, so it's easier to find the right project? (It's probably out of scope, wanted to bring it up anyway in case it's an easy fix.)
Solution
Because api doesn't provide filter (except permission filter), but we can get it based on organization or from it's user
First solution:
make input filters for organization and username and add as parameter when check it
maybe also add filter using project name using autocomplete to just show matched project
secondly:
get all available projects, then there is inputs that will filter it (based organization, username or project name or maybe other fields
Problem
Oliver's question :
Solution
Because api doesn't provide filter (except permission filter), but we can get it based on organization or from it's user
First solution:
secondly: get all available projects, then there is inputs that will filter it (based organization, username or project name or maybe other fields