Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recalculate resource refs on editor update #213

Closed
olensmar opened this issue Aug 10, 2021 · 0 comments
Closed

Recalculate resource refs on editor update #213

olensmar opened this issue Aug 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@olensmar
Copy link
Member

We currently recalculate resource refs when a resource is saved in the source or form editors - we should be able to recalculate while the user is editing - given that we:

  • use a debounce to avoid recalculating for every keypress
  • only recalculate links that could actually be affected by changes in the current resource
  • update the underlying resource and mark it as "dirty" somehow - also in the navigator - so that users can save it later or do batch saves (as suggested by Batch-save of changed resources #180
@olensmar olensmar added the enhancement New feature or request label Aug 10, 2021
@olensmar olensmar added this to the 1.1.0 release milestone Aug 18, 2021
@devcatalin devcatalin self-assigned this Aug 18, 2021
@devcatalin devcatalin moved this from To do to Done in Resource creation/manipulation Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants