Delano
Delano
Add OpenAPI schema generation from existing Zod schemas to enable type-safe API client generation, using [zod-to-openapi](https://github.com/asteasolutions/zod-to-openapi?tab=readme-ov-file#the-registry). Tasks: 1. See - @asteasolutions/zod-to-openapi - https://github.com/ferdikoomen/openapi-typescript-codegen - https://github.com/hey-api/openapi-ts - https://github.com/samchungy/zod-openapi 2. Create OpenAPI...
### Description We want to explore and implement the Trusted Types API to improve security around dynamic script execution, particularly for third-party libraries in our Vue 3.4 + Vite application....
### Description We want to enhance our domain image upload functionality by adding automatic primary color detection. This will help maintain consistent branding across the platform and provide valuable color...
### Description Add functionality to redirect custom domain root access to the customer's company website. ### Technical Requirements 1. Database Updates: - Add `homepage_url` validation and storage (if not already...
### Description We want to improve the clarity and maintainability of our metadata state tracking by standardizing the naming conventions and state fields. Currently, there is ambiguity between states like...
Related to #859 ### CSP Reporting Configuration 1. Basic Report-Only Mode (Testing): ``` Content-Security-Policy-Report-Only: default-src 'self'; report-uri /csp-report ``` 2. Production CSP with Reporting: ``` Content-Security-Policy: default-src 'self'; report-uri /csp-report;...
#### Description We want to implement a prepend hook for the `replace!` method in the `Session` class to add custom behavior before and after the original method execution. This will...
Display the mail validation settings alongside emailer configuration in the startup banner. Rename the emailer section builder for clarity and add a new mail section builder to handle the separate...
### **User description** Sets up automated Ruby 3.4.7 environment initialization for Claude Code on the web. The hook ensures Ruby and all project dependencies are installed and ready before each...
### **User description** This commit replaces the custom JSON-based i18n implementation with the industry-standard ruby-i18n gem (https://github.com/ruby-i18n/i18n). Changes: - Added i18n gem (~> 1.14) to Gemfile - Converted 30 locale...