-
Notifications
You must be signed in to change notification settings - Fork 8
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
Auth: attach house model to django user #111
Auth: attach house model to django user #111
Conversation
290c61e
to
480d4ff
Compare
More Tests will be added soon |
c541fe6
to
8385617
Compare
Can you add screenshots? @ronyyosef |
Added option to give the create_mock_data input of how many users to create, default 500 |
Could you attach the screenshots to the first comment of the PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Rony
Nice work on the PR
I have left you some comments
Don't you think this PR is a bit too big? Do you think it could be devided to several PRs?
Also there is something wrong with the commits, I think it's the new lines missing at the end of some files,
I tried to find them all, and marked them 👍
Yee, this PR is a big big, A lot of things depend on house so I have to fix all after I change the data model |
8385617
to
66eb61c
Compare
3522092
to
d0be8ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the last opened conversation is resolved this MR can be merged
@svatares ready for merge |
955675b
to
ed05168
Compare
ed05168
to
15d6e1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Rony, I had a question about your PR, and a suggestion to change the title of the house creation page
15d6e1b
to
3b8bc7d
Compare
@ronyyosef I also tried and it works fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the quick response @ronyyosef 💪
Thank you for noticing, It was a bug here are the tests that check the fix: |
Add Create House View fixing House tests and model to new house model fixing expenses tests and model to new house model Fixing create mock data Adding test for script Adding test for factories Change the House model to be with a one-to-one relationship with the Django user model
3b8bc7d
to
0fb2aee
Compare
…house-model Auth: attach house model to django user
Relevant issue: #91 #84