www.spaceplanner.app

Web client to the spaceplanner API
git clone git://jacobedwards.org/www.spaceplanner.app
Log | Files | Refs

commit f3b9f2644697f6e9865843126ed1bc30c0033567
parent f8d36e92086135f9e3e5da7163b20e7ed9690038
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Mon, 19 Aug 2024 15:07:36 -0700

Remove redundant comment

Diffstat:
Mfiles/floorplans/floorplan/backend.js | 21---------------------
1 file changed, 0 insertions(+), 21 deletions(-)

diff --git a/files/floorplans/floorplan/backend.js b/files/floorplans/floorplan/backend.js @@ -40,27 +40,6 @@ export class FloorplanBackend { } /* - * Considered making a diff tree, decided against - * since I don't know how I would display it to the - * user usefully. Can still be done in the future. - * - * Array of diff sets (meant to be one user action). - * Oldest last, same with diffs: inside - * [ - * // Array of diffs - * { - * // In a map for future metadata - * // Ordered array of differences, in JSON patch format - * diff: [ - * { op: XXX, path: YYY, value: ZZZ, time: Date.now() } - * // e.g.: - * { op: "add", path: "points/399", value: { x: 302, y: 422 }: time: Date.now() } - * ] - * } - * ] - */ - - /* * I considered making a diff tree, but decided against it * because I won't know how much value there would be * in it, especially considering the difficulty in providing