Open firasrg opened 1 year ago
FYI, I've started working on this issue in a forked repo.
hello, I agree that it will be good to do an upgrade. I wanted to install it today and it took me a while to figure out that we need Java 8 to run it because of the javax.xml.Binding packages incompatibility.
@firasrg I can see that you have started working on it. Happy to help if needed.
Hi @firasrg Thanks for your proposition. We are looking contributors to upgrade all the forks of the Petclinic Community and you are welcome. I think you can indeed draw inspiration from the main repository. I let you submit a Pull Request when you are ready.
Thank you, @firasrg for your work!
@all: I wonder if we should follow the spring-petclinic-angular example and drop the backend part here and only include the react frontend.
Pro:
Con:
What do you think?
@nilshartmann Hmm if there is already a reliable backend app, why repeating it here ? In that case I sugges to make this repo only for frontend app.
Ultimately, if absolutely you need backend and frontend source files together, then you can use Git Submodules feature, but that will require a new repo (I think).
So project hierarchy becomes like this
Otherwise I agree to make it fully frontend like the one for Angular.
@firasrg: Git Submodules sounds like a good idea.
I think we don't need a new repo:
Hmm, that would be nice! So are you (collaborators/maintainers) going to do this radical change or contributors?
Hello Nils and Firas. If we could use the existing spring-petclinic-rest as backend it coud be great. The spring-petclinic-reactive demonstrates how to use a git submodule.
Hi all,
again thanks a lot for your comments and engagement! π π
I would suggest:
master
to main
What do you think?
Hi again @nilshartmann And thank you for this feedback!
The other issue is closedπͺ.
I think that tasks like rename main branch and adding submodules can be done by someone having authorities unlike me or any ordinary contributors.
As for the upgrade I think i can do i it effectively!
@michaelisvy I don't think that splitting the upgrade task is a good idea as the current version looks simple. Maybe we can add a 1st new feature, like a user authentication.
What do you think?
I have another interesting suggestion (it can be in another issue if you like it).
Make the client app as a React Native project, this can bring more interested people to the field π.
As React Native gives possibility to build native apps (mobile/tablet) for Android/iOS in addition to Web with one codebase!
there is a nice framework called Expo that takes care of all native files. Im familiar with Expo and use it frequently to develop React Native. With Expo you only use JS/TS and Json files, no gradle files, no Xml, no swift, no Java. Expo is similar to Vite and CRA, it opens the road to work quickly and focus on logic rather than configurations.
Mobile apps now are trending.. many customers today, search to build more than one product with 1 codebase (with less efforts qnd time)
What do you think?
Hi @firasrg,
while I think this is a good idea, I think that would make another/different spring-petclinic example project.
I'd like to go here with React, so people can compare with the angular approach, can get an idea how a React codebase would look like and so on.
Hi @firasrg
We don't yet have a mobile version of Petclinic dedicated to smartphones. The Kotlin version is a classic webapp, not an Android application. Having a fork of Petclinic as a native application is a great idea. Why not with React Native? But like Niels, I'd be in favor of creating another repository. Let's perhaps concentrate first on upgrading this repo.
hello, I started something here: https://github.com/michaelisvy/petclinic-react It's my first React application, so it's not great and still work in progress.
Hello everyone!
I did some good refactoring (still in progress). You can review it here π .
Tbh, it's not like I expected at the beginning, it needs some hard work, as long as we think quality and long term maintenance.
@michaelisvy, thank you for this feedback, would you like to take a look at my version ? π
I'll keep you updated, see you
yes it definitely takes a while. I'm happy to contribute to your repo if you think we can share the load. I saw that you use Bootstrap. Is it more popular than Material-UI?
Im using bootstrap because it's mandatory to render styles correctly like in the old version.
I think ti go step by step: first I make it show up as expected then we see what to change.
Alright, Im going to add you as a collaborator
thanks @firasrg ! I see you've added me as a contributor. Is there something I can do in priority?
You can open an issue and work on it π€·π»ββοΈ
ok I've sent you a pull request. Still a lot to do :)
@michaelisvy thank you for your help.
Btw it seems your PR is sent to the upstream rep not the forked repository, the one I created.
π I think it's too early to do that, as you said, there is lot todo. So i invite you to change the merge target to the main branch in the forked repo only. So i can review , merge or reject.
ah indeed! I've closed the previous PR and created another one here: https://github.com/firasrg/spring-petclinic-reactjs/pull/4
hello, would it be possible to open our code base to more reviewers? For instance, @shonoru has reviewed my pull request but I don't think he has the right to approve it.
Hello @michaelisvy !
Thank you for your feedback and activities! I value all your efforts.
I think you can do merges by yourself as you are a member of that forked repo. I trust you!
Excuse me for being inactive during all this time, i have priorities..
Feel free to contact me, if you like, on my email, discord or any.. we can talk together and come to an idea
ah is it? I thought you had to approve. I'll try to merge it. Thanks for your feedback on my Pull Requests, I really learned from it :).
actually, I don't seem to be able to merge. I can see this message: "Merging is blocked Merging can be performed automatically with 1 approving review." Maybe it's a setting you can change?
Retry now please @michaelisvy
don't seem to be able to merge
Please see, https://github.com/firasrg/spring-petclinic-reactjs/pull/8#issuecomment-1629187645
it seems the merge didn't work because you have a review comment still open! Remeber to resolve them before thinking to merge next time.
I've made merge rn, you can notice it. Also, in order to get free from dependency on me, you can fork my repo, and continue your progress then do pull request. As for my repo, i still interested in it, just not finidin enough time.
Thanks all
thanks @firasrg , I will fork your repository then.
hi @firasrg @nilshartmann @shonoru , I was thinking to start again from the original project and migrate it little by little, instead of rewriting everything. Unfortunately, package.json has so many libraries inside and some of them have changed name (such as @babel/core). Wondering if you have any tips, or if there is any tool to migrate an older project to a more recent version of libraries?
Hi @michaelisvy!
I think it's a good idea to start from scratch. I don't think there is a clever migration strategy (tbh I forgot how old this example is π±)
As create-react-app seems rather abandoned/deprecated now, I would start with a vite-based setup now. You could use the react-ts
template.
Maybe it simplifies migration if you create a new folder parallel to client
and start there. That way you can easily compare and copy+paste-things from the old client?
Please let me know I if can help you!
I would start with a vite-based setup now
Would recommend the same actually, vite + react-ts
bundle. In this case, you may re-use or copy existing components without much changes.
if you have any tips, or if there is any tool to migrate an older project
Nope, my understanding is that you're trying to update build tool rather than migrate components, it can be done either upgrade deps (could be painful), or replace it w vite as suggested above.
hello, thanks a lot for the update! Holidays are starting now, but I'll definitely go back to it in a few weeks :)
@michaelisvy Holidays always are the best choice π₯³ Enjoy your free time!
hey everyone! i was absolutely absent on github for a while. I consider to continue working on this on my forked version. FYI
hi @firasrg , that will be great! Sorry I was also focused on other things and didn't make improvements to my own fork.
Hello! I know im too lateπ . it seems the app has been upgraded to spring boot v3 by copying spring-petclinic-rest. I think this is not what was planned. However i count to come back to this project to contribute. Any update please? Also, i have a suggestion to make better collaboration, I think about creating a discord chat in which we can talk more friendly what do u think?
Hi @firasrg , there are no further updates yet, so its not too late to start collaborating π.
Instead of discord I could enable GitHub discussions for this project. Then we would have everything at one place and barrier for other people interessted in the project are very low because they have access to GitHub anyway. What do you think?
Hi @nilshartmann ! Continuing with our plan: converting the entire repo into a Reactjs project and adding the Petclinic REST API as a git submodule. please let me know if this approach still aligns with the project's direction.
Regarding Discord, I highly recommend creating a server for the Spring framework or at least the Spring Petclinic community. Discord is widely used in developer circles, offering real-time chat that's more dynamic than GitHub Discussions. It supports markdown, forums, voice chats, live events, and more, making it a great tool for active communities.
Note: While I can set this up, it would be more impactful if initiated by the Spring members.
Hello again! alright, i made significant heavy changes in my forked repo, and i think im gonna need help to review them even before i send PR. Currently, the layout and styles setup is done with static data. What is left: integration with the real rest api. Also, i think to rewrite the README, and add contributing guidelines.
Note: This message alerts you that soon, i'm gonna send my PR which is too big. So we may need to collaborate on it.
You can follow the progress on my branch
Hi @firasrg!
Regarding Discord, I highly recommend creating a server for the Spring framework or at least the Spring Petclinic community. Discord is widely used in developer circles, offering real-time chat that's more dynamic than GitHub Discussions. It supports markdown, forums, voice chats, live events, and more, making it a great tool for active communities.
Note: While I can set this up, it would be more impactful if initiated by the Spring members.
I think you better talk to the Spring team members about your idea π
Hi @firasrg Personally, I've never used Discord. I find it easier to stay on GitHub and use the built-in discussion system.
Problem
I'm unable to run the app locally, I see many errors β The app is built with Spring Boot v1.4 and I'm with JDK 17?! It seems this project has not received updates for long time (Last commit on /src folder was 6 years ago!), this indicates that it has become outdated so it lacks compatibility with newer techs, patterns and best practices.
Solution
I suggest to do an upgrade (ideally to latest version Spring Boot v3).
FYI: The main Spring PetClinic project is actively maintained and regularly updated! It can serve as an excellent reference to guide the upgrade process here.
Please let me know if you have any questions or require further information to support this issue.