aboutsummaryrefslogtreecommitdiff
path: root/static/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'static/README.md')
-rw-r--r--static/README.md10
1 files changed, 10 insertions, 0 deletions
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