UTDNebula / survival-guide

UTD Survival Guide is a guide to being a college student and making the most of your time at UT Dallas and after graduation.
https://guide.utdnebula.com
MIT License
10 stars 0 forks source link

Implement Chapter View Page #86

Open JosephChang1 opened 1 year ago

JosephChang1 commented 1 year ago

Overview

Implement Chapter View Page to see entries under chapters

What Changed

test_chapters.json that's filled with chapter test data [chapterId].tsx that builds chapter view page GuideEntryBlock and GuideEntryListView that build page component lib folder with schema.ts that exports frequently-used types.

Other Notes

Only two chapters for now, access through .../chapter/introduction and .../chapter/test

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
survival-guide ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 24, 2023 10:15pm
JosephChang1 commented 1 year ago

It seems the deployment would fail due to font related issue if the package json is updated, I've restore the old package json and fixed it in this pull request. Need to avoid this in the future.