diff --git a/assessments/index.html b/assessments/index.html new file mode 100644 index 0000000..ade7664 --- /dev/null +++ b/assessments/index.html @@ -0,0 +1,185 @@ + + + + + + Assessments · Agile Maturity + + + + +
+

← Teams · Home

+

Assessments

+
+

Create an assessment

+
+ + + + +
+ +
+
+ + +
+ +
+
+ + +
+
+
+ + + + + diff --git a/company/index.html b/company/index.html new file mode 100644 index 0000000..197a0fb --- /dev/null +++ b/company/index.html @@ -0,0 +1,152 @@ + + + + + + Companies · Agile Maturity + + + + +
+

← Back

+

Companies

+
+

Create or edit a company

+
+ + + + +
+ +
+
+ + +
+ +
+
+ + + + + + diff --git a/config.json b/config.json new file mode 100644 index 0000000..a69a846 --- /dev/null +++ b/config.json @@ -0,0 +1,13 @@ +{ + "appName": "Agile Maturity", + "version": 1, + "dataRoot": "data", + "schemas": { + "company": "schemas/company.schema.json", + "team": "schemas/team.schema.json", + "assessment": "schemas/assessment.schema.json" + } +} + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..2ef1f7f --- /dev/null +++ b/index.html @@ -0,0 +1,110 @@ + + + + + + Agile Maturity + + + + +
+

Agile Maturity

+

Manage companies, teams and assessments stored as JSON files.

+
+
+
+ +
+
+

Configuration

+

Reads config.json at project root.

+
+ + +
+
Loading config...
+
+
+ +
+ + + + + + diff --git a/team/index.html b/team/index.html new file mode 100644 index 0000000..8877e44 --- /dev/null +++ b/team/index.html @@ -0,0 +1,171 @@ + + + + + + Teams · Agile Maturity + + + + +
+

← Companies · Home

+

Teams

+
+

Create or edit a team

+
+ + + + +
+ +
+ + +
+ +
+
+ + +
+
+
+ + + + + +