https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17297

--- Comment #5 from Kyle M Hall <k...@bywatersolutions.com> ---
This patch set is a proof of concept for using React for the item messages
editor. It has no backend at the moment. It will be trivial to hook this widget
into the REST API once the concept is approved.

If you want to try it out:
1) Apply this patch set
2) Browse to moredetail.pl
3) Note each item has the same 5 pre-generated item messages
4) Test Adding and removing item messages

If you want to hack on it:
1) Install npm
2) Apply this patch set
3) Run 'npm -i' to install development dependencies
4) Run 'webpack' to update the compiled moremember.js file to the dev version
of React
5) Hack on it, run 'webpack' after making changes ( or look at the --watch
option )
6) Run webpack -p --config webpack-production.config.js to minify the
   moremember.js file before submitting an update to it

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to