Status report: consultancy team, week 10, 2026

Caolan

Mike

  • Emit Event When a Comment Is Clicked
    • Implemented
    • The ids are not persistent
  • Sync Comment Resolution Status
    • Implemented

Tomaz

Calc: Pre-View Spreadsheet Filtering

  • Started moving rest of ScDocFunc and ScDBDocFunc methods to operation framework
    • then adding sync for sheet views and a test case to make sure it syncs correctly
  • removed un-synced state in core - we shouldn’t get into such a state anymore
  • either we can sync or can’t run the operation
  • there are cases when input intersecting with auto-filter will not be allowed
  • Looked into undo/redo - need to perform sync the sheet views after undo or redo
    • we always do the operation on the default sheet, then sync to sheet views
    • so if we undo we undo the default view operation, but we only need to sync the state again
  • After all the current commits are in, this will be mostly background task to move the remaining less used methods to operations framework
    • but generally this task should be done and ready for extensive testing

Miklos

Worked on: