Results 7 comments of ayao

Is this issue still open? I have made the changes and updated a few links and I want to push it!

@seancolsen Can I tackle this issue!

Hi @kgodey! This is actually my first ever issue, and I was wondering about the specifics of the fix you wanted me to implement! Since this is a backend task,...

Thank you so much! I am excited to contribute!!

I can try to code up all four for user-testing purposes then! I am also a bit new to git, so should I create my own branch and maybe put...

Sounds good! Would the change just be one small thing then, Changing this to -name instead of created_at? `def get_queryset(self): qs = Schema.objects.all().order_by('-created_at') return self.access_policy.scope_viewset_queryset(self.request, qs)`

Hi @kgodey I made my commit to my branch! It is called ayaobranch, should I run git push?