josdem / vetlog-spring-boot

Maintain your pet history organized
https://vetlog.org
Apache License 2.0
15 stars 11 forks source link

Wrong message on account created #332

Closed josdem closed 3 days ago

josdem commented 1 week ago

Steps to reproduce

Expected result A mesage: Your account was created

Actual result Screenshot 2024-09-10 140838

Prathyusha287 commented 6 days ago

Hi @josdem , Shall I do it?

josdem commented 6 days ago

Hi @josdem , Shall I do it?

Hi @Prathyusha287 Absolutely, your collaboration is appreciated, let me know if you have any questions.

Prathyusha287 commented 5 days ago

Hi @josdem ,thank you for assigning.Will start working on it.

Prathyusha287 commented 5 days ago

Hi @josdem Can you kindly help me on setting up this project ? .Which version of java is it compatible with?

kaminuma commented 5 days ago

Hi @Prathyusha287 Please check the java settings in the build.gradle file. It must have been 21. I have already closed my PC today, so please check it. I'll also mention @josdem josdem Please check again!

Prathyusha287 commented 5 days ago

Hi @kaminuma Thanks for the reply. I figured it out later and forgot to mention it. Also any idea on which version of gradle is being used?

josdem commented 5 days ago

Hi @kaminuma Thanks for the reply. I figured it out later and forgot to mention it. Also any idea on which version of gradle is being used?

Hi @Prathyusha287 you do not need to install Gradle, you can use the wrapper within the project, for more information please go here: https://github.com/josdem/vetlog-spring-boot/wiki/execution

josdem commented 5 days ago

@all-contributors please add @kaminuma for question

allcontributors[bot] commented 5 days ago

@josdem

I've put up a pull request to add @kaminuma! :tada:

Prathyusha287 commented 4 days ago

Hi @josdem @kaminuma . I have replicated the issue and solved the issue. Can any of you guide me on what to do now ?

kaminuma commented 4 days ago

Hi @Prathyusha287 You open a branch with your changes and submit a PR. (preferably this issues number, for example feature/332)

At that time, include the development members as reviewers and wait for the review. Once the reviewer approves that there are no issues, you will be able to merge.

next action❗️ pull request on the modified branch.

@josdem If you have any rules for development, please share them🙏 thanks.

josdem commented 4 days ago

Hi @Prathyusha287 You open a branch with your changes and submit a PR. (preferably this issues number, for example feature/332)

At that time, include the development members as reviewers and wait for the review. Once the reviewer approves that there are no issues, you will be able to merge.

next action❗️ pull request on the modified branch.

@josdem If you have any rules for development, please share them🙏 thanks.

Hi @kaminuma , I agree with suggested steps, you described the standard process correctly.

josdem commented 3 days ago

PR merged: https://github.com/josdem/vetlog-spring-boot/pull/336