Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/IAP fixes #37

Merged
merged 18 commits into from
Nov 11, 2024
Merged

Fix/IAP fixes #37

merged 18 commits into from
Nov 11, 2024

Conversation

deeonwuli
Copy link
Contributor

@deeonwuli deeonwuli commented Nov 7, 2024

📌 References

📝 Implementation

  • Remove disease/hazard type from dropdown when event is completed
  • Persist existing disease/hazard types on form page reload
  • Add confirmation dialog on event completion click
  • Sort incident response action rows by due date
  • Blank out the loader background (with a grey background)
  • Get timeline based on due date
  • Include disease outbreak event id in page URL
  • Use incident response officers user group for response action Responsible officers dropdown field

📹 Screenshots/Screen capture

🔥 Notes to the tester

#8696j3edq

@deeonwuli deeonwuli changed the base branch from development to fix/local-timezone November 7, 2024 10:12
@deeonwuli deeonwuli requested review from 9sneha-n, anagperal and bhavananarayanan and removed request for 9sneha-n November 7, 2024 20:40
@deeonwuli deeonwuli marked this pull request as ready for review November 7, 2024 20:40
@deeonwuli deeonwuli self-assigned this Nov 7, 2024
allTeamMembers: this.teamMemberRepository.getAll(),
incidentResponseOfficers: this.teamMemberRepository.getIncidentResponseOfficers(),
managers: this.teamMemberRepository.getIncidentManagers(),
riskAssessors: this.teamMemberRepository.getRiskAssessors(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Contributor

@9sneha-n 9sneha-n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good @deeonwuli One query on dataPerformanceOverview. Which scenario is this required? Is it on reload?


snackbar.error(summaryError);
goTo(RouteName.DASHBOARD);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the " goTo(RouteName.DASHBOARD);" has been removed. I think it is required no?

@deeonwuli
Copy link
Contributor Author

deeonwuli commented Nov 8, 2024

looks good @deeonwuli One query on dataPerformanceOverview. Which scenario is this required? Is it on reload?

yes, exactly that since the eventTrackerTypes default back to an empty array when the form page is reloaded

@9sneha-n
Copy link
Contributor

looks good @deeonwuli One query on dataPerformanceOverview. Which scenario is this required? Is it on reload?

yes, exactly that since the eventTrackerTypes default back to an empty array when the form page is reloaded

ah nice one @deeonwuli

Base automatically changed from fix/local-timezone to development November 11, 2024 10:51
@deeonwuli deeonwuli requested a review from 9sneha-n November 11, 2024 11:01
@bhavananarayanan bhavananarayanan merged commit 4dd6a86 into development Nov 11, 2024
1 check passed
@bhavananarayanan bhavananarayanan deleted the fix/iap-fixes branch November 11, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants