gdsc-jssstu/gdsc-3.0

Improvements

Opened this issue · 0 comments

ss467 commented
  1. Go ahead and use the GDSC tech account while you're in the development and keep the original account for the big show(production). This trick will cut down on the number of API calls you make while tinkering.

  2. Throw in some pagination magic to make sure you're not pestering the API too much when you're hunting for events.

  3. Make those images a little lazy – use lazy loading and pick lower-res images. It'll make things load faster and take the load off the server.

  4. Get fancy with pagination for projects page and give the graphic designers to work on thumbnails that match the resolution specs. They're looking a bit weird right now.