-
Notifications
You must be signed in to change notification settings - Fork 129
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
Finally test managed storage #177
Comments
Hi, |
Of course, thanks. Feel free to take this on. Note that this is an issue that mostly consists of testing, so it is not assured you will get a PR at the end. However, it will likely result in at least some doc PRs, so this will then likely be a PR. 😃 |
Can I work on this? |
Sure, just note it's mostly a testing and doc task, as outlined before. |
@ paulis-reece If you need any pointers/help or have questions, feel free to ask. |
The module we use (https://github.com/TinyWebEx/AddonSettings) does abstract all the settings of the add-on and by default tries to query the option as a managed option first. Thus, any setting we use, should theoretically be able to be overwritten by an administrator and the user should not be able to change it, afterwards.
The module for the options page does handle the case, too.
Thus everything is already implemented and should™ work. However, without any testing, it is purely theory and practice can show it does not really work in one or more corner-cases (or at all 😉).
Docs
In addition to already linked docs for my own modules, these MD articles should explain everything that you need to know:
Also it's likely good to know what options are there and how they are saved internally. Actually, you can just refer to the default settings file, which should contain all options.
Don't forget to also read the general contributing guide.
Tasks for testing
BTW, before starting, please comment here/let me know.
qrCodeSize
setting. As you can see, it is a JSON object. Can an admin adjust any options there, independent of the others? And can a user still modify the others?The results below list the docs, created after "post-testing"… 😄
Result
Note: You do not have to do so. While it would be nice, obviously, this is not the task of this issue.
If you have any questions, feel free to ask. 😃
The text was updated successfully, but these errors were encountered: