Developer's Diary
Software development, with Terry Ebdon
31-May-2020 WebDoxy Weekly pages

Table of Contents

Page Hierarchy

The folder tree for journal entries is pretty simple: Day files within month folders that are grouped into annual folders.

For weekly projects the folder tree is more complex. Week files are grouped into quarters, within years. But there are also monthly summary files.

Page creation

A journal day page is added like this:

Note that daily pages are sub-pages of the monthly pages. That logic doesn't work for the weekly hierarchy, as week pages can span two months. A week page will instead be a sub-page of the relevant quarter. For weekly page creation the sequence might change to something like this:

This is a rough conceptual sequence, the real implementation would be cleaner.

30-MAY-2020 👈 Top of page 👉 01-JUN-2020

© 2020 Terry Ebdon.

Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.