Skip to content

Comments

feat(javalinWidgets): listen for POST requests to /widget/{name} endp…#243

Merged
darinkelkhoff merged 1 commit intodevelopfrom
feature/javalin-widget-post
Oct 2, 2025
Merged

feat(javalinWidgets): listen for POST requests to /widget/{name} endp…#243
darinkelkhoff merged 1 commit intodevelopfrom
feature/javalin-widget-post

Conversation

@darinkelkhoff
Copy link
Contributor

Pull Request

📝 Description

What does this PR do?
listen for POST requests to /widget/{name} endpoints to support larger param sets than query string / URI length

Related Issue:
Closes #[issue_number]

🔍 Type of Change

  • Bug Fix - Fixes an existing issue
  • New Feature - Adds new functionality
  • Breaking Change - Fix or feature that would cause existing functionality to not work as expected
  • Documentation Update - Updates documentation
  • Refactoring - Code change that neither fixes a bug nor adds a feature
  • Performance Improvement - Code change that improves performance
  • Test Addition - Adding missing tests or correcting existing tests

🧪 Testing

How has this been tested?

  • Unit Tests: All unit tests pass
  • Integration Tests: Integration tests pass
  • Coverage: Meets QQQ's coverage requirements (80% instructions, 95% classes)
  • Manual Testing: Tested manually in development environment

Test Commands:

# Commands used for testing
mvn test
mvn verify

📋 Checklist

Before submitting this PR, please ensure:

  • Code Style: Follows QQQ's Code Review Standards
  • Tests: All tests pass with required coverage
  • Documentation: Updated relevant wiki pages and code comments
  • Breaking Changes: Documented any breaking changes
  • Commit Messages: Follow conventional commit format
  • Self Review: Code has been reviewed by the author

🔗 Related Resources

Documentation:

📊 Additional Information

Any additional information that reviewers should know:

  • Screenshots (if applicable)
  • Performance impact
  • Migration notes
  • Dependencies added/removed

Thank you for contributing to QQQ! 🚀

…oints to support larger param sets than query string / URI length
@github-actions
Copy link

github-actions bot commented Oct 2, 2025

🔒 Security Scan Complete

Dependency vulnerability scan completed for this PR. View full report

@darinkelkhoff darinkelkhoff merged commit 4079fb3 into develop Oct 2, 2025
9 of 14 checks passed
@darinkelkhoff darinkelkhoff deleted the feature/javalin-widget-post branch October 2, 2025 16:33
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