CamJak / Boss-Integrated-Scheduler

A tool to allow easier schedule creation using BOSS at LA Tech
https://boss-integrated-scheduler.vercel.app
3 stars 0 forks source link

Calendar: Add ability to select quarter #24

Closed jackjohn7 closed 1 year ago

jackjohn7 commented 1 year ago

Summary

Allow user to select a quarter.

Could implement using a svelte store that interfaces with localStorage.

jackjohn7 commented 1 year ago

User can select quarter from a dropdown in the navigation bar. It's saved and loaded from localStorage in the browser. We interact with it using a Svelte store.