Skip to content

Commit a5c8a21

Browse files
Merge pull request #6 from WISCENTD-UPC/develop
Encrypted password security & added app logo
2 parents e2ca285 + ebd8571 commit a5c8a21

22 files changed

+134
-192
lines changed

.env

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
21

32
# dependencies
43
/node_modules
5-
/.pnp
6-
.pnp.js
7-
8-
# testing
9-
/coverage
104

115
# production
126
/build
137

148
# misc
15-
.DS_Store
16-
.env.local
17-
.env.development.local
18-
.env.test.local
19-
.env.production.local
9+
.env
2010

2111
npm-debug.log*
2212
yarn-debug.log*

package-lock.json

Lines changed: 16 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@
2121
"@testing-library/jest-dom": "^5.11.4",
2222
"@testing-library/react": "^11.1.0",
2323
"@testing-library/user-event": "^12.1.10",
24+
"axios": "^0.21.1",
25+
"cryptr": "^6.0.2",
2426
"d2": "^31.8.2",
2527
"d2-ui-components": "^2.2.0",
2628
"dhis2-api-wrapper": "git+ssh://[email protected]/WISCENTD-UPC/dhis2-api-wrapper.git#develop",
2729
"dhis2-godata-interoperability": "git+ssh://[email protected]/WISCENTD-UPC/dhis2-godata-interoperability.git#develop",
30+
"dotenv": "^8.2.0",
2831
"godata-api-wrapper": "git+ssh://[email protected]/WISCENTD-UPC/godata-api-wrapper.git#develop",
32+
"lodash": "^4.17.20",
2933
"ramda": "^0.27.1",
3034
"react": "^17.0.1",
3135
"react-dom": "^17.0.1",
@@ -64,11 +68,6 @@
6468
"last 1 safari version"
6569
]
6670
},
67-
"icons": {
68-
"16": "favicon-16x16.png",
69-
"32": "favicon-32x32.png",
70-
"48": "favicon-48x48.png"
71-
},
7271
"manifest.webapp": {
7372
"name": "Go.Data-DHIS2 Interoperability App",
7473
"description": "Interoperability between DHIS2 and GoData",
@@ -77,6 +76,9 @@
7776
"dhis": {
7877
"href": "*"
7978
}
79+
},
80+
"icons": {
81+
"48": "favicon-48x48.png"
8082
}
8183
}
8284
}

public/android-chrome-192x192.png

-7.71 KB
Binary file not shown.

public/android-chrome-384x384.png

-17.4 KB
Binary file not shown.

public/apple-touch-icon.png

-7.44 KB
Binary file not shown.

public/browserconfig.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

public/dhis2-app-icon.png

-1.92 KB
Binary file not shown.

public/favicon-16x16.png

-1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)