-
-
Notifications
You must be signed in to change notification settings - Fork 12
[Functionality] add localized license-page context(s) #64
Copy link
Copy link
Open
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature🏁 status: ready for workReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🟨 priority: mediumNot blocking but should be fixed soonNot blocking but should be fixed soon
Metadata
Metadata
Assignees
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature🏁 status: ready for workReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🟨 priority: mediumNot blocking but should be fixed soonNot blocking but should be fixed soon
Type
Projects
Status
Backlog
Problem
The license pages are not included as
contextswithinindex-prototype, and cannot be tested against reliably.Description
At current the license pages for the legal code and the deed pages are stylized, but are variants of, existing contexts with hyper localized stylings of their own.
html:
deed:https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en, useswalkthrough-pagecontextlicense:https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.en, usesdefault-pagecontextcss:
base.css:https://github.com/creativecommons/cc-legal-tools-app/blob/3bc446c0343733506f8cd54ca1173654b8cdfac6/cc_legal_tools/static/cc-legal-tools/base.cssdeed.css:https://github.com/creativecommons/cc-legal-tools-app/blob/3bc446c0343733506f8cd54ca1173654b8cdfac6/cc_legal_tools/static/cc-legal-tools/deed.csslegalcode.css:https://github.com/creativecommons/cc-legal-tools-app/blob/3bc446c0343733506f8cd54ca1173654b8cdfac6/cc_legal_tools/static/cc-legal-tools/legalcode.cssDespite the use of existing contexts, there are several sub-elements and stylings which do not pull from vocabulary core at this time. Neither page exists as a context within this repository, but should. For now, work should start here, and after being finalized it might be possible to generalize it back to a vocabulary core context, for now, it's existence as production markup+styling without a corresponding index-prototype context is out of process, and difficult to both build for and test.
This should be either:
license-pagedeed-page,legalcode-pageAlternatives
There is also a case that this should be a possibility within a robust enough
walkthrough-pagecontext, but it does not fully exist yet.Implementation