Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Add option to generate custom fields for steps #3

Open
wtrocki opened this issue Sep 28, 2017 · 0 comments
Open

Add option to generate custom fields for steps #3

wtrocki opened this issue Sep 28, 2017 · 0 comments

Comments

@wtrocki
Copy link
Member

wtrocki commented Sep 28, 2017

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:

  • 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant