File tree Expand file tree Collapse file tree
application/frontend/src/pages/MyOpenCRE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717.myopencre-preview {
1818 margin-top : 1rem ;
19+ }
20+
21+ .myopencre-intro {
22+ font-size : 1.05rem ;
23+ font-weight : 400 ;
24+ margin-bottom : 0.5rem ;
25+ }
26+
27+ .cursor-pointer summary {
28+ cursor : pointer ;
1929}
Original file line number Diff line number Diff line change @@ -256,8 +256,29 @@ export const MyOpenCRE = () => {
256256
257257 < div className = "myopencre-section myopencre-upload" >
258258 < Header as = "h3" > Upload Mapping CSV</ Header >
259+ < Message info className = "cursor-pointer" >
260+ < details >
261+ < summary >
262+ < strong > How to prepare your CSV</ strong >
263+ </ summary >
259264
260- < p > Upload your completed mapping spreadsheet to import your standard into OpenCRE.</ p >
265+ < ul >
266+ < li > Start from the downloaded CRE Catalogue CSV.</ li >
267+ < li >
268+ Fill < code > standard|name</ code > and < code > standard|id</ code > for your standard.
269+ </ li >
270+ < li >
271+ Map your controls using CRE columns (< code > CRE 0</ code > , < code > CRE 1</ code > , …).
272+ </ li >
273+
274+ < li >
275+ CRE values must be in the format < code > <CRE-ID>|<Name></ code >
276+ < br />
277+ < em > Example:</ em > < code > 616-305|Development processes for security</ code >
278+ </ li >
279+ </ ul >
280+ </ details >
281+ </ Message >
261282
262283 { ! isUploadEnabled && (
263284 < Message info className = "myopencre-disabled" >
You can’t perform that action at this time.
0 commit comments