I have been creating to-do lists for each project as files within the project folder. I’ve edited them in VS Code. They are in the following form.
BiographyTest Project
Design:
-- ?? Make Biography label linkable to expanded text and photos ??
-- ?? Make Children names linkable to images of them ??
Code:
-- create label constants for the various elements; ::before ::after tutorial
-- create variables to contain text next to labels for various elements; anticpating js.script
-- create thumbnail elements and make them linkable
Lineage Project
Design:
--
Code:
--
Other:
It occurred to me that GH repos might be a better place to keep them. What do you recommend?
Are there ‘best practices’ suggestions somewhere for GH that I should read?
tia