Also, I'd like to hear your thoughts about refactoring the write requests ... aka *Commands*. How could we introduce type-safety while we are going through the whole layers with `JsonCommand` and `CommandWrapper`?
On Thu, Jul 4, 2024 at 11:09 AM Zeyad Nasef <zeyad.nasef....@gmail.com> wrote: > Hello everyone, I hope you are doing great. > > I've created a proposal for a project related to migrating our current > JAX-RS REST resource classes to Spring's Web MVC framework and utilizing > Jackson for JSON parsing. This will help us eliminate manual JSON parsing > and improve code quality and maintainability. > > Also, I have created an initial PR for introducing the refactoring to the > `note` API (GET requests only). > > For more details, please refer to the mentioned document and the Jira > ticket. > > > *Links:* > - Initial pull request <https://github.com/apache/fineract/pull/3915> > > - Proposal Doc > <https://docs.google.com/document/d/17o59Ns9d8KlQ9Tl6Ceam5mtfDQzqNRKkHgGjZh0waYM/edit?usp=sharing> > > - Jira Ticket <https://issues.apache.org/jira/browse/FINERACT-2021> > > > *Please review the initial pull request as soon as possible. It has been > open for a month, and your feedback is crucial.* > Thank you for your support. > > Best regards, > Zeyad >