cuhacking / 2025

Flagship platform for cuHacking's 2025 hackathon.
13 stars 8 forks source link

docs(welcome-to-docs): add cuHacking Google calendar #80

Open HasithDeAlwis opened 2 months ago

HasithDeAlwis commented 2 months ago

What is the feature?

Since the docs are our main source of truth, we want to ensure, someone can go to the docs site and have everything they need. Therefore, it only makes sense to have our Google calendar on our docs site to minimize any context switching and confusion.

Overview

Solution

Use Full Calendar package to showoff our google calendar because of its ease of use, open source, and it works with the Google API

Describe alternatives you've considered

Goals

  1. Have robust testing for the calendar
  2. Ensure the calendar is responsive
HasithDeAlwis commented 1 month ago

Documenting for clarity:

cheenoxd commented 1 week ago

id like to take this on, can easily use the full calendar package to implement googles calendar given cuhacking calendar is public. Could add 'calendar' under Categories on the welcome page (./calendar)

HasithDeAlwis commented 1 week ago

id like to take this on, can easily use the full calendar package to implement googles calendar given cuhacking calendar is public. Could add 'calendar' under Categories on the welcome page (./calendar)

Amazing, please go ahead, I'll assign this to you. Make sure you add tests for this, I just test to make sure the correct date shows up. Don't test for visibility on events. Complications may arise with .env, use node:process for the time being. If you need guidance let us know.