magemojo / m2-ce-cron

Magento 2 cron project to fix bugs and common cron issues.
https://magemojo.com
MIT License
165 stars 45 forks source link

Get UI components working for the admin form #27

Closed dmanners closed 5 years ago

dmanners commented 6 years ago

This is a work in progress from the Imagine Hackathon. With these changes the UI component is showing the form and the collection is being loaded.

This that still need to be completed:

  1. Make the form change based on results from the database,
  2. Update the form to show all the correct elements and options,
  3. Update the grid to also use UI components,
  4. Update the code so that it matches the standards of the repo,

Please feel free to add code to my repo or create a branch on the MageMojo repo to continue wit the work. I will try to get some more work into this topic over time but I am not 100% sure when I will be able to.

gnuzealot commented 6 years ago

Thanks @dmanners , will try and integrate this as soon as I get a few hours to rub together.

scottsb commented 6 years ago

What's the reason for having this separate config form, UI components or not? Why not just configure using Magento's standard configuration interface?