-
Notifications
You must be signed in to change notification settings - Fork 330
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
Update report builder API docs #1196
Conversation
The first part seems to be more of an overview of how the report builder API is structured, and how those parts should be used, before talking about how to specifically use it in system reports.
We are also detqailing how to write unit tests for them so that any errors can be found before they go into production
If we do not do this users may see and use features that are not part of the Moodle version they are coding for
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
I think that the issue is that on Windows if you run |
They were being forced to use Windows style slashes and a full path when I ran `yarn lint-staged`
⚡️ Lighthouse report for the deploy preview of this PR
|
Thanks @NeillM for documenting this - I'll have a look through these |
Thanks Paul |
I have:
I have attempted to ensure that the docs include API changes that have happened since Moodle 4.3
This change should hopefully implement most of the improvements I think would be useful in Issue #1192