My late night project for openmage v21 #2270
Replies: 4 comments 9 replies
-
Next OM, modernize the js framework for use in both front and backend. |
Beta Was this translation helpful? Give feedback.
-
It is difficult to express an opinion at this moment, but I have gone through such situations when certain projects fell apart due to contrary ideas, non-involvement, delay in achieving the objectives. If you have made your own repository I presume that your work will focus there abandoning what exists here in OM. I don't consider it a timely decision because there are still issues and PR that need to be analyzed and integrated. We had barely managed to achieve the impossible by decreasing the number of issues and PR's and we are talking about projects whose finality is not known. For better or worse OM offers us an umbrella for everyone at this moment. I would have preferred to discuss first any important changes you intend to make than to be made to choose whether to follow you or not. Honestly speaking, you have created some PR's lately that I would have liked to discuss before publishing. I also feel a certain upset in your message, a personal disappointment. You are an excellent programmer and organizer and for sure I would miss you. |
Beta Was this translation helpful? Give feedback.
-
I'd like to see a complete implementation of the REST API. |
Beta Was this translation helpful? Give feedback.
-
I do not know how to use the Rest API, I tried but it didn't get anywhere. I used the old SOAP. Then I learned JSON-RPC from Colin, now it's the API that I use for projects. JSON-RPC is very lightweight and easy to implement. It is a direct replacement to SOAP in OM. The same endpoints for SOAP/XML-RPC work right of the box for JSON-RPC. |
Beta Was this translation helpful? Give feedback.
-
So, you all know I want to remove a lot of code from OM's repo and delegate responsability to the original authors, I a forked OM v20 on my repo and started the work:
https://github.com/fballiano/openmage/tree/mcommerce
I called it mcommerce at the moment, I don't really know why but that's beside the point.
Notes:
Preliminary tests are ok and I'm really liking it. I'd obviously a little "edgy" but I think that is the direction to go.
I'd like it to be the next OM and I hope it will not take years to bring some more news into OM.
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions