Skip to content

Conversation

@fdamhaut
Copy link
Contributor

Description:

description of this task, what is implemented and why it is implemented that way.

Task: TASK_ID

review checklist

  • feature is organized in plugin, or UI components
  • support of duplicate sheet (deep copy)
  • in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • in model/UI: ranges are strings (to show the user)
  • undo-able commands (uses this.history.update)
  • multiuser-able commands (has inverse commands and transformations where needed)
  • new/updated/removed commands are documented
  • exportable in excel
  • translations (_t("qmsdf %s", abc))
  • unit tested
  • clean commented code
  • track breaking changes
  • doc is rebuild (npm run doc)
  • status is correct in Odoo

Remove format from cell and add a format to the style plugin

Task-id: 5342904
- Refactor autofill rules to use cellData instead of cells
- Add OrderedRegistry to handle priority in registry's getAll

Task-id: 5342904
@robodoo
Copy link
Collaborator

robodoo commented Nov 24, 2025

Pull request status dashboard

Implement SequenceSet to efficiently store and access set of
sequential numbers.
getEvaluationZone return the smallest zone which encompass
all the cell which have been used for the latest evaluation
of a given sheet.
Avoid storing all header size and only store minimum amount of position
@fdamhaut fdamhaut force-pushed the master-infinite-viewport-perf-flda branch from b389a22 to 1246f4a Compare November 27, 2025 13:38
@fdamhaut fdamhaut force-pushed the master-infinite-viewport-perf-flda branch from 1246f4a to fec44c7 Compare November 27, 2025 15:04
@fdamhaut fdamhaut force-pushed the master-infinite-viewport-perf-flda branch from fec44c7 to 7387ddc Compare November 28, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants