Skip to content

Conversation

@mesfinassres
Copy link
Contributor

@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
Contributor 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
Contributor 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
Contributor 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.

3 participants