Skip to content
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

Checking if this is still being supported? No revenue with WP 6.0.1 #61

Open
EdithAllison opened this issue Jul 14, 2022 · 8 comments
Open

Comments

@EdithAllison
Copy link

Just checking if this is still being supported? I've installed it on WP 6.0.1. Profile and Tasks are working :) but revenue is 0. But even without revenue, I love the task listing!

@PanosSynetos
Copy link
Contributor

Hey there. Due to other commitments, I'm not able to maintain this plugin.

I don't know if @spyrosvl or @stracker-phil or anyone else can help.

The plugin is quite straight forward though, anyone can contribute with a PR and fix the issues.

@megmorsie could you maybe shout out that this plugin needs some love and needs adoption? It might not be perfect in terms of coding but has some very helpful features .

@cagdasdag
Copy link

I debug a bit this and looks like transactions api endpoint is changed.

https://api.codeable.io/users/me/transactions?page=1 sending a request to that gives 404. Is there any documentation or someone responsible from API?

@megmorsie
Copy link

megmorsie commented Aug 10, 2022

@megmorsie could you maybe shout out that this plugin needs some love and needs adoption? It might not be perfect in terms of coding but has some very helpful features . - @PanosSynetos

Oh wow I'm just now seeing this - my bad! Yeah I can definitely get this out via newsletter/Slack/etc. :)

@cagdasdag checking on this for you!

@EdithAllison
Copy link
Author

EdithAllison commented Aug 10, 2022

@megmorsie Linked to https://github.com/codeablehq/Product-feedback/issues/362#issuecomment-1210044974 - looks like this might become part of the Codeable app 👍

@spyrosvl
Copy link
Contributor

@cagdasdag the documentation doesn't seem updated. https://codeable.docs.apiary.io/#reference/users/transactions-collection/list-my-transactions

Please ask on Slack. Maybe Chris can help on this.

@cfc1020
Copy link

cfc1020 commented Aug 12, 2022

Hi @cagdasdag

I debug a bit this and looks like transactions api endpoint is changed.

Yes, indeed. We have recently re-worked transactions endpoints and introduced search and filters.
I'll give you a quick tour of the changes.

  1. Now endpoints are moved under user role namespaces(client|expert), e.g. https://api.codeable.io/clients/transactions;
  2. Also we standardized the layout of each transaction.
  • Now we already provide the amount and fee of a transaction(which can be negative as well meaning outgoing transaction) so no need to calculate it.
  • Also, there are two properties(actions and resources to see what you can do with that particular transaction and what was its source);
  1. Transactions are ordered and paginated;
  2. You can play around with the filters on this page https://codeable.io/transactions and see the requests that our FE makes so that you can reuse those filters in your plugin.
    And one more thing: we developed a new endpoint to do a quick search of the previous clients/projects https://api.codeable.io/clients/search so you can use the results of it to narrow down the transactions list.

And yes, the documentation isn't up to date, but I am here to help 👍

@cagdasdag
Copy link

Sounds cool @cfc1020 , I'll check this when I've time and let you know if I have any question 👍

@nathanello
Copy link

nathanello commented Mar 10, 2024

Chiming in here to see if any additional API documentation can be provided. I'd love to tinker on getting the plugin working again. @cfc1020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants