Use file mtime for design-spec last-activity #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "design-spec-mtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Design specs in the Design stage always glowed sodium because
designs.Filehad no modification time — the web handler passedActive: trueunconditionally.This adds a
ModTimefield todesigns.File, populated fromos.StatinLocalSourceand from the Forgejo contents API'slast_modifiedfield inForgejoSource. The project handler now computesActiveviaisActive(f.ModTime), the same 7-day window rule used for every other flow item.Closes #6
99d1017933to92667fc721