Activity

From September 08, 2010 to October 07, 2010

October 07, 2010

18:14 Task #511 (Development / Work In Progress): Implement MessageBox House Keeping API
I created table call MailBoxBackUp and MailBoxRecipientBackUp to store the back up data. But the method to move the d... Ngoh Chee Ping

October 06, 2010

18:21 Task #511 (Closed - End of life cycle): Implement MessageBox House Keeping API
To implement house keeping APIs
1) delete messages based on date range, status mark as deleted
2) backup messages ...
Tan Lee Yong
09:51 Task #462 (Work Completed-End life cycle): Add audit history info for certain data
Ngoh Chee Ping
09:51 Task #463 (Work Completed-End life cycle): Add number of recipient field
Ngoh Chee Ping
09:49 Task #460 (Work Completed-End life cycle): Enhance the Mail Category
Ngoh Chee Ping
09:49 Task #464 (Work Completed-End life cycle): Add recipient type
Ngoh Chee Ping
09:48 Task #457 (Work Completed-End life cycle): Change static field to integer
Ngoh Chee Ping
09:47 Task #461 (Work Completed-End life cycle): Change Table Structure
Ngoh Chee Ping
09:46 Task #456 (Work Completed-End life cycle): Merge mail box table
Ngoh Chee Ping

October 05, 2010

15:54 Task #462: Add audit history info for certain data
Finish edited and tested the methods that need to save the lastActonDate, lastUpdatedBy inside the history table. Ngoh Chee Ping
15:49 Task #460: Enhance the Mail Category
Already finish test it. Ngoh Chee Ping
15:12 Task #463: Add number of recipient field
I finish edited it follow my design. I also test it already. it is work. Ngoh Chee Ping
13:55 Task #463 (Development / Work In Progress): Add number of recipient field
Now my design is when the recipient get messages, it will auto get the ALL message, at the same time it also will upd... Ngoh Chee Ping

October 04, 2010

00:05 Task #463: Add number of recipient field
Yes. This field is to keep number of recipients had read the message. The reason we need this field is to solve the p... Tan Lee Yong
10:15 Task #462 (Development / Work In Progress): Add audit history info for certain data
The database added the history tables for MailCategory, MailSubject, MailSubjectUser, and MailSubscriptionMessage. Wh... Ngoh Chee Ping
10:00 Task #460 (Development / Work In Progress): Enhance the Mail Category
If the bank user delete or edit the subject, user also can reply by using the same subject, because when delete or ed... Ngoh Chee Ping
09:53 Task #463: Add number of recipient field
For the number of recipient field, is it the number of recipients that already get the ALL message? Ngoh Chee Ping

October 01, 2010

09:52 Task #464 (Development / Work In Progress): Add recipient type
The recipient will get the message when the recipientType is ALL, but this will follow the channel. For that, i add o... Ngoh Chee Ping
09:43 Task #457: Change static field to integer
finish change all the field that has static value to integer, the field is the enums of ACTION, MAILBOX, STATUS, CHAN... Ngoh Chee Ping

September 24, 2010

18:04 Task #457 (Development / Work In Progress): Change static field to integer
Now i changing the MAILBOX to enum ordinal. I set the enum ordinal to messageType, then when i want to save the data ... Ngoh Chee Ping
14:47 Task #461: Change Table Structure
The table structure is created follow the design. All the table and column have been added. Ngoh Chee Ping
14:41 Task #456: Merge mail box table
Finish edited the method that match all the scenario. Ngoh Chee Ping
12:14 Task #456: Merge mail box table
Scenario:
1) Archive a message from Inbox
- Change the Originating to Inbox
2) Delete the message from Archive
...
Tan Lee Yong
12:04 Task #329 (Development / Work In Progress): Fix all OnlineApps Secured Mailbox Unit Test bugs
Tan Lee Yong
10:48 Task #461 (Development / Work In Progress): Change Table Structure
Ngoh Chee Ping
10:46 Task #461: Change Table Structure
Finish created all the new table and change the old table structure. But have not create the functionality for the ne... Ngoh Chee Ping
10:38 Task #456: Merge mail box table
Finish edited all the methods and tested it. Just got one problem. That is when archive one mail, the mail will chang... Ngoh Chee Ping

September 17, 2010

18:04 Task #456: Merge mail box table
Now change the database design to the newest design. Editing the SecuredMailBox all method. Now finish until the rest... Ngoh Chee Ping
18:02 Document: Secured Mailbox Table Design 20100917
Tan Lee Yong
18:02 SecuredMail_table_structure_20100917.jpg
Tan Lee Yong
12:05 Task #456: Merge mail box table
Finally decide to merge all table together, because separate the table will make the coding more confusing and hard t... Ngoh Chee Ping
11:51 Task #456: Merge mail box table
Please go ahead to merge all tables to one due to coding, logic and maintenance complication. Tan Lee Yong
11:29 Task #456: Merge mail box table
Actually the archive and trashcan is the same. If we want to merge the trashcan, archive also merge together will be ... Ngoh Chee Ping
11:15 Task #456: Merge mail box table
Do think if we also merge the archive table to this mailbox table will make thing easier? Tan Lee Yong

