BSIT-3-1-APPDEV / PUPSRC-AutomatedElectionSystem

iVOTE is a web-based voting application developed for the student academic organizations of PUP Sta. Rosa Campus.
https://ivote-pupsrc.com
4 stars 8 forks source link

chore: apply activity log- voted, update_email, transfer_org #270

Closed Andrea-Villalobos closed 1 month ago

Andrea-Villalobos commented 1 month ago

chore: apply activity log- voted, update_email,transfer_org

Screenshot 2024-07-16 183455

Transfer Org update: Instead of deleting the voter from the current db, the account_status is set to 'invalid'.

Requesting to update the link in the email-sender.php file, specifically in the sendResetEmail function within the testing branch. Or do I still need to push a commit for this?

Screenshot 2024-07-16 173551

$updateEmailLink= $this->app_url . "setting-email-update?token=" . urlencode($token) . "&orgName=" . urlencode($orgName);

Also, I'm requesting to merge my commits from my last PR from 2 days ago into the testing branch. It is not yet reflected, according to my QA. @Carl-Tabuso

Thank you.

Carl-Tabuso commented 1 month ago

Requesting to update the link in the email-sender.php file, specifically in the sendResetEmail function within the testing branch. Or do I still need to push a commit for this? $updateEmailLink= $this->app_url . "setting-email-update?token=" . urlencode($token) . "&orgName=" . urlencode($orgName);

I'll do the code adjustments in testing branch to accommodate the email updates.

Also, I'm requesting to merge my commits from my last PR from 2 days ago into the testing branch. It is not yet reflected, according to my QA. @Carl-Tabuso

Apologies for the oversight, I'll have latest version pushed to the live version promptly.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 2.35.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: