-
Notifications
You must be signed in to change notification settings - Fork 16
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
TBD: Explicit Deletion of Properties #174
Comments
Hi I will summarise my point of view discussed within the slack channel. For me a XML feed represents the state of something, and sync-instructions within it seam out of place. You can compare that to a REST situation with json as a body. There it would also be weird to have instructions in the body, and that is why one uses the get parameters or header section of the request (in this example http). I agree that it is important to collaborate about this, but the schema itself might be the wrong place to try and solve this. |
What we could elaborate on within the xml standard. Would be to have a single property xml as a root, so that people could implement direct CRUD implementations themselves using this root element. |
Agree on not adding However, to bring a more generic perspective into consideration we should challenge the send-all-at-once approach:
|
Problem description
Currently a realtor has to provides all his properties within one single XML-file. The distinction whether a property should be deleted happens implicitly: If the realtor, in comparison to his previous import, leaves out one or more properties, those properties must be deleted automatically.
This implies that each provider has to check the delta and remove previously imported listings.
Desired Solution
This issue won't provide any solution to this topic, the purpose is to open a discussion between stakeholders, if this workflow is the desired one or if the SwissRets standard could benefit from some sort of CRUD-attributes.
Just to clarify this issues by a simple example:
The text was updated successfully, but these errors were encountered: