Added todos

This commit is contained in:
Lucid Kobold
2022-06-22 14:46:50 -05:00
parent b5d367b193
commit ac316918fe

View File

@@ -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 (
<Box>
<VStack