Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 784 Bytes

COR3387.md

File metadata and controls

10 lines (7 loc) · 784 Bytes
  1. Change happens on Concurrence html, triggerening onDateApproved in Concurrence component. In particular, when a person exits the field, this triggers onDateApproved.

2a. If timeline form is valid AND dateApproved !== null: this.state = true, 2b. else this.state = false

  1. This gets sent to StatusInstructionService to toggle a message about the dateApproved field, also to TimelineTrackerComponent within ngOnInit (getTimeLineAndRounds) to check the status of the DateApproved field on render.

  2. This gets sent to StatusDropdownService to a subject that alerts a function on StatusDropdownComponent to toggle the Review Completed dropdown option also to TimelineTrackerComponent within ngOnInit (getTimeLineAndRounds) to check the status of the DateApproved field on render.