mjhorvath / Video-Game-Keyboard-Database

A set of PHP forms and MySQL databases that generate keyboard control diagrams in a new browser window. You can select control bindings from among various video games and other software.
http://isometricland.net
Other
40 stars 3 forks source link

Use pure JS in submission form instead of PHP + JS #10

Open mjhorvath opened 3 years ago

mjhorvath commented 3 years ago

There is a lot of duplicated functionality in the PHP and JS code of the submission form. Might as well scrap most of the PHP code and generate the keyboard and form elements using pure JS.

mjhorvath commented 3 years ago

Should also take this opportunity to allow users to create their own layouts. Not sure how I should do it using the current interface though. Creating a separate tool/interface just for creating layouts is a possibility.