feat(surveys): home the privacy standards survey in surveys/ (#159) - #187
Open
zexoverz wants to merge 1 commit into
Open
feat(surveys): home the privacy standards survey in surveys/ (#159)#187zexoverz wants to merge 1 commit into
zexoverz wants to merge 1 commit into
Conversation
…ems#159) Recovers the privacy standards survey removed in the v2 migration and places it in a new surveys/ directory. domains/ pages are thin indexes per domains/README, so a 294-line catalog does not belong as domains/standards.md; surveys/ (candidate 2 in ethsystems#159) fits a cross-cutting catalog. Adds a thin pointer from domains/identity-compliance.md.
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.
Recovers the privacy standards survey that was removed in the v2 migration and gives it a home, per #159.
Placement
#159 lists three candidates.
domains/READMEstates domain pages are thin indexes ("keep these pages short; link back to /use-cases, /patterns, /vendors"), and the existing domain pages are ~40 lines. The survey is a 294-line catalog with per-standard tables, gap analysis, and decision guidance, sodomains/standards.mdwould break that thin-index convention.This PR takes candidate 2: a new
surveys/directory for cross-cutting catalogs, with the content atsurveys/privacy-standards.mdand a one-line pointer fromdomains/identity-compliance.md. Candidate 3 (splitting per-standard into pattern frontmatter) would lose the cross-standard gap analysis, which is the most useful part.What's here
surveys/privacy-standards.md— the recovered catalog (7 standards, ERC-3643 through ERC-8065) with v2 front-matter. Relative links are unchanged sincesurveys/is the same depth as the oldapproaches/path.surveys/README.md— a thin index for the new directory, matching thedomains/READMEpattern.domains/identity-compliance.md— a one-line Reference pointer to the survey.Easy to relocate to
domains/standards.mdif you'd prefer. Happy to refresh the standard statuses in a follow-up.Closes #159