-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: πΈ add generators to create community/event/podcast #314
feat: πΈ add generators to create community/event/podcast #314
Conversation
β Deploy Preview for angular-hub ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@geromegrignon I have created the schematics for adding a new community/event/podcast. I tried to identify based on the existing data and the schemas you have made to separate required and non-required props. These are the simplest versions of them (based on me), I am open to your feedback and enhancing them more and more. p.s. Unit Tests are to be added soon. |
Hi @ilirbeqirii, I'll review it tomorrow. |
plugin/src/generators/create-community/files/src/index.ts.template
Outdated
Show resolved
Hide resolved
plugin/src/generators/create-podcast/files/src/index.ts.template
Outdated
Show resolved
Hide resolved
Thanks @ilirbeqirii ! |
β Closes: #164
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
We are adding comms, events, and podcasts by manually modifying JSON files.
Issue Number: #164
What is the new behavior?
Run the generators to add a new community, event, or podcast.
Does this PR introduce a breaking change?
Other information