From 6addc4a38bffd211210d8e97cd9d7216e95a90c4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 5 Nov 2020 19:44:06 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 31 +++++++++++++++++++++++++++++++ ayanova/package-lock.json | 5 +++++ ayanova/package.json | 1 + 3 files changed, 37 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9375d35f..2736daa6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -17,6 +17,35 @@ todo: can I support keycodes for saving in AyaNova and other shit that are the s todo: how to and search for memory leaks, excercise all forms and make sure now + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@ ROADMAP STAGE 6 - "REALITY" All in on porting over all the real objects from v7 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@ -47,6 +76,8 @@ EACH OBJECT DEV CYCLE: imports and flows through to new front end viewable and searchable and printable etc REPORTING Reportable + DASHBOARD + Add widget if dashboardable https://docs.google.com/document/d/1cEesyryhM0zYkH0PEswiuOezUTA_Nv5Xn3jfBczdQmk/edit diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index 47f0efc6..624f3182 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -11633,6 +11633,11 @@ "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", "dev": true }, + "hotkeys-js": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.8.1.tgz", + "integrity": "sha512-YlhVQtyG9f1b7GhtzdhR0Pl+cImD1ZrKI6zYUa7QLd0zuThiL7RzZ+ANJyy7z+kmcCpNYBf5PjBa3CjiQ5PFpw==" + }, "hpack.js": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", diff --git a/ayanova/package.json b/ayanova/package.json index a66ab491..61d99d4a 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -24,6 +24,7 @@ "dompurify": "^2.1.1", "fontsource-roboto": "^3.0.3", "github-markdown-css": "^4.0.0", + "hotkeys-js": "^3.8.1", "jwt-decode": "^3.0.0", "luxon": "^1.25.0", "marked": "^1.2.2",