Job description
We have a custom-written API and plugin for WordPress that are responsible for handling the database and displaying this data on a restricted website.
We would like to add some features to our API and plugin and fix some bugs in the way they work. Some examples:
1. editing the HTML form that handles adding and editing records to the database so that when editing a record using ID, some fields are disabled (adding the appropriate code in java)
2. creating a new form for adding records based on the form you already have - the new form should support adding 16 records at once based on the data entered in this form.
3. fixing the "save changes" function which does not work in several places.