Skip to content

Add Socialstream Routes and Descendant Chart Controller#1161

Merged
curtisdelicata merged 1 commit intomainfrom
sweep/Add-Socialstream-Routes-and-Descendant-Chart-Controller
May 10, 2025
Merged

Add Socialstream Routes and Descendant Chart Controller#1161
curtisdelicata merged 1 commit intomainfrom
sweep/Add-Socialstream-Routes-and-Descendant-Chart-Controller

Conversation

@sweep-ai-deprecated
Copy link
Copy Markdown
Contributor

This pull request was created by Sweep to resolve the following request by @curtisdelicata:

routes not working since laravel 12 and php 8.4 upgrade, please fix

Continue chatting at https://app.sweep.dev/c/d6b5b83a-6c21-477a-9dbc-bbcdaeee83bc.

Purpose

This pull request enhances the application's routing configuration by adding Socialstream routes and implements a new Descendant Chart controller to support genealogical chart functionality.

Description

The changes introduce two main improvements to the application:

  1. Integration of Socialstream Routes:

    • Added Socialstream routes configuration in the RouteServiceProvider
    • Ensures proper handling of social authentication flows
    • Improves the authentication system's extensibility
  2. Implementation of Descendant Chart Controller:

    • Created a new DescendantChartController class
    • Provides a dedicated endpoint for displaying descendant charts
    • Integrates with Livewire components for efficient data handling
    • Returns the appropriate view for chart display

Summary

  • Added new route middleware configuration in RouteServiceProvider.php for Socialstream
  • Created new DescendantChartController.php with basic view rendering functionality
  • Integrated filament.pages.descendant-chart view handling
  • Enhanced routing structure for social authentication features
  • Implemented proper namespace and class structure for the descendant chart feature

@curtisdelicata curtisdelicata merged commit a94eb1b into main May 10, 2025
1 of 9 checks passed
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.

1 participant