Algo-Phantoms / Algo-Phantoms-Backend

💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
MIT License
43 stars 37 forks source link

Add Pagination.py #29

Closed hasanmdarif closed 3 years ago

hasanmdarif commented 3 years ago

Hey, I want to add pagination for quiz app. If you find it relevant, please assign me for this under gssoc21. Thank you. P.S: please check the attached file. Screenshot from 2021-03-14 11-26-34

harsh7in commented 3 years ago

@diyajaiswal11?

harsh7in commented 3 years ago

@hasanmdarif assigned to you

diyajaiswal11 commented 3 years ago

Hey @hasanmdarif , Please try to use _from restframework.pagination import PageNumberPagination as it is really easy to use and keeps the code clean. Let me know if you're stuck anywhere.

hasanmdarif commented 3 years ago

Hey @hasanmdarif , Please try to use _from restframework.pagination import PageNumberPagination as it is really easy to use and keeps the code clean. Let me know if you're stuck anywhere.

Sure. Please add relevant labels like gssoc21 and the level of problem

Pushpit07 commented 3 years ago

Is this done or can I take it up? It's just 4-5 lines of code to be added

harsh7in commented 3 years ago

Is this done or can I take it up? It's just 4-5 lines of code to be added

This is already done