ocaml / v3.ocaml.org-rescript

The next implementation of ocaml.org, built on OCaml, ReScript, NextJS, and Tailwind.
https://v3.ocaml.org
75 stars 10 forks source link

Implement a calendar component #404

Open patricoferris opened 3 years ago

patricoferris commented 3 years ago

There are a couple of different use cases for a calendar components that I think having a common implementation would now be useful (there's probably a library for doing it somewhere). Some use cases include:

I think all we need is the ability to provide the component with date-link pairs and for it to display a clickable date that takes you to an internal or external link associated with that (for example the weekly news information or the event page).

ghost commented 3 years ago

I imagine that we want a calendar control that supports agenda and monthly view, along with other views, and that we would default to the agenda view.

image

ghost commented 3 years ago

@patricoferris Please create use a checklist to create some subtasks. Different people might complete individual subtasks.