You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a folder is marked as "Archived", all descendant folders and files should also be flagged as "Archived". This can be an inferred attribute, it doesn't have to be explicitly set in the metadata.
If we unarchive a folder, we should prompt the user if they want to mark all explicitly archived files as unarchived now (if any exist). The edge case we are considering:
User marks one or more files as "Archived"
User marks the containing folder as "Archived"
User removes the "Archived" attribute from the containing folder
The question is if StatWrap should automatically unarchive all descendant files, or should the ones explicitly set as archived in step 1 continue to be considered archived. Prompting the user will allow them to make that decision.
The text was updated successfully, but these errors were encountered:
If a folder is marked as "Archived", all descendant folders and files should also be flagged as "Archived". This can be an inferred attribute, it doesn't have to be explicitly set in the metadata.
If we unarchive a folder, we should prompt the user if they want to mark all explicitly archived files as unarchived now (if any exist). The edge case we are considering:
The question is if StatWrap should automatically unarchive all descendant files, or should the ones explicitly set as archived in step 1 continue to be considered archived. Prompting the user will allow them to make that decision.
The text was updated successfully, but these errors were encountered: