Skip to content

Commit

Permalink
Merge pull request #343 from EyeSeeTea/feature/use-feedback-component
Browse files Browse the repository at this point in the history
Feature/use feedback component
  • Loading branch information
adrianq authored Feb 4, 2025
2 parents 53a1250 + f99a086 commit 5158366
Show file tree
Hide file tree
Showing 17 changed files with 925 additions and 172 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@dhis2/ui-widgets": "6.24.0",
"@eyeseetea/d2-api": "1.11.0",
"@eyeseetea/d2-ui-components": "2.7.0-beta.3",
"@eyeseetea/feedback-component": "0.1.2",
"@eyeseetea/xlsx-populate": "4.2.1-beta.1",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
Expand Down
21 changes: 12 additions & 9 deletions public/app-config-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
"showShareButton": true
},
"feedback": {
"createIssue": false,
"sendToDhis2UserGroups": [],
"clickUp": {
"apiUrl": "https://dev.eyeseetea.com/clickup",
"listId": "170646821",
"title": "[User feedback] {title}",
"body": "## dhis2\n\nUsername: {username}\n\n{body}",
"status": "Misc"
"repositories": {
"clickUp": {
"apiUrl": "https://dev.eyeseetea.com/clickup",
"listId": "170646821",
"title": "[User feedback] {title}",
"body": "## dhis2\n\nUsername: {username}\n\n{body}",
"status": "Misc"
},
"dhis2": {
"sendToDhis2UserGroups": []
}
},
"feedbackOptions": {
"layoutOptions": {
"showContact": false,
"descriptionTemplate": "## Summary\n\n## Steps to reproduce\n\n## Actual results\n\n## Expected results\n\n"
}
Expand Down
21 changes: 12 additions & 9 deletions public/app-config-who.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
"showShareButton": false
},
"feedback": {
"createIssue": true,
"sendToDhis2UserGroups": ["Administrators"],
"clickUp": {
"apiUrl": "https://dev.eyeseetea.com/clickup",
"listId": "170646821",
"title": "[User feedback] {title}",
"body": "## dhis2\n\nUsername: {username}\n\n{body}",
"status": "Misc"
"repositories": {
"clickUp": {
"apiUrl": "https://dev.eyeseetea.com/clickup",
"listId": "170646821",
"title": "[User feedback] {title}",
"body": "## dhis2\n\nUsername: {username}\n\n{body}",
"status": "Misc"
},
"dhis2": {
"sendToDhis2UserGroups": ["Administrators"]
}
},
"feedbackOptions": {
"layoutOptions": {
"showContact": false,
"descriptionTemplate": "## Summary\n\n## Steps to reproduce\n\n## Actual results\n\n## Expected results\n\n"
}
Expand Down
21 changes: 12 additions & 9 deletions public/app-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@
"showShareButton": true
},
"feedback": {
"createIssue": false,
"sendToDhis2UserGroups": [],
"clickUp": {
"apiUrl": "https://dev.eyeseetea.com/clickup",
"listId": "170646821",
"title": "[User feedback] {title}",
"body": "## dhis2\n\nUsername: {username}\n\n{body}",
"status": "Misc"
"repositories": {
"clickUp": {
"apiUrl": "https://dev.eyeseetea.com/clickup",
"listId": "170646821",
"title": "[User feedback] {title}",
"body": "## dhis2\n\nUsername: {username}\n\n{body}",
"status": "Misc"
},
"dhis2": {
"sendToDhis2UserGroups": []
}
},
"feedbackOptions": {
"layoutOptions": {
"showContact": false,
"descriptionTemplate": "## Summary\n\n## Steps to reproduce\n\n## Actual results\n\n## Expected results\n\n"
}
Expand Down
1 change: 0 additions & 1 deletion public/feedback-tool/feedback-clickup.min.js

This file was deleted.

1 change: 0 additions & 1 deletion public/feedback-tool/feedback-dhis2.min.js

This file was deleted.

1 change: 0 additions & 1 deletion public/feedback-tool/feedback-github.min.js

This file was deleted.

1 change: 0 additions & 1 deletion public/feedback-tool/feedback.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions public/feedback-tool/feedback.min.js

This file was deleted.

Loading

0 comments on commit 5158366

Please sign in to comment.