-
-
Notifications
You must be signed in to change notification settings - Fork 893
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: Validate and Fix Organization related Mutations and Query against the `develop-postgres' branch #3487
Comments
@palisadoes please assign me |
Though I am assigned with 2 issues currently but to solve them I need to fix this first. |
You haven't explained in the issue what you are planning on doing and why |
In new user type there is no field like |
OK |
@palisadoes In |
There will need to be a country code to country lookup for each supported language in the clients. Dropdowns for example. |
Why do you need administrators fetched in the queue? |
Pardon |
Open a separate issue afterward to fix the country code translation. We need this fixed quickly. |
Okay. |
In both queries above, you have included admin ID information |
I see, they are new and old queries |
@palisadoes Progress till now, now admin can create new organization. Screen.Recording.2025-01-31.185032_resized.mp4Screen.Recording.2025-01-31.185318.mp4 |
I will raise the first PR for this issue after this #3477 gets merged. |
Screen.Recording.2025-01-31.195125_resized.mp4 |
Ask @rahulch07 to collaborate on a joint PR so that there is no delay |
@hustlernik are you done refactoring this component? |
@hustlernik Please submit a PR. Work in the repositories is stagnant because this issue hasn't been resolved |
@palisadoes Just doing it. |
@palisadoes I have raised first PR for this issue where admin can create organization and have membership to it. Changed Organization Creation modal according to API structure and written test for it. |
I am doing it, will be done in some time. |
@palisadoes Please do not close this issue, it is not complete. |
@palisadoes I am working on |
|
@hustlernik do you need any help with your PR? |
I am continuously working on it @palisadoes, Please give some time, I will raise a PR as soon as possible. |
I will let you know, thanks. |
@hustlernik, @palisadoes will the "Manage" button be functional now? It's been non-functional so far, which is why I raised an issue. The problem seems to be in the OrgListCard—the button wasn't being triggered. After fixing the button itself, it gets triggered, but the issue persists in the API, as it's not fetching the data. I think this might have been addressed in your PR. Should I raise a separate PR for the triggered button, or will it be resolved within your PR? |
@gkbishnoi07 This is fixed and I will raise the PR for the same ASAP, I am working on further fixes. |
Do we have block User functionality handled at backend, I have seen the graphQL docs but not able to find it, same for Membership Request and Volunteer Ranking? |
The aim was to give the option to:
I don't know about Volunteer Ranking. I'm not sure whether the features were implemented, but they will eventually need to be. It would be a useful feature to add, possibly in a GSoC idea. |
@palisadoes Okay, let's have all the migration completed. If we get time, I will try to complete these features myself before GSOC, why to wait? |
Sure. Do it before then. |
Is your feature request related to a problem? Please describe.
Update Mutations and Queries related to Organization according to develop-postgres branch.
Not able to fetch Organization in User Portal.
Describe the solution you'd like
Update all the Graphql queries and mutation to match new API structure in
organization.tsx
,orglist.tsx
andorganizationDashboard.tsx
, modify and improve code coverage accordingly.1.Update GraphQL query to retrieve organizations created by a user.
2.Update GraphQL query to retrieve organizations joined by a user.
3.Update GraphQL query to retrieve organizations based on user connection.
4.Update GraphQL query to take the Organization with data
In order to solve these issues smoothy,
#3296
#3198
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: