NUDelta / dtr-web

Northwestern's Design, Technology, and Research (DTR) Program Website
http://dtr.northwestern.edu/
1 stars 0 forks source link

Optimizing amount of data sent to client #52

Closed kapil1garg closed 2 years ago

kapil1garg commented 2 years ago

This PR aims to reduce the amount of data sent from the server to the client after being pulled from Airtable. To do this, this PR implements a PartialPerson and PartialProject type that only includes the data that sig.ts and project.ts need to display SIGs on the /project page and individual projects on each project//[id] page.

Note that should should be merged in after PR #49.

Closes #50