Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build all forms using the Form service #166

Open
8 tasks
hellopablo opened this issue Jan 16, 2020 · 0 comments
Open
8 tasks

Build all forms using the Form service #166

hellopablo opened this issue Jan 16, 2020 · 0 comments
Assignees
Labels
effort: high Issues which are considered a hard task
Milestone

Comments

@hellopablo
Copy link
Member

hellopablo commented Jan 16, 2020

$oForm = Factory::service('Form') provides methods for generating distinct form components. Use this over the CI form_* functions.

Things to do:

  • Capable of generating all form elements
  • Tests written
  • Used by Nails\Common\Helper\Form and Nails\Common\Helper\Form\Field
  • Model Base should define fields using the Form service constants
  • Remove use of form_* functions
  • All Nails views should use the service
  • Remove Nails\Common\Helper\Form
  • Move Nails\Common\Helper\Form\Field to module-admin

And maybe some more too, basically this is a big change with the goal of removing dependency on CI for generating these fields.

@hellopablo hellopablo added this to the v1 milestone Jan 16, 2020
@hellopablo hellopablo self-assigned this Jan 16, 2020
@hellopablo hellopablo added effort: high Issues which are considered a hard task and removed enhancement labels Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: high Issues which are considered a hard task
Projects
None yet
Development

No branches or pull requests

1 participant