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

@angular-devkit/schematics glossary is missing Task #22764

Open
samherrmann opened this issue Feb 23, 2022 · 5 comments
Open

@angular-devkit/schematics glossary is missing Task #22764

samherrmann opened this issue Feb 23, 2022 · 5 comments

Comments

@samherrmann
Copy link

@samherrmann samherrmann commented Feb 23, 2022

The Schematics Glossary doesn't introduce what a Task is, making it difficult for new schematic developers to know what Tasks should be used for and how they work.

The Schematics for libraries page on angular.io demonstrates an example for adding a task, but it also doesn't provide an explanation on what a Task is. When do they run (before/after the Tree has been transformed by Rules)? Do they run in parallel? How do you manage Task dependencies?

This issue is to document Task in the Schematics Glossary table so that it's easier for developers to create their own Tasks.

@AnjaliJha1221
Copy link

@AnjaliJha1221 AnjaliJha1221 commented Mar 9, 2022

Hey, I would like to work on this issue, please guide me further on how to get started, as I am a total beginner.

@alan-agius4
Copy link
Collaborator

@alan-agius4 alan-agius4 commented Mar 9, 2022

@AnjaliJha1221, you can start by going through our contributing docs. Let me know if you have any specific questions.

@adyngom
Copy link

@adyngom adyngom commented Mar 10, 2022

hello @alan-agius4 looking at the contributing docs I'm not clear if you would assign the issue to yourself first before the submitting the PR or should one just start work on it and submit the PR when done

@alan-agius4
Copy link
Collaborator

@alan-agius4 alan-agius4 commented Mar 10, 2022

@adyngom, you can just submit a PR.

@khushbubijawat
Copy link

@khushbubijawat khushbubijawat commented Mar 22, 2022

Hey, I would like to work on this issue.

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

No branches or pull requests

5 participants