You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't used PODs before, so the first place I'm looking at documentation to get an idea of how difficult or eays it will be ot integrate it into my application is the example on the main readme in the repo.
When I first glossed over it, considering a few different libraries ot use for my project, I got the impression that PODS required a server internally to function - perhaps underneath, the library was setting one up to receive data in the background, etc. etc.
I now realise that this is just because the sort of data we are storing is a list of servers, but this wasn't immediately obvious. Therefore, I think it would be a good idea to add a note on this line explaining what we're doing, or pick a different example of domain data to show on the main page of the repository (something more obvious as an example., like fruits, animals or planets), as without having seen the library before, intermingling Server code and PODS code, it gave me the impression PODs required some sort of more complex Server structure in order to work, and thus it would need a lot more work involved in getting it to work than it really will.
The text was updated successfully, but these errors were encountered:
Hi,
I haven't used PODs before, so the first place I'm looking at documentation to get an idea of how difficult or eays it will be ot integrate it into my application is the example on the main readme in the repo.
When I first glossed over it, considering a few different libraries ot use for my project, I got the impression that PODS required a server internally to function - perhaps underneath, the library was setting one up to receive data in the background, etc. etc.
I now realise that this is just because the sort of data we are storing is a list of servers, but this wasn't immediately obvious. Therefore, I think it would be a good idea to add a note on this line explaining what we're doing, or pick a different example of domain data to show on the main page of the repository (something more obvious as an example., like fruits, animals or planets), as without having seen the library before, intermingling Server code and PODS code, it gave me the impression PODs required some sort of more complex Server structure in order to work, and thus it would need a lot more work involved in getting it to work than it really will.
The text was updated successfully, but these errors were encountered: