This PR contains the frontend implementation of the project transfer ownership functionality.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[x] I updated the changelog with an end-user readable description
[x] I assigned this pull request to the correct project board to update the sprint board
Steps to Test or Reproduce
Login as a user and check that you have a project.
Via the project details, go to transfer ownership and enter the email address for the new project owner combined with the projectId. The email adress should belong to a DeX user. You can change the email address in the database. Or more easy use two different FHICT accounts.
You should have an email indicating the project transfer. Accept or Deny. Please test all possible outcomes.
After accepting the transfer, the new user should also receive an email (this is the email address you entered, this also must be a DeX user!!)
After accepting the second email verification the project should now be transferred to the new user.
Also try canceling the project ownership transfer request by pressing on the transfer ownership button again.
Description
This PR contains the frontend implementation of the project transfer ownership functionality.
Type of change
Checklist
Steps to Test or Reproduce
Login as a user and check that you have a project. Via the project details, go to transfer ownership and enter the email address for the new project owner combined with the projectId. The email adress should belong to a DeX user. You can change the email address in the database. Or more easy use two different FHICT accounts. You should have an email indicating the project transfer. Accept or Deny. Please test all possible outcomes. After accepting the transfer, the new user should also receive an email (this is the email address you entered, this also must be a DeX user!!) After accepting the second email verification the project should now be transferred to the new user.
Also try canceling the project ownership transfer request by pressing on the transfer ownership button again.
Link to issue
Closes: #581