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

Change status on owned relations is visible on owner #2378

Open
chillu opened this issue Jan 31, 2019 · 0 comments
Open

Change status on owned relations is visible on owner #2378

chillu opened this issue Jan 31, 2019 · 0 comments

Comments

@chillu
Copy link
Member

chillu commented Jan 31, 2019

Overview

We're creating a data model for tracking changes in an ownership graph via silverstripe/silverstripe-versioned#195. This data model needs to be exposed to the UI consistently to be useful

Acceptance Criteria

  • When changing a (direct or indirect) owned relationship, the owner is marked as changed wherever this change indicator already exists: Tree icons, Tree labels, GridField lists, GridField detail forms, search results, files
  • The change computation does not significantly impact the UI loading times
  • The change computation affects which UI actions are available (e.g. "rollback" button in pages section)
  • Where feasible, change indicators are calculated in batch to reduce the number of queries required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants