Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix number can't be shared #130

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

Mugisha146
Copy link
Contributor

@Mugisha146 Mugisha146 commented Sep 14, 2024

PR Description

This PR fix issue of multiple users from registering with the same phone number.

Description of tasks that were expected to be completed

Bug Fix : To prevent multiple users from registering with the same phone number ( ensures each phone number can only be associated with a single user account).
This include add a validation checker that check if Telephone number already exists or used in register process by someone else then block he/him to register if number exist and display toast to notify him/her.

How has this been tested?

  1. Clone the repository.
  2. Checkout to the 117-phone-numbers-can-be-shared
  3. Run npm install, then npm run dev to verify the app is functioning correctly.
  4. Test the Register first and register at the second time with different details but same phone number then see if it work as expected.

Track PR (issue number & link) : #117

** Screenshots **

Register new user but with used telephone number:

Screenshot 2024-09-20 at 14 51 32

Register new user with new telephone number:

Screenshot 2024-09-20 at 14 52 22 Screenshot 2024-09-20 at 14 52 33

@Mugisha146 Mugisha146 linked an issue Sep 14, 2024 that may be closed by this pull request
Copy link

vercel bot commented Sep 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atlp-devpulse-fn ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 16, 2024 11:05am

Copy link

codeclimate bot commented Sep 14, 2024

Code Climate has analyzed commit 11db79c and detected 0 issues on this pull request.

View more on Code Climate.

@Mugisha146 Mugisha146 added Ready For Review Extra attention is needed frontend frontend task DREAM DREAM TEAM labels Sep 14, 2024
@robsdagreat robsdagreat self-requested a review September 16, 2024 11:05
@mugishaj092 mugishaj092 self-requested a review September 17, 2024 06:02
@SHYAKA-Aime SHYAKA-Aime self-requested a review September 17, 2024 13:07
@ncutixavier ncutixavier merged commit 18bf0b8 into develop Sep 23, 2024
7 checks passed
@ncutixavier ncutixavier deleted the 117-phone-numbers-can-be-shared branch September 23, 2024 08:24
Ismaelmurekezi pushed a commit that referenced this pull request Sep 24, 2024
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Salim-54 pushed a commit that referenced this pull request Sep 26, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Sep 30, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 1, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 2, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 2, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 2, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 2, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 2, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 4, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 4, 2024
* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 4, 2024
* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Jadowacu1 added a commit that referenced this pull request Oct 4, 2024
* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
ncutixavier pushed a commit that referenced this pull request Oct 7, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
hbapte added a commit that referenced this pull request Oct 8, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
robsdagreat pushed a commit that referenced this pull request Oct 8, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Ishimwe7 pushed a commit that referenced this pull request Oct 10, 2024
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Ishimwe7 pushed a commit that referenced this pull request Oct 10, 2024
* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>
Ishimwe7 pushed a commit that referenced this pull request Oct 10, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
hbapte added a commit that referenced this pull request Oct 11, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Ismaelmurekezi added a commit that referenced this pull request Oct 13, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
hbapte added a commit that referenced this pull request Oct 15, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
hbapte added a commit that referenced this pull request Oct 15, 2024
* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Philimuhire pushed a commit that referenced this pull request Oct 22, 2024
* Add Not Found Page

* Add Sign In Profile Picture

Ft-send-bulky-email (#61)

* new

* added a send email model

* email

* email

Co-authored-by: UmuhireJessie <86103578+UmuhireJessie@users.noreply.github.com>

TO be removed

fix: run the app

ft-superadmin-roles&permissions(superadmin can view members)

feat(ft-user-register): user should be able to create account

superAdmin register user

fix(routes): Add routes directory

add login page and add name field on user registration by superadmin

create program

bg: Added Loader

ft(): programs page

role & permission

implementation of delete role and permissions

ft():delete program

implementation of delete role and permissions

feature:Application form using Google Form

implementation of delete role and permissions

ft(): edit program

new changes

ft():Applicant Dashboard

add grading system form

feat(admin list applications):view applications

ft admin view applications

admin update status of candidate application

Feature github actions (#119)

* fix: remove placeholder property

* Have github actions setup with necessary jobs

* Have code climate errors removed

* Corrected codeclimate issues

* --ammend

* --ammend

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Ndahimana Bonheur <ndahimana154@gmail.com>

* fix: remove placeholder property

* #103 Navigation fixed

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Ndahimana Bonheur <ndahimana154@gmail.com>

Fix number can't be shared (#130)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

Ft shareable job post (#139)

* fix: remove placeholder property

* Ft():shareable job post page

* Feature: Adding shareable job post buttons

* Feature: Adding shareable job post buttons

* Feature: Adding shareable job post buttons

* fix codeclimate issue

* add gmail and fix telegram link

* add gmail sharing

* fix url sharing

* fix url

* fix url

* fix codeclimate

* applicant share application

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: dean-daryl <deandaryl7@gmail.com>
Co-authored-by: Bahati <admin@bahati.local>
Co-authored-by: uwituzeb <b.uwituze@alustudent.com>

Ft add favicon (#124)

* fix: remove placeholder property

* add favicon svg

* added favicon

* removed unneccessary added port number

* resolved conflicts

* resolved conflicts

* resolved conflicts

* add favicon svg

* resolved conflicts

* removed unneccessary added port number

* resolved conflicts

* resolved conflicts

* added favicon

* removed unneccessary added port number

* resolved conflicts

* resolved conflicts

* resolved conflicts

* added favicon

* removed unneccessary added port number

* resolved conflicts

* resolved conflicts

* resolved conflicts

* resolved conflicts

* resolved conflicts

* resolved conflicts

* resolved conflicts

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

Fix tel (#123)

* fix: remove placeholder property

* fix code & tell issue

* rebasing

* fix code issue

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

Fix/update trainee info (#137)

* add validations and work on edit

* ensure birthdate is correctly set in formData

* ensure all formData are populated correctly

* fix codeclimate issue

* update traineUpdate

* update traineUpdate

* update traineUpdate

* update traineUpdate

* update traineUpdate

* update traineUpdate

* fix traineUpdate

* add loader

* add sidebar link for trainee applicants

* add redirection after updating

* feature: improve trainee details page

* 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)

Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>

* #102 sidebar links review (#128)

* fix: remove placeholder property

* fix duplicate links

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

* #118 fx: builtinSuperAdminCreateProgram (#126)

* fix: remove placeholder property

* The built-in superadmin account cannot create a program

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

* 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: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>
Co-authored-by: Niyonshuti Jean De Dieu <152473876+Jadowacu1@users.noreply.github.com>

fixes #168 auth and admin login (#169)

* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

Ft search job post (#187)

* ft(Add search): Add entry search

* Will add user seach Job Functionalities --squashed commits

* single page to view and search Jobs

* will make jobs and search be on same page

* updating functionality

* Real time searching

---------

Co-authored-by: Jmukakalisa <j.mukakalis@alustudent.com>

154 crud application form (#167)

* Will add create application feature

* Will add update application form feature

* Will add view application form feature

* Will add dark mode card

* Will add create application feature

* Will add update application form feature

* Will add view application form feature

* Will add dark mode card

Add Verify Email (#179)

Co-authored-by: vegetason <irakozepaulin12@example.com>

ft(Add search): Add entry search (#136)

Co-authored-by: Jmukakalisa <j.mukakalis@alustudent.com>

Forget password   #147 (#178)

* fogetpassword

* ft-forget password

* reset and forget password

* reset and forget password

* reset and forget password

* reset and forget password

* reset password

* reset update background

* reset update background

* reset update background

* reset password

* reset password

* reset password

* reset password

* yarn.lock

* Ft search job post (#187)

* ft(Add search): Add entry search

* Will add user seach Job Functionalities --squashed commits

* single page to view and search Jobs

* will make jobs and search be on same page

* updating functionality

* Real time searching

---------

Co-authored-by: Jmukakalisa <j.mukakalis@alustudent.com>

* 154 crud application form (#167)

* Will add create application feature

* Will add update application form feature

* Will add view application form feature

* Will add dark mode card

* Will add create application feature

* Will add update application form feature

* Will add view application form feature

* Will add dark mode card

* Add Verify Email (#179)

Co-authored-by: vegetason <irakozepaulin12@example.com>

* resolve comflit

* resolve comflit

* resolve comflit

* resolve comflit

---------

Co-authored-by: Aime Brues <72033556+SHYAKA-Aime@users.noreply.github.com>
Co-authored-by: Jmukakalisa <j.mukakalis@alustudent.com>
Co-authored-by: MUGISHA Joseph <143373965+mugishaj092@users.noreply.github.com>
Co-authored-by: Irakoze Paulin <111436668+vegetason@users.noreply.github.com>
Co-authored-by: vegetason <irakozepaulin12@example.com>

Ft edit, publish and unpublish jobs (#189)

* fix: remove placeholder property

* fix code & tell issue

* will add ft for editing jobs

---------

Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>

Fix fault alerts (#182)

* correct error messages

* work on resolving fault alerts

remove a bug (#190)

Co-authored-by: vegetason <irakozepaulin12@example.com>

Admin dashboard (#181)

General search and filtration admin (#184)

* general-search-admin

* Will add results tab

general search updates

resolved conflicts

admin general search updates

fixing code climate issues

* resolving conflicts

---------

Co-authored-by: MUGISHA Joseph <143373965+mugishaj092@users.noreply.github.com>

* add applicant dashboard page

* add dashboard cards

* integrate with backend

* fetch all data from their respective queries

* remove console logs

* update cohort types and query

* fix routes

* fix code climate

* add graph

* fix chart

* delete yarn

* fix graph and login

* fix

* trigger

* revert

---------

Co-authored-by: uwituzeb <b.uwituze@alustudent.com>

Fix job Search (#199)

Co-authored-by: vegetason <irakozepaulin12@example.com>

* 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 <110295158+Ismaelmurekezi@users.noreply.github.com>
Co-authored-by: MUGISHA Emmanuel <emmyzizo1@gmail.com>
Co-authored-by: Mugisha <mugisha@franks-MacBook-Pro.local>
Co-authored-by: ISHIMWE Jean Baptiste <ijbapte@gmail.com>
Co-authored-by: ceelogre <sam.nishimwe@yahoo.com>
Co-authored-by: ManziPatrick <144239912+ManziPatrick@users.noreply.github.com>
Co-authored-by: Prince-Kid <mucyoprinc12@gmail.com>
Co-authored-by: Mucyo Prince <134399659+Prince-Kid@users.noreply.github.com>
Co-authored-by: Aime-Patrick <aimepatrick64@gmail.com>

revert changes from develop (#205)

fix:dev conflict issues (#207)

added preferences page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DREAM DREAM TEAM frontend frontend task Ready For Review Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Phone numbers can be shared
7 participants