quash-max icon indicating copy to clipboard operation
quash-max copied to clipboard

Quash: All-in-one bug reporting for mobile apps. Capture crashes, replays, and logs with shake-to-report. Auto-collect vital data, integrate with popular tools. Built by devs, for devs. Boost app qual...

Results 23 quash-max issues
Sort by recently updated
recently updated
newest added

## Issue Description Refactor the convertToOrgMemberDTO() method in both DashboardService and TeamMemberController to eliminate redundant code. ### Expected Behavior The implementation should be streamlined to avoid code duplication, enhancing maintainability....

enhancement
backend

# Quash Pull Request ## Description This pull request refactors the `UserController` by replacing the use of authentication.isAuthenticated() with exception handling using try-catch blocks. The goal is to enhance the...

### Issue Description Remove the GitHub DTO from the codebase, as the functionality can be effectively managed using the JSON object received from GitHub. ### Expected Behavior The application should...

enhancement
good first issue
backend

## Issue Description Implement an abstraction layer for PostgreSQL to improve database management and facilitate easier interactions with the database. ### Expected Behavior The application should seamlessly manage database operations...

backend
feature

# Quash Pull Request ## Description This pull request refactors the createOrUpdateIntegration() method in the IntegrationService to enhance modularity and improve code structure. The refactor breaks down the monolithic method...

## Issue Description Refactor the createOrUpdateIntegration() method in the Integration Service to enhance modularity and improve code structure. ### Expected Behavior The refactored method should be more modular, promoting better...

enhancement
good first issue
backend

## Issue Description Refactor the User Controller by removing the use of authentication.getAuthenticated() and implement authentication handling using try-catch blocks. ### Expected Behavior The User Controller should robustly manage authentication...

enhancement
good first issue
backend

## Issue Description Find a more efficient method to handle URL parsing in the AuthenticationService instead of using URIComponentBuilder. ### Expected Behavior The application should effectively parse URLs using a...

enhancement
performance
backend

### Issue Description Ensure that the Slack and Jira Integration Service utilize the downloadMedia() method from the IntegrationService exclusively. ### Expected Behavior Both the Slack and Jira Integration Services should...

enhancement
backend

## Issue Description Enhance the robustness of the codebase by eliminating all existing warnings from the files. ### Expected Behavior The code should compile and run without any warnings, contributing...

enhancement
backend