php-reports
php-reports copied to clipboard
Report Editor
Add an in-browser report editor that lets you create, edit, delete, rename, and move directories and reports in $reportDir.
There will be a manage reports link on the report list page and an edit link on individual reports.
Try to use an existing file browser plugin instead of building a custom one.
Have basic editor implemented. The url is /edit/?report=path/to/report.sql
Implemented:
- Syntax highlighting editor (ACE)
Todo:
- Link on individual reports that takes you to the edit view
- Create new reports
- Rename/move reports and directories
- Delete report?
that kind of editing would need to be locked down for the roles side of things :)