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 Search/Sort & Refac for Fund, Campaigns & Pledge resolvers #2305

Open
GlenDsza opened this issue May 15, 2024 · 7 comments
Open

Add Search/Sort & Refac for Fund, Campaigns & Pledge resolvers #2305

GlenDsza opened this issue May 15, 2024 · 7 comments
Assignees
Labels
bug Something isn't working feature request

Comments

@GlenDsza
Copy link

GlenDsza commented May 15, 2024

Is your feature request related to a problem? Please describe.

Query resolvers: getFundById getFundraisingCampaignById getFundraisingCampaignPledgeById

  • Add search by & sort functionality to query resolvers for Funds, Fundraising campaigns and associated pledges.
  • Bug: Admin can create multiple pledges on behalf of single user for a fundraising campaign (NOTE: Each campaign must only have one pledge per person or family Reference).
  • The current structure of nested resolvers could be improvised by refactoring as they perform unnecessary operations to populate documents from database per request

Describe the solution you'd like

  • Add sort (ascending/descending) by amount, startDate, endDate, etc for funds, fundraising campaigns and pledges.
  • Add search by name, creator (for fund) and pledge volunteer name, etc.
@github-actions github-actions bot added bug Something isn't working unapproved Unapproved for Pull Request labels May 15, 2024
@GlenDsza
Copy link
Author

@palisadoes pls assign

@Cioppolo14 Cioppolo14 removed the unapproved Unapproved for Pull Request label May 15, 2024
Copy link

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

@github-actions github-actions bot added the no-issue-activity No issue activity label May 26, 2024
@Cioppolo14
Copy link
Contributor

@GlenDsza Are you working on this?

@GlenDsza
Copy link
Author

@Cioppolo14 yes
Delayed due to exams, will submit PR soon

@github-actions github-actions bot removed the no-issue-activity No issue activity label May 27, 2024
Copy link

github-actions bot commented Jun 7, 2024

This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.

@github-actions github-actions bot added the no-issue-activity No issue activity label Jun 7, 2024
@Cioppolo14
Copy link
Contributor

@GlenDsza Just checking to see if you're still able to work on this

@GlenDsza
Copy link
Author

GlenDsza commented Jun 7, 2024

@GlenDsza Just checking to see if you're still able to work on this

Yes, just adding few test cases remain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request
Projects
None yet
Development

No branches or pull requests

2 participants