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

OFS-96: request to merge what has been started so as to enable to work graphQL PolicyHolder on 'develop' branch #3

Merged
merged 6 commits into from Dec 1, 2020

Conversation

sniedzielski
Copy link
Contributor

In that pull request I want to merge to 'develop' branch of this repository a changes related to what Damian @dborowiecki has started.

Without that changes the PolicyHolder queries and mutations doesn't work. But with the schema in ContributionPlan etc the graphQl works properly. It must be implemented even if models haven't been updated yet. I will do it later after ending services in PolicyHolder module.

I also use graphQl base mutations from Core module. It will be used later during developing ContributionPlan module.

Moreover I will make changes with models and graphQL (according to the new model) on another tickets related with ending what Damian started. Also I added migrations file so as to another developers don't have a problems with applying migrations in django on localhost/docker container.

@lgtm-com
Copy link

lgtm-com bot commented Dec 1, 2020

This pull request introduces 4 alerts when merging ecb4b4a into 0799aae - view on LGTM.com

new alerts:

  • 2 for Unused import
  • 2 for 'import *' may pollute namespace

@delcroip delcroip merged commit fa826e6 into develop Dec 1, 2020
Copy link
Member

@delcroip delcroip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model, User an migration to remove but in next PR


user_updated = models.ForeignKey(core_models.InteractiveUser, db_column="UserUpdatedUUID",
user_updated = models.ForeignKey(core_models.User, db_column="UserUpdatedUUID", null=True,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure ?

@delcroip delcroip deleted the feature/OFS-96 branch December 1, 2020 14:50
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

Successfully merging this pull request may close these issues.

None yet

3 participants