Replies: 2 comments 1 reply
-
It seems to have a good architecture. Actually I've updated the library (using a real book library web service) I've made with Tlaop using React here : https://github.com/Gnuk/library-hexa-react I've added a Vue adapter to have multiple examples. The library is the only part using hexagonal architecture. Your architecture seems really similar. |
Beta Was this translation helpful? Give feedback.
-
I agree that front modules can be improved, and that an example is useful. I'm fine with the src/main/webapp structure. I've a small suggestion regarding frontend component tests: IMO we don't need the |
Beta Was this translation helpful? Give feedback.
-
I think front modules needs to be reworked to have an example of what can be done frontend wise.
I made a small attempt here: https://gitlab.com/damon.colin/jhlite-vue-rework
I am calling a public API, I'd like to find some business operation to do on the frontend to make the example more appealing but can't come with a good idea for that right now
What do you think of this result?
cc @qmonmert @Gnuk @murdos @pascalgrimaud
Beta Was this translation helpful? Give feedback.
All reactions