Checking if this is still being supported? No revenue with WP 6.0.1
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!
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 .
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 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!
@megmorsie Linked to https://github.com/codeablehq/Product-feedback/issues/362#issuecomment-1210044974 - looks like this might become part of the Codeable app 👍
@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.
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.
- Now endpoints are moved under user role namespaces(client|expert), e.g.
https://api.codeable.io/clients/transactions; - 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);
- Transactions are ordered and paginated;
- 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/searchso 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 👍
Sounds cool @cfc1020 , I'll check this when I've time and let you know if I have any question 👍
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