ksauraj / jee_counsellor

"Introducing jee_counsellor - a tool to display colleges based on Jee Mains rank. Get personalized informations based on your rank and make informed decisions.
GNU General Public License v3.0
13 stars 8 forks source link

tool: implement page indexing system in cli tool. #22

Open ksauraj opened 7 months ago

ksauraj commented 7 months ago

Implement a page indexing system for Institutes listing.

Institutes section contains large numbers of elements, which looks ugly to display all at once. So, we can implement a page indexing system which can display entries in bunches. Like at page 1 it will display 15 entries ( including the arbitrary "All" option ) and page 2 next 15 entries and we can switch between pages which choosing Institute types.

Any enhancement in Idea itself is welcomed ☺️

Refrence - https://github.com/ksauraj/jee_counsellor/commit/20b6257e9f226f9075976898c30658a737cf11b1

I failed to implement it properly that time, So I just removed it 😅###

Tholkappiar commented 7 months ago

can you assign this issue to me ?

ksauraj commented 7 months ago

yah sure, go agead

Tholkappiar commented 7 months ago

For the clarification ,the indexing feat is for webpage or for the cli tool ?

ksauraj commented 7 months ago

For the clarification ,the indexing feat is for webpage or for the cli tool ?

for tool in cli mode, check the reference i gave.

Tholkappiar commented 7 months ago

yeah okay thank you !