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

[feature] Incident action forms #26

Merged
merged 16 commits into from
Nov 6, 2024

Conversation

deeonwuli
Copy link
Contributor

@deeonwuli deeonwuli commented Oct 10, 2024

📌 References

📝 Implementation

  • Display and save action plan form
  • Display and save response action form
  • Display incident action summary and table
  • Handle adding new response actions

to do:

  • Include status and verification dropdowns in response action table

📹 Screenshots/Screen capture

Screen.Recording.2024-10-14.at.06.14.39.mov

🔥 Notes to the tester

#8694tp1ju

@deeonwuli deeonwuli requested a review from 9sneha-n October 10, 2024 16:26
@deeonwuli deeonwuli marked this pull request as ready for review October 14, 2024 11:58
@@ -62,7 +67,8 @@ function getCompositionRoot(repositories: Repositories) {
getWithOptions: new GetEntityWithOptionsUseCase(repositories),
save: new SaveEntityUseCase(
Copy link
Contributor

Choose a reason for hiding this comment

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

better to add directly repositories and in the use case get them like for example in the use case GetDiseaseOutbreakByIdUseCase

@deeonwuli deeonwuli requested a review from anagperal October 16, 2024 14:37
Copy link
Contributor

@anagperal anagperal left a comment

Choose a reason for hiding this comment

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

thanks @deeonwuli !

@bhavananarayanan bhavananarayanan merged commit 7a42023 into development Nov 6, 2024
1 check passed
@bhavananarayanan bhavananarayanan deleted the feature/incident-action-plan branch November 6, 2024 10:32
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.

4 participants