Summary
Build the log_undo_action() function to track reversible operations, such as deletions or edits, so they can be undone later.
Tasks
Outcome
Provides a foundation for a future undo system by logging original states of modified/deleted content.
Summary
Build the
log_undo_action()function to track reversible operations, such as deletions or edits, so they can be undone later.Tasks
log_undo_action()in logger.py/logs/{date}/undo.jsonOutcome
Provides a foundation for a future undo system by logging original states of modified/deleted content.