From ac316918fee3f0341ebcff7bff3243c124a6e1d3 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:46:50 -0500 Subject: [PATCH] Added todos --- src/components/tutorial/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/tutorial/index.tsx b/src/components/tutorial/index.tsx index 2c38b9c..b0ed2ab 100644 --- a/src/components/tutorial/index.tsx +++ b/src/components/tutorial/index.tsx @@ -40,6 +40,14 @@ const Tutorial = ({ setRememberComplete(!rememberComplete); }; + // TODO: Add an expiration validator. + // TODO: Add a version validator that removed the completed tutorial storages when there were major changes to the tutorial. + // * The changes are tracked via env variables. The last version that user saw the tutorial is saved in storage. + + // TODO: Break up this component into reusable components that will generate headers and the content section. + // * Pass in if the component to be generated is the last component so the dividers can be conditionally rendered. + // * Pass in the type of component: text, calender, type of calender. + return (