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

Add a new section to Tenancy docs about non-Filament tenancy #7738

Merged
merged 4 commits into from
Sep 9, 2023

Conversation

PovilasKorop
Copy link
Contributor

I described it in my own words but I guess @danharrin you would write it a bit differently, feel free to make any edits/restructuring.

  • [ X ] Changes have been thoroughly tested to not break existing functionality.
  • [ X ] New functionality has been documented or existing documentation has been updated to reflect changes.
  • Visual changes are explained in the PR description using a screenshot/recording of before and after.

@what-the-diff
Copy link
Contributor

what-the-diff bot commented Aug 14, 2023

PR Summary

  • Simplified Multi-tenancy in Eloquent
    The team has introduced a segment focussing on the aspect of 'multi-tenancy' (ability of a software to work for multiple users at the same time) in Eloquent in a comprehensible manner. They've also provided a practical example displaying the use of Eloquent Observers and Global Scopes, which are tools within the Eloquent framework that help filter data. In this case, the data is filtered by a team_id field in the Post model, allowing the software to handle multiple teams' data separately and securely.

  • Correction of Textual Errors
    Additionally, a few minor alterations have been made to improve the readability of the text, and a typo found in the document has also been corrected.

@danharrin danharrin added the documentation Improvements or additions to documentation label Aug 14, 2023
@danharrin danharrin added this to the v3 milestone Aug 14, 2023
@danharrin danharrin self-assigned this Aug 14, 2023
@danharrin danharrin merged commit d65af80 into filamentphp:3.x Sep 9, 2023
4 checks passed
@danharrin
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants