Add CRUD functions to `BikeBrigade.Locations` context: - `list_community_fridges/0` - `get_community_fridge!/1` - `create_community_fridge/1` - `update_community_fridge/2` - `delete_community_fridge/1`
Add CRUD functions to
BikeBrigade.Locationscontext:list_community_fridges/0get_community_fridge!/1create_community_fridge/1update_community_fridge/2delete_community_fridge/1