PropertyCross icon indicating copy to clipboard operation
PropertyCross copied to clipboard

Most examples are broken due to API change

Open alexleutgoeb opened this issue 7 years ago • 4 comments

The search API request to Nestoria (as described here) does not return a guid identifier for properties anymore. Therefore the favorite feature is mostly broken on every platform implementation that uses the guid for referencing properties.

I already sent an email to Nestoria support this week, asking if that is a bug or on purpose. Just wanted to let you know, that this might be an issue in the future.

alexleutgoeb avatar Oct 28 '16 08:10 alexleutgoeb

Here is a rough overview of projects using the guid field: https://github.com/tastejs/PropertyCross/search?utf8=✓&q=guid

alexleutgoeb avatar Oct 28 '16 08:10 alexleutgoeb

Yikes - that's not good. Thanks for letting me know!

ColinEberhardt avatar Oct 28 '16 09:10 ColinEberhardt

That might be misleading. E.g. Codename One appears in the list but the code specifically tests for a null GUID and uses a fallback.

codenameone avatar Oct 28 '16 09:10 codenameone

Sure, this is only a code search for the guid key. My purpose was not to ask for changes in code but to highlight the issue. As this project is about comparing frameworks and best practices, I'm not asking for adding workarounds to projects but trying to get the API fixed.

alexleutgoeb avatar Oct 28 '16 10:10 alexleutgoeb