feat(workshop): add Artifact Provenance Auditor solution#1069
Open
andrewjohnson26 wants to merge 2 commits intofreeCodeCamp:mainfrom
Open
feat(workshop): add Artifact Provenance Auditor solution#1069andrewjohnson26 wants to merge 2 commits intofreeCodeCamp:mainfrom
andrewjohnson26 wants to merge 2 commits intofreeCodeCamp:mainfrom
Conversation
Contributor
|
you should check where in the curriculum this goes, the concepts you are using seem too advanced, we have not done yet classes or Map at this point |
- Implement functions for provenance reconciliation (basic JavaScript only) - Add mergeProvenance function for combining curator records - Implement detectConflicts for identifying divergent records - Add applyPriorityRules with lead curator override support - Include renderAuditReport for text summaries - Provide comprehensive test datasets and examples - Uses only basic JavaScript: functions, objects, arrays, loops - No classes, Map, JSON.stringify, Object.keys, or Date methods Addresses Issue #64121: Artifact Provenance Records Workshop
908788b to
7be3d4a
Compare
Author
|
I eliminated classes or Map and just used basic functions and objects. Please let me know what you think. |
Contributor
|
Where is this supposed to go in the curriculum? Also, this project is on the larger side. It would be nice to shorten this a bit. I would suggest to reach out to Naomi on discord in the sprints channel and ask about modifying those original user stories of what this project should include. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description