Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert all update handling to use updates #253

Open
chriskrycho opened this issue Jan 2, 2022 · 1 comment
Open

Convert all update handling to use updates #253

chriskrycho opened this issue Jan 2, 2022 · 1 comment
Labels
implementation code to write

Comments

@chriskrycho
Copy link
Owner

Instead of just as simple date, always make it a list:

updates:
  - at: <date>

Then update all updated: <date> to be updates: [<date>].

@chriskrycho chriskrycho added the implementation code to write label Jan 2, 2022
@chriskrycho
Copy link
Owner Author

It turns out this is a slightly more complicated change than I thought, because it's interacts interestingly with the idea of the "started" tag I created. Maybe it works if, and only if, I maintain two separate stacks of history: pre-“publication” and post-“publication”. That itself implies an interesting distinction, and runs right into some of the issues I note in Feeds Are Not Fit for Gardening. 🤔 More to consider here. (Also relevant for how I choose to encode this in my next-gen site builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation code to write
Projects
None yet
Development

No branches or pull requests

1 participant