Skip to content

Commit

Permalink
TODOs for modifying the filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
davish committed Dec 6, 2022
1 parent 9073fd1 commit e279042
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/calendars/EditableCalendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ export abstract class EditableCalendar extends Calendar {
fileCache: CachedMetadata,
contents: string
): OFCEvent[];

// TODO: Given an old and new event, return a pair of filenames will need to be modified to
// modify the event on disk. One can potentially be null if the event isn't moving between files.

// TODO: Given the text of the oldFile/newFile, return NEW text for the old/new file.
}

0 comments on commit e279042

Please sign in to comment.