September 15, 2010

18:32 Task #456: Merge mail box table
Testing until archiveMessage got some problem. The problem occur when i want to send a mail form sentbox to archive, ... Ngoh Chee Ping
09:44 Task #456: Merge mail box table
Finish edited the codes that no messageType. Now doing the testing on all the methods to make sure it work. Ngoh Chee Ping

September 14, 2010

01:05 Revision 116:504f1931a33d: fix the error on ReplyMessageTest and searchMessageTest and change the...
Nandong Frank
18:04 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Class file: SearchMessageTest.java
method : testSearchByCreationDateFromTrashCan
failure:
can't find resource fo...
Nandong Frank
11:51 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
class file:
SearchMessageTest.java
Fix testSearchByLastActionDateFromInbox method which have failure:
failure, n...
Nandong Frank

September 13, 2010

18:39 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Fixed Failure on ReplyMessageTest class test:
- testReplyMessageForOneRecipientFromInbox()
- testReplyMessageForO...
Nandong Frank
18:38 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Failed in those class test:
class files:
RestoreDeletedMessageTest
RestoreArchiveMessageTest
method that effect...
Nandong Frank
18:29 Task #456: Merge mail box table
Create suggestion. It is more direct without type checking. Good job! Tan Lee Yong
18:22 Task #456: Merge mail box table
Edited the BaseHibernateDaoImpl and finish modify the SecuredMailBox methods.
Problem:
For example: When the use...
Ngoh Chee Ping
10:20 Task #456 (Development / Work In Progress): Merge mail box table
Table MAIL_BOX and MAIL_BOX_RECIPIENT have been created. This table is to combine the inbox, sentbox, and trashcan ta... Ngoh Chee Ping

September 08, 2010

02:23 Revision 114:02c87134e1b5: change to recipient, fixed the failure.
Nandong Frank
17:02 Task #464 (Work Completed-End life cycle): Add recipient type
Add the recipient type to handle ALL, Single and Multiple messages. Tan Lee Yong
17:02 Task #461: Change Table Structure
update new table design. Ngoh Chee Ping
17:01 Task #463 (Work Completed-End life cycle): Add number of recipient field
Add number of recipient field for the messagebox for the send to All user message type usage. Tan Lee Yong
17:00 Task #462 (Work Completed-End life cycle): Add audit history info for certain data
Keep data change history for those table which can be update by admin user. Tan Lee Yong
16:58 Task #461 (Work Completed-End life cycle): Change Table Structure
Change table structure to the new design. Chee Ping, please upload your design to this task. Tan Lee Yong
16:56 Task #460 (Work Completed-End life cycle): Enhance the Mail Category
To enhance mail category to address the below requirement:-
How if bank user had delete/edit the subject, is user al...
Tan Lee Yong
16:27 Task #457 (Work Completed-End life cycle): Change static field to integer
Change all the field that has static value to integer instead of text. Use the enum ordinal to get the enum integer. Tan Lee Yong
16:25 Task #456 (Work Completed-End life cycle): Merge mail box table
To merge the inbox, sentbox and trashcan to one single table Tan Lee Yong
11:34 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
Fix Failure for GetMessageTest.java Nandong Frank
11:24 Revision 115:da2172e2a379: fixed archive, delete, get message test.
Ngoh Chee Ping
11:17 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
class files:
RestoreDeletedMessageTest
RestoreArchiveMessageTest
method that effected:
testRestoreArchiveMessag...
Nandong Frank
10:47 Task #424 (Work Completed-End life cycle): Enhance the SentBox Recipient Field
Ngoh Chee Ping
09:46 Task #329: Fix all OnlineApps Secured Mailbox Unit Test bugs
RestoreArchiveMessageTest have failure:
in method, testArchiveMessageFromTrashCan:
java.lang.AssertionError.java.te...
Nandong Frank
09:29 Task #424: Enhance the SentBox Recipient Field
Finish edited and tested all the methods in securedMailBox class. The problem of delete the data of the mail when the... Ngoh Chee Ping

September 07, 2010

06:22 Revision 112:7138837e80ce: added MailBoxTableObjectRecipient obj = getTableObjecRecipient(location);
Nandong Frank
03:05 Revision 110:5b31c39fdc11: commit TestDataUtil added recipient
Nandong Frank
 

Also available in: Atom