-
Notifications
You must be signed in to change notification settings - Fork 7
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
Adding message and chat HTML #100
Conversation
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.
Niceee @Yuval-Vino
don't forget to assign yourself, and add ready for review
label,
and the most important tests are missing
Done! this PR is ready for reviews!! |
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.
left some comments below, @Yuval-Vino take a look and tell me what you think
Please lint and re-orgenize |
thanks for the reviews, I address them all :) |
Done! also addressed all of your comments , let me know if you see more possible changes to improve |
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.
LGTM !
don't forget to rebase.
also I think you should squash the commit Fixing the PR after comments
to Adding message and chat HTML
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.
Looks amazing! great job, @Yuval-Vino
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.
LGTM ! great job @Yuval-Vino .
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.
Hi Yuval, please squash intermediate commits
Done |
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.
Hi Yuval,
Please fix the commit message and body.
Also see my inline comments.
Please resolve conflicts ASAP if you want it in for the demo. |
author Yuval-Vino <[email protected]>
fixed |
+1 LGTM |
Desired Outcome
Adding chat feature to Hotails
Implemented Changes
Added message and chat html
updated message views in order to fit the HTML files
updated navbar chat button to redirect to message HTML
updated hotails urls added message and chat htmls
updated function to daycare model - get_daycare_primary_image_url (as implemnted in #89 for showing daycare picture in chat)
also added CSS for the relevant htmls
Connected Issue/Story
Resolves #99
Changelog
CHANGELOG update
Test coverage
Added test for the HTML's that checking that we are in the right site
test_shown_only_relevant_contacts
test_shown_only_relevant_message_in_chat
test_send_new_message
test_cant_send_blank_message
Documentation
README
s) were updated in this PRAdding pictures of the url
before picking specifc user to talk
after choosing chat (as a dogowner)
after choosing chat (as daycare)