jrgdnn12 / RemitEase

A Global Remittance System Application built in Java to fulfill the project requirements for MIS 768 advance software concepts.
0 stars 0 forks source link

Modify database creating script- remittance table- separate currency attribute into, localCurrency and targetCurrency. #32

Closed jrgdnn12 closed 4 months ago

jrgdnn12 commented 4 months ago

If Phillips takes this, then no need for pull. just directly to branch 17.

jrgdnn12 commented 4 months ago

No blocks

jrgdnn12 commented 4 months ago

Make changes as follows remittance table- separate currency attribute into, localCurrency and targetCurrency

rename remittance table to Transaction

Make "transactionID" column autoincrement, start at 4514564. and primary key.

remove foreign key link from recipient in recipients table to userID in users table.

make recipientID autoincrement and primary key.

jrgdnn12 commented 4 months ago

I'm taking over this, need an hour at most. After I will continue working in DAO implementation and their respective unit tests. Hope to be finally done with this shit today!

jrgdnn12 commented 4 months ago

Changes are done. I branch 33. Issue will be resolver by Pull request #38