view-by-distance-mklink-con.../Shared/.kanbn/tasks/set-date-taken-when-missing.md
2023-08-06 18:28:52 -07:00

864 B

created, updated, status, type, started
created updated status type started
2023-08-07T00:19:34.162Z 2023-08-07T00:19:34.162Z 2-Todo kanbn 2023-07-08T21:47:12.461Z

Set Date Taken When Missing

records = (from l in unordered orderby l.DateTime, l.FileHolder.Name.Length, l.FileHolder.Name select l).ToArray();
return new(result, (from l in results orderby l.FileHolder.CreationTime, l.FileHolder.FullName.Length descending select l).ToArray());

Sub-tasks

  • Set just one directory with no original and re-run Instance to verify it doesn't break anything
  • Set just one directory with all original and re-run Instance to verify it doesn't break anything
  • [?] Set just one directory with mixed original and re-run Instance to verify it doesn't break anything
  • Set all and re-run Instance to verify it doesn't break anything
  • Review above lines