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

Add support to add, remove and display all the parties associated with the facility #12

Closed
1 of 7 tasks
ymaheshwari1 opened this issue Nov 17, 2023 · 0 comments · Fixed by #19
Closed
1 of 7 tasks
Assignees

Comments

@ymaheshwari1
Copy link
Contributor

ymaheshwari1 commented Nov 17, 2023

What is the motivation for adding/enhancing this feature?

What are the acceptance criteria?

  • Display parties associated with a facility, use entity FacilityAndParty, pass facilityId, orderBy partyId DESC and enable filterByDate
  • Ability to add a new party, on clicking add button, it opens a modal, in which display parties using PartyRoleAndPartyDetail entity and add searching in the modal that should work on partyId, firstName, lastName and groupName, in the same model add a select using which we can assign a role to the party
  • For adding a party use service addPartyToFacility, and pass facilityId, roleTypeId, and partyId
  • For removing a party use servcie removePartyFromFacility and pass facilityId, fromDate, thruDate(now timestamp), partyId, and roleTypeId
  • For fetching possible values for role type, use entity RoleTypeGroupMemberAndRoleType, and pass roleTypeGroupId FACILITY_PARTY_ROLE, orderBy sequenceNum, filterByDate

Can you complete this feature request by yourself?

  • YES
  • NO

Additional information

@ymaheshwari1 ymaheshwari1 moved this to 📅 Planned in Digital Experience Platform Nov 17, 2023
@amansinghbais amansinghbais moved this from 📅 Planned to 🏗 In progress in Digital Experience Platform Nov 17, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 17, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 17, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 17, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 20, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 20, 2023
@amansinghbais amansinghbais moved this from 🏗 In progress to 👀 In review in Digital Experience Platform Nov 20, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 20, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 20, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 21, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 21, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 22, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 23, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 23, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 23, 2023
amansinghbais added a commit to amansinghbais/facilities that referenced this issue Nov 23, 2023
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Digital Experience Platform Nov 23, 2023
ravilodhi added a commit that referenced this issue Nov 23, 2023
Implemented: support to add, remove and display parties associated to a facility in staff sement (#12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
2 participants