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

[FEAT]: Configure Role-Based Permissions for Tables #90

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

Conversation

coxmars
Copy link

@coxmars coxmars commented Feb 3, 2025

📝 Configure Role-Based Permissions for Tables

🛠️ Issue

📖 Description

Implemented role-based access control (RBAC) for all database tables through dedicated YAML files, following the established pattern from the users table. Changes include:

  • public_apartments.yaml
  • public_apartment_images.yaml
  • public_bid_requests.yaml
  • public_bid_status_histories.yaml
  • public_escrow_transactions.yaml
  • public_escrow_xdr_transactions.yaml
  • public_escrow_api_calls.yaml
  • public_apartment_contracts.yaml

📝 Additional Notes

  • All permission files follow the pattern established in the users table permissions
  • JWT configuration enables Firebase authentication integration
  • Changes maintain backward compatibility with existing functionality

@coxmars
Copy link
Author

coxmars commented Feb 3, 2025

Hi @rvalenciano @diegoTech14 sorry for the delay, let me know if I need to apply changes, I will do it asap on Monday. 🫡

Copy link
Contributor

@rvalenciano rvalenciano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Do we need to update any documentation on the readme for the use of Firebase?

@sotoJ24 sotoJ24 self-requested a review February 4, 2025 17:57
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.

Configure Role-Based Permissions for Database Tables
2 participants