OpenChain-Project / Online-Self-Certification-Web-App

This is the source code for the OpenChain Project Conformance Online Self-Certification Web App
https://certification.openchainproject.org/
Apache License 2.0
12 stars 5 forks source link

Adding Pre-Amble text to help guide people to our reference material to reduce any confusion #178

Open shanecoughlan opened 4 years ago

shanecoughlan commented 4 years ago
Adding reference to Training and Policy
shanecoughlan commented 4 years ago

Ping to see how we implement this. Do I need to do it in another repo?

goneall commented 4 years ago

@shanecoughlan This is a change the the app, so it should be added as an issue to the Online-Self-Certification-Web-App.

It requires a change to the survey.html file and text to be localized in English, Japanese, and Korean and added to the JavaScript locales folder.

goneall commented 4 years ago

Transferring issue to Self Certification App

shanecoughlan commented 4 years ago

Thanks @goneall! I will bring our teams into this from the mailing lists.

shanecoughlan commented 4 years ago

I added the preamble as a pull request: https://github.com/OpenChain-Project/Online-Self-Certification-Web-App/pull/179 Does it look OK?

    <div id="preamble">
        <span class="translate" data-i18n="preamble">We recommend having a look at the OpenChain Reference Training Slides and the OpenChain Reference Policy Template before undergoing Self-Certification. It will help frame the questions that follow.</span>
    </div>

Adding @haksungjang for reference.

goneall commented 4 years ago

@shanecoughlan @haksungjang See PR #179 for discussion on work remaining.