Skip to content

Commit c2add57

Browse files
committed
Update logo and model metadata at PDF and HTML documentation
1 parent 85f4c5b commit c2add57

File tree

4 files changed

+321
-57
lines changed

4 files changed

+321
-57
lines changed

package.json

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"name": "fightpandemics",
3+
"version": "1.0.0",
4+
"private": true,
5+
"description": "Help to to fight global pandemics",
6+
"main": "server.js",
7+
"scripts": {
8+
"start": "node server.js",
9+
"dev": "nodemon -L server.js",
10+
"test": "jest",
11+
"lint": "eslint . --fix",
12+
"install-docker": "docker-compose run backend-service npm install"
13+
},
14+
"husky": {
15+
"hooks": {
16+
"pre-commit": "lint-staged"
17+
}
18+
},
19+
"lint-staged": {
20+
"*.js": [
21+
"eslint"
22+
]
23+
},
24+
"keywords": [
25+
"fight",
26+
"pandemics"
27+
],
28+
"author": "",
29+
"license": "ISC",
30+
"dependencies": {
31+
"axios": "^0.19.2",
32+
"bcryptjs": "^2.4.3",
33+
"cors": "^2.8.5",
34+
"dotenv": "^8.2.0",
35+
"fastify": "^2.13.0",
36+
"fastify-authz-jwks": "^1.0.11",
37+
"fastify-jwt": "^1.3.1",
38+
"fastify-oas": "^2.6.2",
39+
"fastify-plugin": "^1.6.1",
40+
"fluent-schema": "^0.10.0",
41+
"http-errors": "^1.7.3",
42+
"mongoose": "^5.9.6",
43+
"node-cache": "^5.1.0"
44+
},
45+
"devDependencies": {
46+
"babel-eslint": "^10.1.0",
47+
"eslint": "^6.8.0",
48+
"eslint-config-airbnb-base": "^14.1.0",
49+
"eslint-config-prettier": "^6.10.1",
50+
"eslint-plugin-import": "^2.20.2",
51+
"eslint-plugin-prettier": "^3.1.2",
52+
"eslint-utils": "^2.0.0",
53+
"husky": "^4.2.3",
54+
"lint-staged": "^10.1.1",
55+
"nock": "^12.0.3",
56+
"nodemon": "^2.0.2",
57+
"prettier": "^2.0.2",
58+
"supertest": "^4.0.2"
59+
}
60+
}

v2/data_model.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"GUID": "6b45e040-7fae-11ea-ba73-c97a35e85484",
33
"modelName": "FightPandemics",
4-
"code": "",
5-
"lastModifTS": "2020-04-18T16:05:29.440Z",
4+
"code": "FightPandemics",
5+
"lastModifTS": "2020-04-22T22:01:23.505Z",
66
"persistenceSchemaVersion": "4",
77
"description": "",
88
"comments": "",
9-
"author": "",
9+
"author": "Nícolas de Araujo",
1010
"version": "2",
1111
"collections": [
1212
{
@@ -3524,7 +3524,7 @@
35243524
"creationTS": "2020-04-16T06:49:28.900Z",
35253525
"hackoladeMeta": {
35263526
"validationErrors": {
3527-
"modelName": false
3527+
"code": false
35283528
}
35293529
},
35303530
"isCreatedByPlugin": true,
-367 KB
Binary file not shown.

v2/docs/FightPandemics_documentation.html

+257-53
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)