Skip to content
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

Conversation

ilirbeqirii
Copy link
Contributor

βœ… Closes: #164

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

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?

  • Yes
  • No

Other information

Copy link

netlify bot commented Jun 23, 2024

βœ… Deploy Preview for angular-hub ready!

Name Link
πŸ”¨ Latest commit 866fa51
πŸ” Latest deploy log https://app.netlify.com/sites/angular-hub/deploys/66787d29cd50250008826047
😎 Deploy Preview https://deploy-preview-314--angular-hub.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ilirbeqirii
Copy link
Contributor Author

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

@geromegrignon
Copy link
Contributor

Hi @ilirbeqirii, I'll review it tomorrow.

tsconfig.base.json Outdated Show resolved Hide resolved
plugin/src/generators/create-podcast/generator.ts Outdated Show resolved Hide resolved
plugin/src/generators/create-podcast/schema.json Outdated Show resolved Hide resolved
plugin/src/generators/create-community/generator.ts Outdated Show resolved Hide resolved
plugin/src/generators/create-event/generator.ts Outdated Show resolved Hide resolved
plugin/src/generators/create-event/generator.ts Outdated Show resolved Hide resolved
plugin/src/generators/create-event/schema.d.ts Outdated Show resolved Hide resolved
plugin/src/generators/create-event/schema.json Outdated Show resolved Hide resolved
@geromegrignon geromegrignon merged commit 9c78cea into angular-sanctuary:main Jul 2, 2024
1 check failed
@geromegrignon
Copy link
Contributor

Thanks @ilirbeqirii !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Create schematic for adding conferences, meetups, and talks.
2 participants