Django-React-Blog icon indicating copy to clipboard operation
Django-React-Blog copied to clipboard

Add feature to filter own posts.

Open sahilrider opened this issue 6 years ago • 2 comments

It would be nice to filter own posts or to sort the posts as per some criteria.

sahilrider avatar Sep 26 '18 18:09 sahilrider

Sure!! will do that

vinitraj10 avatar Oct 06 '18 11:10 vinitraj10

Wrote a custom APIView in Backend/post/views.py called AuthorPostView that returns all the posts made by a user by querying author__username and linked it to url with regex - r'^author/(?P<username>[-\w]+)/$'.

Frontend to be completed. Pull requested - #24

mentix02 avatar Oct 31 '18 17:10 mentix02