php-reports icon indicating copy to clipboard operation
php-reports copied to clipboard

Report Editor

Open jdorn opened this issue 12 years ago • 2 comments

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.

jdorn avatar May 20 '12 17:05 jdorn

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?

jdorn avatar Aug 06 '12 16:08 jdorn

that kind of editing would need to be locked down for the roles side of things :)

blades avatar Jun 03 '15 19:06 blades