From e753d721519f72014241b3d2fc804a919f655769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 7 Sep 2023 02:58:41 +0200 Subject: Document remaining javascript items. --- static/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'static/README.md') diff --git a/static/README.md b/static/README.md index fe5f775c..1cb18411 100644 --- a/static/README.md +++ b/static/README.md @@ -1,5 +1,15 @@ The frontend code has its entry-point in `script.ts`. +Much of this code assumes prior knowledge of the iCalendar standard (RFC +5545). Besides that, the term "VComponent" is used to refer to any Calendar +Component as specified in that RFC under 3.6. + +## Data Flow + +TODO document how data gets from the server to us, and from us to the server. + +A large part of this is how much we convert between serialization formats. + ## web components All elements are initialized in components.ts -- cgit v1.2.3