Updated QA learning goals #242
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The learning goals for the QA course overview can now be updated by running
npm run generate:learning-goals "Quality Assurance". This grabs all the learning goals from the individual modules and inserts them into the summary. This is an easy way to keep them in sync if/when modules are updated.Note: You must run
npm run buildfirst, before running the above command.I have already updated them in this PR, so @GayathriVenkatraman if you could take a check, the learning goals are now the same as the ones you wrote inside the individual modules - does this all look correct? :)
Also @GayathriVenkatraman I added a "todo" to add some learning goals for the final project module as well. It could just be "Practice using the skills you learned during the previous modules", or anything else that you think is appropriate, up to you of course. Would you be able to add those at some point later?