Skip to content

Commit

Permalink
Status Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalhk7 committed Apr 13, 2021
1 parent 0cc119c commit 36d2040
Show file tree
Hide file tree
Showing 8 changed files with 261 additions and 106 deletions.
8 changes: 8 additions & 0 deletions api/events/documentation/1.0.0/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@
"description": {
"type": "string"
},
"date": {
"type": "string",
"format": "date"
},
"published_at": {
"type": "string",
"format": "date-time"
Expand All @@ -548,6 +552,10 @@
"description": {
"type": "string"
},
"date": {
"type": "string",
"format": "date"
},
"published_at": {
"type": "string",
"format": "date-time"
Expand Down
3 changes: 3 additions & 0 deletions api/events/models/events.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"description": {
"type": "richtext",
"required": true
},
"date": {
"type": "date"
}
}
}
94 changes: 47 additions & 47 deletions api/project-reports/documentation/1.0.0/project-reports.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,50 +535,6 @@
"id": {
"type": "string"
},
"project": {
"required": [
"id",
"ongoing"
],
"properties": {
"id": {
"type": "string"
},
"ongoing": {
"type": "boolean"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"sig": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"type": "string"
}
},
"project_reports": {
"type": "array",
"items": {
"type": "string"
}
},
"published_at": {
"type": "string"
},
"created_by": {
"type": "string"
},
"updated_by": {
"type": "string"
}
}
},
"authors": {
"type": "array",
"items": {
Expand Down Expand Up @@ -689,6 +645,50 @@
"body": {
"type": "string"
},
"project": {
"required": [
"id",
"ongoing"
],
"properties": {
"id": {
"type": "string"
},
"ongoing": {
"type": "boolean"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"sig": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"type": "string"
}
},
"project_reports": {
"type": "array",
"items": {
"type": "string"
}
},
"published_at": {
"type": "string"
},
"created_by": {
"type": "string"
},
"updated_by": {
"type": "string"
}
}
},
"published_at": {
"type": "string",
"format": "date-time"
Expand All @@ -697,9 +697,6 @@
},
"NewProject-reports": {
"properties": {
"project": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
Expand All @@ -709,6 +706,9 @@
"body": {
"type": "string"
},
"project": {
"type": "string"
},
"published_at": {
"type": "string",
"format": "date-time"
Expand Down
8 changes: 4 additions & 4 deletions api/project-reports/models/project-reports.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"draftAndPublish": true
},
"attributes": {
"project": {
"model": "project",
"via": "project_reports"
},
"authors": {
"collection": "members"
},
Expand All @@ -29,6 +25,10 @@
},
"body": {
"type": "richtext"
},
"project": {
"model": "project",
"via": "project_reports"
}
}
}
6 changes: 3 additions & 3 deletions api/project/documentation/1.0.0/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,6 @@
"id": {
"type": "string"
},
"project": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
Expand All @@ -630,6 +627,9 @@
"body": {
"type": "string"
},
"project": {
"type": "string"
},
"published_at": {
"type": "string"
},
Expand Down
110 changes: 59 additions & 51 deletions extensions/documentation/documentation/1.0.0/full_documentation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "04/13/2021 6:34:26 PM"
"x-generation-date": "04/13/2021 7:44:02 PM"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down Expand Up @@ -6968,6 +6968,10 @@
"description": {
"type": "string"
},
"date": {
"type": "string",
"format": "date"
},
"published_at": {
"type": "string",
"format": "date-time"
Expand All @@ -6986,6 +6990,10 @@
"description": {
"type": "string"
},
"date": {
"type": "string",
"format": "date"
},
"published_at": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -7155,50 +7163,6 @@
"id": {
"type": "string"
},
"project": {
"required": [
"id",
"ongoing"
],
"properties": {
"id": {
"type": "string"
},
"ongoing": {
"type": "boolean"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"sig": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"type": "string"
}
},
"project_reports": {
"type": "array",
"items": {
"type": "string"
}
},
"published_at": {
"type": "string"
},
"created_by": {
"type": "string"
},
"updated_by": {
"type": "string"
}
}
},
"authors": {
"type": "array",
"items": {
Expand Down Expand Up @@ -7309,6 +7273,50 @@
"body": {
"type": "string"
},
"project": {
"required": [
"id",
"ongoing"
],
"properties": {
"id": {
"type": "string"
},
"ongoing": {
"type": "boolean"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"sig": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
"type": "string"
}
},
"project_reports": {
"type": "array",
"items": {
"type": "string"
}
},
"published_at": {
"type": "string"
},
"created_by": {
"type": "string"
},
"updated_by": {
"type": "string"
}
}
},
"published_at": {
"type": "string",
"format": "date-time"
Expand All @@ -7317,9 +7325,6 @@
},
"NewProject-reports": {
"properties": {
"project": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
Expand All @@ -7329,6 +7334,9 @@
"body": {
"type": "string"
},
"project": {
"type": "string"
},
"published_at": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -7442,9 +7450,6 @@
"id": {
"type": "string"
},
"project": {
"type": "string"
},
"authors": {
"type": "array",
"items": {
Expand All @@ -7457,6 +7462,9 @@
"body": {
"type": "string"
},
"project": {
"type": "string"
},
"published_at": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/documentation/public/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 36d2040

Please sign in to comment.