Closed FeliciaTay closed 4 years ago
@foochifa Last Status will usually be null unless the IA edited to Rejected/Ghosted. Yep, the printing of last stage is handled by getLastStageMessage
Yup okay thanks! Im still not sure about having null final values though, but we can change it next time.
Goodjob!
Sorry just to confirm. So lastStage will usually be == status (current) unless the IA has been edited to Rejected/Ghosted right?
Because if this is the case, then the primary IA constructor should follow, instead of setting lastStage to null, it will be better to follow the default and set it to status. Not really good to carry null final values.
And the printing of last stage is handled by the getLastStageMessage in IA?