KnightHacks / club-site-2021

KnightHacks Club Site. 💫
https://club.knighthacks.org
MIT License
3 stars 1 forks source link

Use node API for backend event fetching #125

Closed suneettipirneni closed 3 years ago

suneettipirneni commented 3 years ago

Uses @knighthacks/hackathon package to fetch backend data. In a nutshell, the package takes care of date serialization as well as converting snake_case keys to the more javascript-compliant camelCase keys + entity type definitions.

Closes #46

I haven't looked fully at #85, but if there are any UI changes in that PR I believe they should be merged into this.

aileenpongnon commented 3 years ago

this work was completed by leah a few months ago, instead of overwriting her work instead I'd suggest you implement your work into hers for any suggestions / corrections you think should be made!

suneettipirneni commented 3 years ago

will do

this work was completed by leah a few months ago, instead of overwriting her work instead I'd suggest you implement your work into hers for any suggestions / corrections you think should be made!

will do