Activities of "smansuri"

Any update on this?

No yet.this work is still in progress

So no support for React Native/ Expo in ABP for now since the current implementation is based on the now deprecated Expo SDK 49?

We've support to React Native only as a project template. Not the packages.

Expo SDK 49 is already deprecated by their own. Currently we've upgraded to 51 and we've changed template structure to TypeScript. After testing and fixing IOS problem We'll release new project template.

Can you pleas provide some update on the progress? Also if you could at least provide redux implementation with the upgraded template will help?

can you provide us docker file for hosting react-native web app in docker container.

No yet.this work is still in progress

So no support for React Native/ Expo in ABP for now since the current implementation is based on the now deprecated Expo SDK 49?

We've support to React Native only as a project template. Not the packages.

Expo SDK 49 is already deprecated by their own. Currently we've upgraded to 51 and we've changed template structure to TypeScript. After testing and fixing IOS problem We'll release new project template.

Can you pleas provide some update on the progress? Also if you could at least provide redux implementation with the upgraded template will help?

hi

You can create a new Entity/Table to store these Branches of a user.

| Id | Roles | Foreign Key (userid) | | --- | ------------------- | -------------------- | | 1 | ['admin', 'user'] | 123123123 |

No i Was asking how to store it as cache so that we can use without db call.

hi

  1. You can query three times and combine the results. get all branches of current user, switch and query.
  2. You can add your EF Core query instead of using datafilter.

Can you suggest the best way to store the object similar to this : Branches : [{"Id":123, "Roles:['admin','user']},{"Id":113, "Roles:['subadmin','user']}]

hi

I have a use case where i want to add roles by member for each organization unit and not maintain the role by organization unit.

In this case, you can use the organization manager to add roles. which means adding code to do this. The UI doesn't have this feature

if a member is belonging to branch USA and Turkey but USA branch has permission to view the book list but Turkey branch does not have permission to view the book list how does that scenario being handled here if i do not want to switch between the branch and display book list data at once if i disable the filter?

You can check the permission first and get the branch that has permission. then switch to this branch in the code to query the data.

I get that. it becomes complicated in case i have 3 branch where in user have permission in 2 branches USA and turkey but not in the third branch let's say UK. Any suggestion to handle this?

hi

You can add one or many members/roles to an organization unit

See https://abp.io/modules/Volo.Identity.Pro

I have a use case where i want to add roles by member for each organization unit and not maintain the role by organization unit. Moreover, if a member is belonging to branch USA and Turkey but USA branch has permission to view the book list but Turkey branch does not have permission to view the book list how does that scenario being handled here if i do not want to switch between the branch and display book list data at once if i disable the filter?

hi

You can disable the filter to see all the data.

https://abp.io/docs/latest/framework/infrastructure/data-filtering#idatafilter-service-enable-disable-data-filters

How can i maintain roles by organization units? moreover, I do not see organization unit for newly created tenant.

hi

We are trying to store user info like which user has access to which all branches and each branch has what roles,

Have you implemented this?

If you can get the object info you can easy to filter data based on it.

https://abp.io/docs/latest/framework/infrastructure/data-filtering#defining-custom-filters https://abp.io/community/articles/switching-between-organization-units-i5tokpzt

Can i see all organization units data at once or it will be by organization unit only? Moreover i do no see organization units under newly created tenant.

hi

Please create a new question for the Filter question.

Thanks.

thanks created : https://abp.io/support/questions/8423/How-to-implement-a-branch-filter-like-imlutitenancy-under-a-tenant

Showing 31 to 40 of 200 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20