Skip to content

Commit 0383d14

Browse files
Jadowacu1IsmaelmurekeziMugisha146Mugishahbapte
committed
* feature: improve trainee details page (#172)
* handling missing application info, also adding download functionality * fixing error related to download and refactoring * Update TrainneeDetails.tsx * handling issues related to deployment * Fix number can't be shared (#130) * #102 sidebar links review (#128) * fix: remove placeholder property * fix duplicate links --------- * Ft minimize dashboard menu #110 (#140) * fix: remove placeholder property * ft minimize dashboard menu * fix minimize dashboard by icon and categorize into section * fix minimize dashboard by icon and categorize into section * fix minimize dashboard by icon and categorize into section * fix minimize dashboard by icon and categorize into section * fix minimize dashboard by icon and categorize into section * fix minimize dashboard by icon and categorize into section * fix minimize dashboard scrollbar * fix minimize dashboard scrollbar * fix minimize dashboard scrollbar * Fix layout spacing between sidebar and main content in AdminLayout * new * Fix layout spacing between sidebar and main content in AdminLayout * fix layout --------- * #118 fx: builtinSuperAdminCreateProgram (#126) * fix: remove placeholder property * The built-in superadmin account cannot create a program --------- * feature: improve trainee details page * handling missing application info, also adding download functionality * Update TrainneeDetails.tsx * adding way to send email and other adjustments * refining and fixing some issues * Update webpack.config.js * customizing way of sending email * refactoring code to fix issue related to code climate * fixing issue for deployment * fixing issues related to refactoring --------- Co-authored-by: MUREKEZI Ismael <[email protected]> Co-authored-by: MUGISHA Emmanuel <[email protected]> Co-authored-by: Mugisha <[email protected]> Co-authored-by: ISHIMWE Jean Baptiste <[email protected]> Co-authored-by: ceelogre <[email protected]> Co-authored-by: ManziPatrick <[email protected]> Co-authored-by: Prince-Kid <[email protected]> Co-authored-by: Mucyo Prince <[email protected]> Co-authored-by: Aime-Patrick <[email protected]>
1 parent 6727540 commit 0383d14

File tree

115 files changed

+1842
-7538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+1842
-7538
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.codeclimate.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ checks:
1111
file-lines:
1212
enabled: true
1313
config:
14-
threshold: 25000
14+
threshold: 250
1515
method-complexity:
1616
enabled: true
1717
config:
18-
threshold: 50
18+
threshold: 5
1919
method-count:
2020
enabled: true
2121
config:
2222
threshold: 20
2323
method-lines:
2424
enabled: true
2525
config:
26-
threshold: 900
26+
threshold: 90
2727
nested-control-flow:
2828
enabled: true
2929
config:
@@ -41,20 +41,20 @@ checks:
4141
config:
4242
threshold: #language-specific defaults. overrides affect all languages.
4343
plugins:
44-
rubocop:
45-
enabled: true
46-
eslint:
47-
enabled: false
48-
channel: eslint-8
44+
rubocop:
45+
enabled: true
46+
eslint:
47+
enabled: false
48+
channel: eslint-8
4949
exclude_patterns:
50-
- "config/"
51-
- "db/"
52-
- "dist/"
53-
- "features/"
54-
- "**/node_modules/"
55-
- "script/"
56-
- "**/spec/"
57-
- "**/test/"
58-
- "**/tests/"
59-
- "**/vendor/"
60-
- "**/*.d.ts"
50+
- "config/"
51+
- "db/"
52+
- "dist/"
53+
- "features/"
54+
- "**/node_modules/"
55+
- "script/"
56+
- "**/spec/"
57+
- "**/test/"
58+
- "**/tests/"
59+
- "**/vendor/"
60+
- "**/*.d.ts"

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@ coverage
55
dist
66
buildcoverage
77
package-lock.json
8-
yarn.lock
98
.DS_Store
10-
build/
11-
yarn.lock
9+
build/

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/preset-env": "^7.19.3",
2727
"@babel/preset-react": "^7.18.6",
2828
"@babel/preset-typescript": "^7.18.6",
29-
"@expo/webpack-config": "^19.0.1",
29+
"@expo/webpack-config": "^0.17.2",
3030
"@iconify/react": "^4.0.0",
3131
"@testing-library/dom": "^8.19.0",
3232
"@testing-library/jest-dom": "^5.16.5",
@@ -53,7 +53,7 @@
5353
"html-webpack-plugin": "^5.6.0",
5454
"i": "^0.3.7",
5555
"node-polyfill-webpack-plugin": "^2.0.1",
56-
"npm": "^10.8.3",
56+
"npm": "^8.19.2",
5757
"postcss": "^8.4.14",
5858
"postcss-loader": "^7.0.0",
5959
"process": "^0.11.10",
@@ -83,11 +83,10 @@
8383
"@mui/x-date-pickers": "^5.0.6",
8484
"@testing-library/jest-dom": "^5.16.5",
8585
"@testing-library/react": "^13.4.0",
86-
"@tinymce/tinymce-react": "^5.1.1",
86+
"@tinymce/tinymce-react": "^4.2.0",
8787
"@types/react-i18next": "^8.1.0",
8888
"@types/react-router": "^5.1.19",
8989
"@types/react-router-dom": "^5.3.3",
90-
"antd": "^5.21.2",
9190
"axios": "^1.1.2",
9291
"bootstrap": "^5.2.2",
9392
"browser": "^0.2.6",
@@ -120,18 +119,16 @@
120119
"react-hot-toast": "^2.4.1",
121120
"react-i18next": "^11.18.6",
122121
"react-icons": "^4.6.0",
123-
"react-js-pagination": "^3.0.2",
122+
"react-js-pagination": "^3.0.3",
124123
"react-loader-spinner": "^6.1.6",
125-
"react-modal": "^3.16.1",
126124
"react-paginate": "^8.1.3",
127125
"react-redux": "^8.0.4",
128126
"react-render-html": "^0.6.0",
129127
"react-router-dom": "^6.4.2",
130-
"react-scripts": "^3.0.1",
128+
"react-scripts": "^5.0.1",
131129
"react-select": "^5.7.4",
132130
"react-table": "^7.8.0",
133131
"react-toastify": "^9.0.8",
134-
"recharts": "^2.12.7",
135132
"redux": "^4.2.0",
136133
"redux-devtools-extension": "^2.13.9",
137134
"redux-state-sync": "^3.1.4",

src/.DS_Store

-2 KB
Binary file not shown.

src/assets/Group (1).svg

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

src/assets/Group.svg

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

src/assets/Vector.svg

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

src/assets/assets/calendar.svg

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

src/assets/assets/collaborative-learning.svg

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

0 commit comments

Comments
 (0)