Well, we all know that there are form builders, content management systems, and similar codebases that allow you to manage a diverse number of content types.
There's systems for products, people/staff/customer management, etc. However, I wanted to create something different. So, I went ahead and made a GUI that allows me to rapidly deploy .... ANYTHING. This tool basically lets me decide the feature names and put in some settings for how the feature should work. I can decide all of the form elements & columns, and even sanitize the data with a drop down menu.
In this example I decided to create a puppy management feature that lets me input the puppy's name, some basic details about the dog & owner, and their service request.
This was done quickly with all of the pages generated for me.
I have spent over 2 weeks developing this rapid deployment feature builder so that we can instantly generate features & modules in our core Wubur Repo system for any client. We can use this tool to have the baseline for literally anything. For example, I have used this feature builder to generate more complex modules like knowledge bases, messaging, and more. By default the feature builder constructs many things in the system automatically!
It could take hours to write a puppy intake form management tool from scratch, but in this example I do it in mere minutes.
Check it out 🙂
There's systems for products, people/staff/customer management, etc. However, I wanted to create something different. So, I went ahead and made a GUI that allows me to rapidly deploy .... ANYTHING. This tool basically lets me decide the feature names and put in some settings for how the feature should work. I can decide all of the form elements & columns, and even sanitize the data with a drop down menu.
In this example I decided to create a puppy management feature that lets me input the puppy's name, some basic details about the dog & owner, and their service request.
This was done quickly with all of the pages generated for me.
I have spent over 2 weeks developing this rapid deployment feature builder so that we can instantly generate features & modules in our core Wubur Repo system for any client. We can use this tool to have the baseline for literally anything. For example, I have used this feature builder to generate more complex modules like knowledge bases, messaging, and more. By default the feature builder constructs many things in the system automatically!
- Permission settings in database for each action (view, view all, delete, edit, create) ~ With a GUI permission setting page per role
- Class file with some default functions
- Create controller / view / $Class->create() function
- Delete controller / view / $Class->delete() function
- Edit controller / view / $Class->edit() function
- Database table to store the data w/ all valid column settings
- JS validation / sanitizing for each field
- PHP validation / sanitizing for each field
- View All list page
- View page
It could take hours to write a puppy intake form management tool from scratch, but in this example I do it in mere minutes.
Check it out 🙂
Last edited:







