From ba392c218664937dbd07411a38cbbc4e6f0c69b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 16 Oct 2023 15:02:42 +0200 Subject: Add number of clearifying comments + minor cleanup. --- module/vcomponent/data-stores/common.scm | 2 ++ module/vcomponent/duration.scm | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'module/vcomponent') diff --git a/module/vcomponent/data-stores/common.scm b/module/vcomponent/data-stores/common.scm index 2fb4422a..f9dee506 100644 --- a/module/vcomponent/data-stores/common.scm +++ b/module/vcomponent/data-stores/common.scm @@ -6,6 +6,8 @@ get-all get-by-uid)) +;;; This should NOT inherit from WebDAV . +;;; Instead, CalDAV resources should hold a reference to a calendar data store. (define-class () ;; (path init-keyword: path: diff --git a/module/vcomponent/duration.scm b/module/vcomponent/duration.scm index 449645fc..83f3d6e7 100644 --- a/module/vcomponent/duration.scm +++ b/module/vcomponent/duration.scm @@ -11,6 +11,10 @@ format-duration )) +;;; TODO Write tests for this + +;;; TODO replace record type + (define-immutable-record-type (make-duration sign week day dur-time) duration? -- cgit v1.2.3