[ic] Table Editor - Next Generation

Stefan Hornburg (Racke) racke at linuxia.de
Thu Dec 12 10:18:03 UTC 2013


We started a Table Editor project which consists of a lean API provided by a Dancer
application and a JavaScript driven frontend based on Angular.

To access your database you need a DBIx::Class schema,
e.g. https://metacpan.org/pod/Interchange6::Schema.
You can also generate one from your existing database.
Only tables with primary keys are supported in the moment.

Authentication is provided by Dancer::Plugin::Auth::Extensible, currently every
user with a valid login can use the table editor. This will be changed of course
so only admin users can do that.

This are the things I have in mind to do for this project:

* installation instructions

* implement loading of schemes by entering schema module name / database
  credentials online

* implement search

* rename to (Dancer::Plugin::)TableEditor and break out the
  API part

* add stuff like copyright

You can find the repository here:

https://github.com/interchange/nitesi-admin

We are extremely grateful for any feedback on this. It is your project
as Interchange user as well 8-).

Regards
         Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




More information about the interchange-users mailing list