bhaveshpp / stagebit
Simple Crud module
1.0.0
2022-01-25 10:33 UTC
Requires
- php: >7.0
This package is auto-updated.
Last update: 2026-02-25 19:41:22 UTC
README
Stage Bit Assignment
Tested with https://github.com/magento/magento-coding-standard
Create a signup sheet
Frontend:- Add a custom page with the URL "http://localhost/signup" Create a form with 2 inputs, name and date
CRUD:- The module should have a collection, resource module, data module, and interfaces to those classes. Add Interface classes to interact with the submission of the sign up form.
Admin:- New menu item under the customer section Admin grid to display all that have signed up (should be searchable by name and filterable by date. Should also be exportable)