Replies: 2 comments 5 replies
-
Also while going through the code. I saw you're storing all these data inside the application itself with image URL already there in it. wouldn't it be good practice to store these data in some database and retrieve it from there ? So to reduce the size of your final build. |
Beta Was this translation helpful? Give feedback.
-
List and Card view hmm, ClassPro was meant to be designed mostly for mobile devices. Using a card layout might make it better for the desktop device but we intended the use for mobiles mostly, using a card layout in mobile is useless as it takes unwanted padding space instead. And users always tend to lose interest when they see repeated elements such as a grid of cards due to the repetition. This is a big headache to choose one reliable way especially for UX as both has its drawbacks, so list would be a safer choice as most will not scroll down rather search it up to get the faculty instead. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Rahul,
Firstly, Amazing job.
I was going through you new modified classpro application. Have to say really impressed by what you've build.
And not to mention the one of the actual working and up to date resources list.
You have got it absolutely right to absolute details.
One thing which was bothering me when I went to the faculty page was its layout choices. Its better recommended when you have such vast amount of data (2000+ faculties) and specifically person data, to order them into some kind of Card layout for easy accessibility and improved visibility. But you have opted for a list kind view (to be honest, its UI is also great).
Can you provide some insight if this was a carefully taken decision or just something which you'll working upon later down the road.
Anyways, Amazing job once again. Keep up the good deed.
Beta Was this translation helpful? Give feedback.
All reactions