-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert the whole repository to pure frontend Reactjs project #26
Comments
FYI, I've started working on this issue in a forked repo. |
hello, I agree that it will be good to do an upgrade. @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:
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. |
hello, |
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. |
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: firasrg#4 |
hello, |
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. |
actually, I don't seem to be able to merge. |
Retry now please @michaelisvy |
Please see, firasrg#8 (comment) |
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. 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. |
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 Maybe it simplifies migration if you create a new folder parallel to Please let me know I if can help you! |
Would recommend the same actually,
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! |
@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!
I think you better talk to the Spring team members about your idea 😉 |
Hi @firasrg |
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.
The text was updated successfully, but these errors were encountered: