-
-
Notifications
You must be signed in to change notification settings - Fork 864
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
NoMongo: ADMIN OrgPeople Page #3527
Comments
please assign |
@palisadoes I would like to clarify some concepts. Could you please provide your insights
User - Any person in users table is user irrespective of org he is member of? Also unable to find query that fetches records in users table |
That is correct. If there isn't a user query, then it'll need to be created. The query must have been missed by @xoldd |
@palisadoes made a query on api which fetches all the users. But had some doubts regarding frontend functionality. Please answer these questions so that i can make changes in query accordingly.
Would this be the right approach, or would it be more efficient to handle filtering on the frontend, especially if organizations have only a few hundred users? In such cases, fetching the data once and applying client-side filtering could reduce server load and improve responsiveness. I’m trying to think in terms of scalability and would like to hear your thoughts on this. |
|
understood the approach...working on it. And I would work on events after this |
Is your feature request related to a problem? Please describe.
Refactoring orgpeople from MonoDb to Postgres endpoints
Describe the solution you'd like
admin should be able to to see organization people and Manage them.
Additional context
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: