Context
In my profile I would like to remove the service_at_location because I've no use for it.
In Soliguide our services are always linked to a physical location, therefore all the information that may live in service_at_location is either in service or location.
Problem
hsds_schema.py is expecting a service_at_location, otherwise it fails to compile the schema. I had to comment these lines.
Question
I'm wandering maybe the problem is that I shouldn't remove service_at_location in the first place. I can have one for sure, it's just that it would be a useless piece linking services and locations.
Context
In my profile I would like to remove the
service_at_locationbecause I've no use for it.In Soliguide our services are always linked to a physical location, therefore all the information that may live in
service_at_locationis either inserviceorlocation.Problem
hsds_schema.pyis expecting aservice_at_location, otherwise it fails to compile the schema. I had to comment these lines.Question
I'm wandering maybe the problem is that I shouldn't remove
service_at_locationin the first place. I can have one for sure, it's just that it would be a useless piece linking services and locations.