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

Missing information in scope statement #111

Closed
FewerFlaws opened this issue Feb 23, 2021 · 1 comment
Closed

Missing information in scope statement #111

FewerFlaws opened this issue Feb 23, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@FewerFlaws
Copy link

I had to dig into source code to figure out which image formats are supported. It would be nice if this information was presented in the feature list.

At a glance it looks like client-side caching is used. This is another item to present on the feature list.

A statement about access control would also be nice. At the moment it looks like there is none.

@Webreaper Webreaper added the documentation Improvements or additions to documentation label Feb 23, 2021
@Webreaper
Copy link
Owner

Yes, I need to add supported image formats to the readme and website - thanks. More importantly, I need to list key formats which aren't supported (e.g., HEIC, as mentioned in #17).

Client-side caching isn't used explicitly, but yes, thumbs etc will be cached client-side by the browser.

And whilst access control and user identity isn't explicitly mentioned in the docs, it is mentioned in #8. But I'll add a note in the Readme.

Webreaper added a commit that referenced this issue Feb 24, 2021
Additions to scope details (#111)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants