-
-
Notifications
You must be signed in to change notification settings - Fork 892
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
API: Deprecate Organization Location
. Replace with Address
#1650
Comments
@palisadoes I would like to work on this issue sir. |
Would like to work in this issue...pls assign! |
@palisadoes Respected sir, I wanted to tell that I have made most of the changes in the Talawa-api regarding the switch from location to address, but in order to verify if the changes are working properly or not, I was using Talawa-admin portal. And from What I observed that there are quite a few places where the changes must be made in the front-end to ensure that the Talawa admin portal works properly, like updating forms, mutations, and queries after the changes in the API. Should I make those changes in the admin portal as well? Because without those changes, it would be hard to tell if the admin portal would work properly after my changes. Thank You. |
|
@palisadoes ok sir. But I think we should not merge this PR until all the changes are made in the front-end. Otherwise people working in the talawa-admin will face issues. I think We can fix them parallelly, test and then merge the PR’s, only after ensuring that the organisations are being handled properly by both ends. |
OK, let's try that approach, but you should still get approvals for this PR so that we can merge without delay when necessary |
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. |
Location
. Replace with Address
Our
This issue needs to be reopened until it's fixed. |
@palisadoes ok sir, let me see the bug and fix it. Thank you. |
@palisadoes Respected sir, I just pulled the latest changes from the develop branch of the API, and the admin portal after my PR got merged, and tested. All features seem to be working as expected. Sir, in my last API PR, there were significant changes to the schema.graphql of the TALAWA API, and the above error is also related to inspection. Is it just possible sir that the PR from the specified reference ('refs/pull/24/merge'), does not have the updated schema. Also sir, I would advice everyone to pull the latest changes from the develop branch before making any PR'S else all of their tests related to GraphQL schema would fail, if they would not have the current one. Thank You. |
Run the schema test command against your local repos to see if the error persists. |
@palisadoes ok sir. Let me do that. |
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. |
@palisadoes Repscted sir, Please close this issue as I have completed it, and the PR has been successfully merged with the feature implemented. The push workflow fail you refered to was actually failing from before my PR got merged, and has nothing to do with my PR, as you can see from this workflow link: https://github.com/PalisadoesFoundation/talawa-api/actions/runs/7670722935/job/20907525959 , this check ran before my PR #1740 was merged. Infact the push workflow has now been failing for months. We need to fix it. This issue has been succesfully solved. Thank You. But one suggestion I would like to make is please create an issue that address the fact that the push workflow from inspect.yml is failing. |
Is your feature request related to a problem? Please describe.
Organizations only have a
location
field to describe their physical locationDescribe the solution you'd like
location
field with the existingaddress
typeLocation
is deprecated and must not be supportedlocation
for organizations and remove support and replace it withaddress
location
for organizations and remove support and replace it withaddress
location
for organizations and remove support and replace it withaddress
Describe alternatives you've considered
Approach to be followed (optional)
Additional context
Related Issues
Location
. Replace withAddress
#1650Location
. Replace withAddress
talawa#2354Location
. Replace withAddress
talawa-admin#1502Potential 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: