Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement People Dashboard and Person Resource #861

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Jul 25, 2024

Purpose

This pull request introduces the People Dashboard and Person Resource features to the Genealogy Laravel application. These changes aim to provide a user-friendly interface for managing people in the system.

Description

The key changes in this pull request are:

  1. People Dashboard: The PeopleDashboard page has been created, which serves as the main entry point for the people management functionality. It includes a PeopleWidget widget that displays relevant information about people in the system.

  2. Person Resource: The PersonResource has been implemented, which provides a comprehensive set of CRUD (Create, Read, Update, Delete) operations for managing person records. This includes a form for creating and editing person details, as well as a table view for listing and filtering people.

  3. BelongsToTenant Trait: The BelongsToTenant trait has been updated to handle cross-tenant access to person records, allowing users to view and manage people across different teams or tenants.

  4. PeopleSearch Livewire Component: A new Livewire component, PeopleSearch, has been added to provide a search functionality for people. This component allows users to search for people by first or last name, and optionally exclude living people from the results.

Summary

The key changes in this pull request include:

  • PeopleDashboard page and PeopleWidget widget
  • PersonResource with CRUD operations
  • Updates to the BelongsToTenant trait to handle cross-tenant access
  • PeopleSearch Livewire component for searching people

Suggested changes from Sweep Chat by @curtisdelicata. Continue chatting at https://sweep-chat-demo.vercel.app/c/0958190d-8c6d-440f-81d5-422f98c3754e.

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