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

Document management for asset files #49

Open
aclysma opened this issue Sep 16, 2013 · 0 comments
Open

Document management for asset files #49

aclysma opened this issue Sep 16, 2013 · 0 comments
Assignees

Comments

@aclysma
Copy link
Member

aclysma commented Sep 16, 2013

Need to implement functionality similar to the DocumentManager that takes care of assets. Minimal functionality would include:

  • Knowing if an asset has in-memory changes that are not on disk
  • Knowing asset on disk was modified so we can reload
  • Forcing assets/packages to fully load (i.e. add a reference count for purpose of editor wanting to use reference them)

The document manager currently does the following for files:

  • Open
  • Save
  • Save All
  • Close
  • Close All
  • Query if allow changes/Force allow changes
  • Query checkout status/Checkout
  • IsOpen
  • New

We also want a plan for detecting changed assets and updating entities, or updating assets that depend on some other asset.

This is the bulk of the functionality required for the editor to manipulate raw assets.

@ghost ghost assigned aclysma Sep 16, 2013
@gorlak gorlak changed the title Editor Asset Tracking Document management for asset files Aug 6, 2017
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

No branches or pull requests

1 participant