Skip to content

Develop triangle #120

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

Merged
merged 4 commits into from
Apr 14, 2025
Merged

Develop triangle #120

merged 4 commits into from
Apr 14, 2025

Conversation

mesfinassres
Copy link

@arcuri82

Add triangle classification logic and form processing
Implements form handling in Spring MVC to classify triangles based on side inputs.

@arcuri82
Copy link
Contributor

@mesfinassres hi. recall that, once you are done with your changes, you need to mark me a "Reviewers" (see panel on top-right of screen)

@mesfinassres mesfinassres requested a review from arcuri82 April 10, 2025 08:28
public class FormController {

@GetMapping("/index")
public String showForm() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this endpoint? wouldn't make more sense that root "/" is mapped into "index.html"? ie @GetMapping("/") ... return "index.html"?

@mesfinassres
Copy link
Author

@arcuri82

I have finished making the changes. Sould I go ahead and do the usual git push now?

@arcuri82
Copy link
Contributor

@mesfinassres yes, you do the push. once everything is fine, and CI is green, then you notify me and I can check the PR update

@mesfinassres
Copy link
Author

@arcuri82

I had to change the html files which were affected by the change- root "/" is mapped into "index.html". I have pushed these changes as well :)

@mesfinassres
Copy link
Author

Hi @arcuri82 Now, everything looks fine and shows green so you can check the PR update.

@arcuri82 arcuri82 merged commit f114802 into develop Apr 14, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants