You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Currently rcstep is generating static angular directives for name and email.
We can extend generator to ask what kind of fields are needed and generate them dynamically using
For this issue we should create prototype that will be able to create limited set of types.
For example:
Text field
checkbox
label
To complete this task basing knowledge of yeoman is required: http://yeoman.io.
Ideas
Allow to consume json file that will specify list of fields and types.
Ask developer in yeoman generator about steps:
Q: Do you want to add custom fields to the step?
Q: What is your field name
etc.
The text was updated successfully, but these errors were encountered:
Description
Currently rcstep is generating static angular directives for name and email.
We can extend generator to ask what kind of fields are needed and generate them dynamically using
For this issue we should create prototype that will be able to create limited set of types.
For example:
To complete this task basing knowledge of yeoman is required: http://yeoman.io.
Ideas
Q: Do you want to add custom fields to the step?
Q: What is your field name
etc.
The text was updated successfully, but these errors were encountered: