Latest Updates

Documenting code, one commit at a time.

Enhancements to Tenant Warehouse Management in Platform

Introduction

The Reimpact platform is undergoing improvements to its multi-tenancy architecture, specifically focusing on tenant warehouse management. This involves refining database queries and updating tenant schemas for better isolation and data integrity.

The Problem

Previously, the GeneratedReportResource was incorrectly querying the company_id on tenant-specific warehouse

Read more

Embracing Filament: Streamlining Testing in Laravel Projects

In modern Laravel projects, choosing the right tools is crucial for efficient development and maintainability. The Reimpact/platform project is undergoing a transition from Nova to Filament, aiming to leverage Filament's capabilities for streamlined administration interfaces. This transition impacts testing strategies, requiring a shift from Nova-specific tests to those aligned with Filament.

Read more

Enhancing Tenant Management and File Handling in Laravel Applications

Introduction

When building multi-tenant applications with Laravel, ensuring proper tenant context and efficient file handling are critical. Recent updates to the Reimpact platform focus on improving these aspects, streamlining tenant schema management and simplifying large file uploads.

Tenant Schema Isolation Improvements

Proper tenant schema isolation is essential for maintaining data

Read more

Streamlining Marketing Workflows with Centralized System Email Management in Laravel

Introduction

Effective communication is crucial for any application. This post explores the new system email management features added to a Laravel project, focusing on centralizing email configurations and streamlining marketing workflows.

Centralized Email Management

One key improvement is the creation of a centralized page for managing system emails. This provides a single point to

Read more

Enhancing Filament Pages: A Case Study in Action Placement

Introduction

In the Breniapp/brenia project, we've been focusing on improving the user experience within our Filament-based admin panel. One recent enhancement involved strategically relocating the 'autoplanificar' (auto-planner) button to a more intuitive location within the Filament page.

This post details the rationale behind this change and the technical considerations involved.

Read more

Automatización de la Asistencia de Respuesta con IA en LinkedIn

Introducción

El proyecto landing se enfoca en mejorar la interacción en LinkedIn mediante el uso de inteligencia artificial. Se ha desarrollado una funcionalidad para asistir en la generación de respuestas contextuales, optimizando la comunicación y ahorrando tiempo a los usuarios.

El Problema

Responder de manera efectiva y personalizada en LinkedIn puede ser un desafío, especialmente

Read more

Optimizando el Panel de Administración en Landing: Eliminación de Funcionalidades de Monetización

Introducción

El proyecto landing está enfocado en [description]. Recientemente, se ha realizado un esfuerzo para simplificar la interfaz de usuario y enfocar la experiencia del usuario en las características principales. Parte de esta optimización involucra la eliminación temporal de ciertas funcionalidades relacionadas con la monetización, haciéndolas menos prominentes para los usuarios

Read more
PHP Filament

Mejorando la experiencia del usuario en formularios de Filament con opciones pre-cargadas

Introducción

En el proyecto landing, estamos trabajando en mejorar la experiencia de usuario en los formularios, específicamente en los selectores del Post Generator. Anteriormente, se utilizaba getSearchResultsUsing() para obtener los resultados de búsqueda, pero esto causaba que el componente se comportara como una búsqueda AJAX, mostrando el mensaje "Empieza a escribir para buscar...

Read more