Skip to content

Side bar fixes fix#1084

Open
ger619 wants to merge 60 commits intodevfrom
side-bar-fixes-fix
Open

Side bar fixes fix#1084
ger619 wants to merge 60 commits intodevfrom
side-bar-fixes-fix

Conversation

@ger619
Copy link
Copy Markdown
Owner

@ger619 ger619 commented Aug 14, 2025

This pull request introduces several significant updates across controllers, models, and infrastructure to improve error handling, health checks, authorization, and data relationships. Key highlights include new error notification mechanisms, health and test endpoints, enhanced product and defect logic, and removal of the bug management code and related models.

Error Handling and Notification Improvements

  • Added global error handling in ApplicationJob to log and notify errors via email, and introduced ErrorNotifierMailer and ErrorNotifierMiddleware for centralized error reporting with context and log attachments. [1] [2] [3]

Infrastructure and Health Endpoints

  • Added HealthController and TestController for application health checks (Redis, SMTP) and test crash endpoint, with corresponding helpers. [1] [2] [3] [4]

Product and Defect Logic Enhancements

  • Updated ProductController to filter only active products, adjusted role-based access for project managers, and improved status handling and email notifications. [1] [2] [3] [4] [5] [6] [7]
  • Enhanced DefectController to better handle product selection, attachment loading, and permit additional defect attributes. [1] [2] [3]
  • Added rich text and attachment support to Defect model.

Bug Management Removal

  • Removed the entire bug management feature, including BugsController, bug-related helpers, and models (Bug, AddBug). [1] [2] [3] [4]

Other Notable Updates

  • Added MilestonesController for toggling milestone payment status.
  • Updated task creation to allow user assignment at creation.
  • Improved groupware-product relationships and updated authorization logic for tickets. [1] [2] [3]

Let me know if you want a deeper dive into any specific area!

Kanyorok and others added 30 commits August 8, 2025 14:50
Remove restrictions allowing a PM to be able to create a project
…ble and run mirations to update the project schema
Fix the archive projects functionality
Nemwel-Boniface and others added 30 commits August 12, 2025 16:26
Ensure that non admins are able to see the clients and statuses in ceasefire dropdown
Add the controls for the error reporting
… the product show and have the ability to see it
…ers. THis will be changed to allow pm to only see their own projects
…on, update form to display available users, introduce `bugs` and `add_bugs` tables, adjust foreign keys, and enhance `defects` constraints.
…ired` attribute from user assignment dropdowns, eliminate unnecessary blank lines in schema, and simplify role-based filtering logic in product index query.
…ones_togle

Make paidcolumn inproduct milestones togle
Fix the budget adding restrictions such as you cannot add a percentage
…play, adjust admin condition to use `Project.count` for consistency.
…se` statement for clarity, add production status check to disable form display.
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