Skip to content

Commit af7fa08

Browse files
committed
feat: build with app-platform, clean up some deps and css
1 parent d43f619 commit af7fa08

23 files changed

+52141
-7627
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# dependencies
32
/node_modules
43

@@ -7,11 +6,14 @@
76

87
# misc
98
.env
10-
119
npm-debug.log*
1210
yarn-debug.log*
1311
yarn-error.log*
14-
15-
1612
.eslintcache
17-
*.zip
13+
*.zip
14+
15+
# DHIS2 Platform
16+
node_modules
17+
.d2
18+
src/locales
19+
build

d2.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
const config = {
2+
name: "go-data-dhis2-interoperability",
3+
title: "Go.Data-DHIS2 Interoperability",
4+
description: "Interoperability between DHIS2 and GoData",
5+
type: 'app',
6+
7+
entryPoints: {
8+
app: './src/components/App.js',
9+
},
10+
}
11+
12+
module.exports = config

i18n/en.pot

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,35 @@ msgstr ""
55
"Content-Type: text/plain; charset=utf-8\n"
66
"Content-Transfer-Encoding: 8bit\n"
77
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
8-
"POT-Creation-Date: 2020-11-26T09:36:46.653Z\n"
9-
"PO-Revision-Date: 2020-11-26T09:36:46.653Z\n"
8+
"POT-Creation-Date: 2021-02-22T17:08:03.891Z\n"
9+
"PO-Revision-Date: 2021-02-22T17:08:03.891Z\n"
1010

11-
msgid "Hello {{name}}"
11+
msgid "Import credentials"
1212
msgstr ""
1313

14-
msgid "Welcome to DHIS2!"
14+
msgid "GoData API Configuration"
15+
msgstr ""
16+
17+
msgid "BaseURL"
18+
msgstr ""
19+
20+
msgid "Email"
21+
msgstr ""
22+
23+
msgid "Password"
24+
msgstr ""
25+
26+
msgid "Dhis2 API Configuration"
27+
msgstr ""
28+
29+
msgid "User"
30+
msgstr ""
31+
32+
msgid "Import"
33+
msgstr ""
34+
35+
msgid "Some fields are in blank"
36+
msgstr ""
37+
38+
msgid "Credentials saved correctly"
1539
msgstr ""

0 commit comments

Comments
 (0)