Project

Profile

Help

Task #3079

Updated by dkliban@redhat.com over 6 years ago

As an authenticated user I can This task should be marked "groomed" when both questions are answered. 

 1) What are the filtering use cases for this viewset? 
 2) What filters on Repositories list:  

     id: (id_in_list) # id equality is not necessary, v3/repositories/<UUID>/ 
     name: (equality, name_in_list) (field and FilterSet) should this viewset include? 

 https://django-filter.readthedocs.io/en/latest/ref/filters.html#filters

Back