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

Implemented: flow to find and create facility groups #75

Merged
merged 11 commits into from
Dec 8, 2023
Merged

Implemented: flow to find and create facility groups #75

merged 11 commits into from
Dec 8, 2023

Conversation

alsoK2maan
Copy link

@alsoK2maan alsoK2maan commented Dec 7, 2023

Related Issues

Closes #73

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

src/components/CreateFacilityGroupModal.vue Outdated Show resolved Hide resolved
src/services/FacilityService.ts Outdated Show resolved Hide resolved
@@ -10,4 +11,5 @@ export const FACILITY_CALENDAR_UPDATED = SN_FACILITY + '/CALENDAR_UPDATED'
export const FACILITY_PARTIES_UPDATED = SN_FACILITY + '/PARTIES_UPDATED'
export const FACILITY_PRODUCT_STORES_UPDATED = SN_FACILITY + '/PRODUCT_STORES_UPDATED'
export const FACILITY_VIRTUAL_FACILITY_LIST_UPDATED = SN_FACILITY + '/VIRTUAL_FACILITY_LIST_UPDATED'
export const FACILITY_GROUPS_LIST_UPDATED = SN_FACILITY + '/GROUPS_LIST_UPDATED'
Copy link
Contributor

Choose a reason for hiding this comment

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

We should rename this to FACILITY_GROUP_LIST_UPDATED.

@ravilodhi ravilodhi merged commit 909c387 into hotwax:main Dec 8, 2023
1 check passed
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.

Implement Facility Group UI
4 participants