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

Refactor filesystem #137

Closed
11 tasks done
nadar opened this issue May 28, 2018 · 1 comment
Closed
11 tasks done

Refactor filesystem #137

nadar opened this issue May 28, 2018 · 1 comment
Assignees

Comments

@nadar
Copy link
Member

nadar commented May 28, 2018

In order to support large amount of files and images with the file system, the angular filemanager needs an option or is enabled by default:

  • do not load all data on a single request (files and images)
  • load requested file with single async request (files and images).
  • filemanager folders needs pagination

Todos:

  • File replace
  • File Download
  • File rename
  • File delete container reload
  • Angular Image/File Service should cache the image / file detail informations
  • Update caption wont reload cached files list.
  • upload file from copy past stack
  • Filters will be applies everytime the directive is opened.
  • File detail xhr info, remove user data.
  • Problem with file replace, caching and thumbnail preview/replace.
  • When a filter is applied, the crud is closed (not browser reload!), and reopen the crud the filter apply xhr will be run again because the the "images" information in getFile() is still the old value, we need an option to override those "singleton service data".
@nadar nadar self-assigned this May 28, 2018
nadar added a commit that referenced this issue Jun 18, 2018
nadar added a commit that referenced this issue Jun 21, 2018
nadar added a commit that referenced this issue Jun 25, 2018
nadar added a commit that referenced this issue Jun 25, 2018
@nadar nadar changed the title large amount of filesystem data Refactor filesystem Jul 4, 2018
@TheMaaarc
Copy link
Member

There is an issue with removing images from zaa-image-upload: https://goo.gl/Pktta1

@nadar nadar added the bug label Jul 4, 2018
baqianxin pushed a commit to baqianxin/luya-module-admin that referenced this issue Jul 10, 2018
baqianxin pushed a commit to baqianxin/luya-module-admin that referenced this issue Jul 10, 2018
baqianxin pushed a commit to baqianxin/luya-module-admin that referenced this issue Jul 10, 2018
nadar added a commit that referenced this issue Jul 11, 2018
nadar added a commit that referenced this issue Jul 11, 2018
@nadar nadar closed this as completed in 4421827 Sep 3, 2018
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