The User view displays a store's CURRENT capacity.
Issue: store's CURRENT customer capacity is only updated in the database when the capacity is at max, or max-1, to limit the number of calls to the back-end which could be misleading to the User view.
The User view displays a store's CURRENT capacity.
Issue: store's CURRENT customer capacity is only updated in the database when the capacity is at max, or max-1, to limit the number of calls to the back-end which could be misleading to the User view.