Skip to content

Commit

Permalink
Merge branch 'main' into ft/data-entry-statistics-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne210 authored Nov 19, 2023
2 parents a4f6303 + ac861e3 commit 70c9632
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,4 @@ jobs:
- run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

75 changes: 75 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "*",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
"react-router-dom": "6.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ const DataEntryStatisticsTile: React.FC = () => {
if (hasUpdatedParams && !loading) {
setLoading(false);
setShowTable(true);
console.info(tableData);
console.info(encounterData);
console.info(paginatedEncounterTypesList);
console.info(headers);
} else {
setLoading(false);
setShowTable(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
.actionButton {
height: 50px;
// flex-shrink: 0;
}
}

Expand Down
3 changes: 3 additions & 0 deletions translations/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"dataEntryStatistics": "Data Entry Statistics"
"dataEntryStatistics": "Data Entry Statistics",
"encounterUser": "Encounter User",
"orderedBy": "Ordered By"
}
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const path = require("path");
const config = (module.exports = require("openmrs/default-webpack-config"));
config.scriptRuleConfig.exclude =
path.sep == "/"
? /(node_modules[^\/@openmrs\/esm\-patient\-common\-lib, ^\/@ugandaemr\-esm\-ugandaemr\-commons\-lib])/
: /(node_modules[^\\@openmrs\/esm\-patient\-common\-lib, ^\\@ugandaemr\-esm\-ugandaemr\-commons\-lib])/;
config.overrides.resolve = {
extensions: [".tsx", ".ts", ".jsx", ".js", ".scss"],
alias: {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2320,8 +2320,9 @@ __metadata:
"@humanwhocodes/config-array@npm:^0.11.11":
version: 0.11.11
resolution: "@humanwhocodes/config-array@npm:0.11.11"

dependencies:
"@humanwhocodes/object-schema": ^1.2.1
"@humanwhocodes/object-schema": ^2.0.0
debug: ^4.1.1
minimatch: ^3.0.5
checksum: db84507375ab77b8ffdd24f498a5b49ad6b64391d30dd2ac56885501d03964d29637e05b1ed5aefa09d57ac667e28028bc22d2da872bfcd619652fbdb5f4ca19
Expand All @@ -2335,10 +2336,10 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/object-schema@npm:^1.2.1":
version: 1.2.1
resolution: "@humanwhocodes/object-schema@npm:1.2.1"
checksum: a824a1ec31591231e4bad5787641f59e9633827d0a2eaae131a288d33c9ef0290bd16fda8da6f7c0fcb014147865d12118df10db57f27f41e20da92369fcb3f1
"@humanwhocodes/object-schema@npm:^2.0.0":
version: 2.0.0
resolution: "@humanwhocodes/object-schema@npm:2.0.0"
checksum: e0558acd035198a69adfa3edce33ec385bb664c92478a08a91b3e8082acd2d96ef7bf43189d848e4b0bdd75092f9d494a55a4efaf5bed45101c9e83d28379d83
languageName: node
linkType: hard

Expand Down Expand Up @@ -6384,7 +6385,6 @@ __metadata:
webpack-cli: ^5.1.4
peerDependencies:
"@openmrs/esm-framework": "*"
dayjs: 1.x
react: 18.x
react-i18next: 11.x
react-router-dom: 6.x
Expand Down Expand Up @@ -21877,8 +21877,8 @@ __metadata:
linkType: hard

"sshpk@npm:^1.7.0":
version: 1.17.0
resolution: "sshpk@npm:1.17.0"
version: 1.18.0
resolution: "sshpk@npm:1.18.0"
dependencies:
asn1: ~0.2.3
assert-plus: ^1.0.0
Expand All @@ -21893,7 +21893,7 @@ __metadata:
sshpk-conv: bin/sshpk-conv
sshpk-sign: bin/sshpk-sign
sshpk-verify: bin/sshpk-verify
checksum: ba109f65c8e6c35133b8e6ed5576abeff8aa8d614824b7275ec3ca308f081fef483607c28d97780c1e235818b0f93ed8c8b56d0a5968d5a23fd6af57718c7597
checksum: 01d43374eee3a7e37b3b82fdbecd5518cbb2e47ccbed27d2ae30f9753f22bd6ffad31225cb8ef013bc3fb7785e686cea619203ee1439a228f965558c367c3cfa
languageName: node
linkType: hard

Expand Down

0 comments on commit 70c9632

Please sign in to comment.