malviyaHimanshu / AlumniPortal

Website for alumni affairs, IIITDM

Home Page:https://alumniportal.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alumni Portal

The Alumni Portal allows alumni to connect with each other, stay up-to-date on school news, and find resources and opportunities.

Alumni Portal

Made with đź’– by CS Club IIITDM.

Built with

Page Speed Insights report

Page Insights report

Data fetching

/ route

  • Newsroom - data lives in newsroom table supabase - ISR
  • Activities - data lives in newsroom table supabase - ISR
  • Carousel - data lives in newsroom table supabase - ISR

/about route

  • data lives in content/about.ts file - SSG

/events route

  • data lives in activities table supabase - ISR

/events/[id] route

  • data lives in activities table supabase - ISR

/gallery route

  • data lives in gallery table supabase - ISR

/newsroom

  • data lives in newsroom table supabase ISR
/newsroom/[id]
  • data lives in newsroom table supabase ISR

/alumniDirectory

  • SSG

Todo

  • update team member details (images)
  • moving deployment to cs club vercel account
  • update search console
  • link alumniDirectory to google sheets

How to update team members data

  • team member's data is present in about.ts file.
  • as it changes only once per academic year, it doesn't make any sense to store it in supabase.
  • you will see a lot of variable exports.
  • follow the schema and update them accordingly.
  • image path can be from supabase or a relative path to this file.

About

Website for alumni affairs, IIITDM

https://alumniportal.vercel.app/


Languages

Language:TypeScript 97.4%Language:CSS 1.5%Language:JavaScript 1.1%