nwplus / external-templates

One repo to rule them all. Done with Next.js and Firebase, for external hackathon websites.
4 stars 1 forks source link

Implement website config page on CMS #34

Closed kozr closed 3 years ago

kozr commented 3 years ago

Design and implement a new page in CMS for modifying website configs for each hackathon.

Refer to BuildConfig under cmd-f2021

3 tabs, with componentStyling having an expandable box for each website section.

kozr commented 3 years ago

@vincentchiang1 I've reduced your portion to only making and implementing a new page for CMS.

ianmah commented 3 years ago

Vincent and I synced about the task to intro him to the codebase and the task. He's planning on starting this week

vincentchiang1 commented 3 years ago

Ian helped brief me about CMS repo and the ticket this week. i cloned the repo and set up a page/tab for BuildConfig, just figuring out now what kind of elements to use to display the fields and how to read the values

vincentchiang1 commented 3 years ago

update this week: reading the build config data from firebase now, just need to make it look prettier!

vincentchiang1 commented 3 years ago

PR is up https://github.com/nwplus/CMS-V2/pull/72