diff --git a/index.js b/index.js index 5a5080b..6947184 100644 --- a/index.js +++ b/index.js @@ -91,11 +91,9 @@ app.use((req, res, next) => { }); app.use((req, res, next) => { - if (req.accepts('html')) { - res.setHeader('Cache-Control', 'no-cache, no-store, must-revalidate'); // HTTP 1.1. - res.setHeader('Pragma', 'no-cache'); // HTTP 1.0. - res.setHeader('Expires', '0'); // Proxies. - } + res.setHeader('Cache-Control', 'no-cache, no-store, must-revalidate'); // HTTP 1.1. + res.setHeader('Pragma', 'no-cache'); // HTTP 1.0. + res.setHeader('Expires', '0'); // Proxies. next(); }); diff --git a/package.json b/package.json index e1e592e..8f71517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturity.theodi.org", - "version": "1.0.3", + "version": "1.0.4", "description": "The ODI Maturity Assessment Tool (pathway)", "main": "index.js", "scripts": { diff --git a/views/pages/home.ejs b/views/pages/home.ejs index 28c25a6..8c81f8e 100644 --- a/views/pages/home.ejs +++ b/views/pages/home.ejs @@ -3,18 +3,23 @@
- The ODI Maturity Assessment Tool is designed to help organisations evaluate their data maturity across multiple domains. Whether you're focusing on open data, data ethics, or data practices, our assessments provide a structured approach to understanding your current capabilities, identifying areas for improvement, and tracking your progress over time. -
-- With interactive assessments, detailed reports, and actionable insights, this tool is an essential resource for organisations looking to enhance their data management and utilisation strategies. -
+The ODI Maturity Assessment Tool helps organisations evaluate their data maturity across key domains such as open data, data ethics, and overall data practices. Our maturity models provide a clear, structured framework for assessing your current capabilities, identifying areas for improvement.
+Using this tool, you can conduct an assessment based on our maturity models to evaluate how well your organisation manages and utilises data. After completing your assessment, you'll receive a detailed report containing actionable insights tailored to your organisation’s specific needs.
+If you're an ODI member, the tool leverages AI to enhance your experience further. Based on your assessment responses, the AI generates human-readable summaries for each model area, along with an overall executive summary.
+Whether you're seeking to refine your data strategy or benchmark your organisation's progress, the ODI Maturity Assessment Tool is an invaluable resource to guide your next steps.
+ The Data Practices Maturity Model offers a comprehensive framework designed to establish and showcase an organisation's trustworthiness in its data practices—whether it's creating, using, or sharing data. This tool also enhances the dialogue between technical teams and strategic leadership, ensuring that all data practices are fully aligned with organisational objectives and ethical standards. +
+- The Data Practices Maturity Model offers a comprehensive framework designed to establish and showcase an organisation's trustworthiness in its data practices—whether it's creating, using, or sharing data. This tool also enhances the dialogue between technical teams and strategic leadership, ensuring that all data practices are fully aligned with organisational objectives and ethical standards. -
-