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

[Enhancement] - Data Organizing in Members Screen Improvement #522

Closed
adithyaakrishna opened this issue Mar 26, 2021 · 0 comments
Closed
Assignees

Comments

@adithyaakrishna
Copy link
Contributor

  • Issue Description: In the app, specifically the members screen, the capability of organizing the data completely exists on the frontend of the app after the data is fetched from the server. With the new changes in the Backend by @sumitra19jha we can just pass the parameter orderBy: firstName_ASC in the request and you will get the data in alphabetic form.

  • Issue Severity: Medium

  • Environment Details: This issue isn't specific to any environment, but this will improve the Frontend Data access and improve performance

  • Observed Behavior: The data is fetched from the server and then organized alphabetically in the frontend

  • Expected Behavior: By passing the parameter, we can fetch the data from the API itself and thus eliminating the load on the app

  • Does this issue need immediate attention? No, but it would increase the app performance

  • Are you willing to work on this issue: Yes

@github-actions github-actions bot added the unapproved Unapproved, needs to be triaged label Mar 26, 2021
@Sagar2366 Sagar2366 added enhancement and removed unapproved Unapproved, needs to be triaged labels Mar 31, 2021
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

No branches or pull requests

3 participants