esiteq / wp-petfinder

1 stars 0 forks source link

Latest version + feature requests #1

Open ccj242 opened 3 years ago

ccj242 commented 3 years ago

Hey! LOVE this plugin, I'm using it for the two rescues I volunteer at. Few things -

1) I noticed the code on GitHub hasn't been updated in over a year but the latest code on wordpress is six months old? Any chance we could get an update on the GitHub repo? 2) Any chance we could get alphabetical sort included as well? I can add this myself if necessary. 3) a variable seems to be undefined on line 1344 of class-wp-petfinder.php, doesn't seem to break anything but shows up with WP_DEBUG_DISPLAY 4) A lot of shelters are moving away from petfidner because of impositions on the new v2 api - most I work with use petstablished which has a simple REST api similar to petfinder - I think it would be awesome to add support for that (also happy to add this myself)

Very cool! Thanks again for making this. I'm an angular developer, new to wordpress, but always down to help animals so let me know if you think I can help with anything!

esiteq commented 3 years ago

hi Chris,

Its nice to hear that my plugin was useful for you. It was written for a specific pet shelter, and we agreed that it will be released for free for everyone. I have updated GitHub repo to the latest version (0.6). I will be happy if you could contribute in further development. Unfortunately, I didn't find how to add contributors to Wordpress plugin repository, but we can do that on GitHub. I will add you as a developer if you want.

The plugin was initially developed to have an independent API layer so it will support any API by adding a class. The plugin currently has one class, named petfinder-api-v2.php. I also want to develop my own API for pet adoption and release it as open source.

Its nice to meet you and welcome to the team :-)

On Tue, Mar 30, 2021 at 8:30 AM Christopher CInq-Mars Jarvis < @.***> wrote:

Hey! LOVE this plugin, I'm using it for the two rescues I volunteer at. Few things -

  1. I noticed the code on GitHub hasn't been updated in over a year but the latest code on wordpress is six months old? Any chance we could get an update on the GitHub repo?
  2. Any chance we could get alphabetical sort included as well? I can add this myself if necessary.
  3. a variable seems to be undefined on line 1344 of class-wp-petfinder.php, doesn't seem to break anything but shows up with WP_DEBUG_DISPLAY
  4. A lot of shelters are moving away from petfidner because of impositions on the new v2 api - most I work with use petstablished which has a simple REST api similar to petfinder - I think it would be awesome to add support for that (also happy to add this myself)

Very cool! Thanks again for making this. I'm an angular developer, new to wordpress, but always down to help animals so let me know if you think I can help with anything!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esiteq/wp-petfinder/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAX3NGBSI4KKUOA3NO4MKALTGFOY5ANCNFSM42BIMHMQ .

-- Sincerely, Alex Raven CTO at ESITEQ.COM

ccj242 commented 3 years ago

Thank you @esiteq! I'll dive into this in the next week. Two other bugs I wanted to bring to your attention:

1) In both of the sites I've been using it on, I can't seem to navigate past the first page of animals? Like hitting the 2nd or 3rd page simply refreshes the current page. 2) Sometimes, semi-randomly- I get "InvalidAnimal ID:0" when navigating to the animal details page? I think it may be related to the permalink/cache settings but I can't reproduce it reliably.

Thanks!

esiteq commented 3 years ago

Hi Chris,

We want to launch a pet rescue platform in Europe, similar to Petfinder.com Are you interested?

On Thu, Apr 1, 2021 at 1:11 AM Christopher CInq-Mars Jarvis < @.***> wrote:

Thank you @esiteq https://github.com/esiteq! I'll dive into this in the next week. Two other bugs I wanted to bring to your attention:

  1. In both of the sites I've been using it on, I can't seem to navigate past the first page of animals? Like hitting the 2nd or 3rd page simply refreshes the current page.
  2. Sometimes, semi-randomly- I get "InvalidAnimal ID:0" when navigating to the animal details page? I think it may be related to the permalink/cache settings but I can't reproduce it reliably.

Thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/esiteq/wp-petfinder/issues/1#issuecomment-811499561, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAX3NGEQQASPB2UCNFSVJRTTGOMZLANCNFSM42BIMHMQ .

-- Sincerely, Alex Raven CTO at ESITEQ.COM

ccj242 commented 3 years ago

@esiteq possibly? Can you share more details about the project, whether it's non-profit and how you think I could help? In the immediate future I'd love to get the plugin working reliably or if that's not an option, just make my own using the petstablished API rather than petfinder. Any thoughts on the two bugs I mentioned? Also... where in the code do you implement the sorting preference, i.e. "recent", "random" etc... I can't find it.