hotwax / available-to-promise

HotWax Commerce Threshold Management App
https://threshold-management.hotwax.io
Apache License 2.0
4 stars 21 forks source link

No need to persist facility groups #310

Closed amansinghbais closed 1 month ago

amansinghbais commented 2 months ago

What is the motivation for adding/enhancing this feature?

Currently we are persisting the facility groups and not fetching them again if they are present in state already. This results in issue when we have already fetch facilityGroups and then i remove a facilityGroup from a product store. In that case the api doesn't calls again as already present in state resulting in removed group still showing in the groups.

Hence there is no need for caching/ persisting facilityGroups.

What are the acceptance criteria?

Can you complete this feature request by yourself?

Additional information