Skip to content

Commit

Permalink
Merge pull request #1100 from finos/training-and-certification
Browse files Browse the repository at this point in the history
Added training/certification pricing details, OpenFin Conformance
  • Loading branch information
robmoffat authored Nov 15, 2023
2 parents 1bd6e69 + 6411f1c commit 7de2822
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
2 changes: 0 additions & 2 deletions src/app-directory/specification/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const exampleApplication2 = require('../examples/application/fdc3-workbench.json
console.log('Setting up the validator...');
const v = new Validator();


console.log('\nValidating the first example: myApplication.json');
const validatorResult1 = v.validate(exampleApplication1, applicationSchema);

Expand All @@ -35,7 +34,6 @@ const exampleApplication2 = require('../examples/application/fdc3-workbench.json
);

console.log('Successfully validated the specification and the second example application definition!');

} catch (error) {
console.log(error.message || error);
}
Expand Down
17 changes: 13 additions & 4 deletions website/data/community.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "examples-and-training",
"badges": [
],
"description": "<p>This entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.</p>"
"description": "<p>This <strong>FREE</strong> entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.</p>"
},
{
"title": "Developing Solutions with FDC3 (LFD237)",
Expand All @@ -17,7 +17,7 @@
"type": "examples-and-training",
"badges": [
],
"description": "<p>This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.</p>"
"description": "<p>This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.</p><p>LFD237 is priced at $299 but free seats are available to FINOS members.</p>"
},
{
"title": "FDC3 Certified Practitioner (FCFP)",
Expand All @@ -27,7 +27,7 @@
"type": "examples-and-training",
"badges": [
],
"description": "<p>The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.</p>"
"description": "<p>The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.</p><p>FCFP is priced at $250 but free seats are available to FINOS members.</p>"
},
{
"title": "ChartIQ",
Expand Down Expand Up @@ -198,7 +198,16 @@
"link": "https://www.finos.org/blog/fdc3-news-march-2023"
}
]
}
},
{
"src": "/img/community/certified-2.0.png",
"items": [
{
"text": "OpenFin - 32.114.76.14 Certified Conformant With FDC3 2.0 Specification on 19th October 2023",
"link": "https://www.finos.org/press/finos-announces-fdc3-2.1"
}
]
}
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions website/data/training.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "examples-and-training",
"badges": [
],
"description": "<p>This entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.</p>"
"description": "<p>This <strong>FREE</strong> entry-level course is designed for business technologists who are looking to adopt application interoperability within their technology landscape and for developers who want to build interoperable applications using the FDC3 Standard.</p>"
},
{
"title": "Developing Solutions with FDC3 (LFD237)",
Expand All @@ -17,7 +17,7 @@
"type": "examples-and-training",
"badges": [
],
"description": "<p>This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.</p>"
"description": "<p>This course is designed for developers who are looking to build interoperable applications using the FDC3 standard, as well as community participants who provide FDC3 technology and services.</p><p>LFD237 is priced at $299 but free seats are available to FINOS members.</p>"
},
{
"title": "FDC3 Certified Practitioner (FCFP)",
Expand All @@ -27,6 +27,6 @@
"type": "examples-and-training",
"badges": [
],
"description": "<p>The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.</p>"
"description": "<p>The FCFP is a professional certification designed for technical business analysts, software developers and FDC3 implementers in the finance, insurance, banking, and investment industries.</p><p>FCFP is priced at $250 but free seats are available to FINOS members.</p>"
}
]

0 comments on commit 7de2822

Please sign in to comment.