-
Notifications
You must be signed in to change notification settings - Fork 2
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
#187419133 Users should be able to chat #19
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
40bbe98
to
3c23206
Compare
3c23206
to
2682147
Compare
2682147
to
b94b374
Compare
b94b374
to
fecdd84
Compare
fecdd84
to
a91620c
Compare
a91620c
to
09dd51e
Compare
09dd51e
to
ca76ecb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #19 +/- ##
==========================================
+ Coverage 72.32% 72.81% +0.48%
==========================================
Files 70 75 +5
Lines 1485 1703 +218
Branches 196 246 +50
==========================================
+ Hits 1074 1240 +166
- Misses 395 453 +58
+ Partials 16 10 -6 ☔ View full report in Codecov by Sentry. |
ca76ecb
to
c1c06c3
Compare
c1c06c3
to
2ad0e2f
Compare
2ad0e2f
to
5d79ca2
Compare
0cff3af
to
21e874a
Compare
21e874a
to
840f5aa
Compare
840f5aa
to
fcb5d4f
Compare
fcb5d4f
to
881b6ea
Compare
881b6ea
to
15884e1
Compare
15884e1
to
8722738
Compare
8722738
to
5b04206
Compare
5b04206
to
9331ab8
Compare
9331ab8
to
bd4a714
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.
LGTM
bd4a714
to
a9267cc
Compare
- a user should be able to read previous chats - a user should be able to post a public chat - users should be able to chat privately Delivers #187419133
a9267cc
to
92cab61
Compare
Code Climate has analyzed commit 92cab61 and detected 0 issues on this pull request. View more on Code Climate. |
What does this PR do?
This PR Adds private and public chat functionality
Description of Task to be completed?
How should this be manually tested?
ft-chat-#187419133
.npm install
to install dependencies.npm run dev
to start the development server and login/chat
What are the relevant pivotal tracker stories?
Delivers #187419133
screenshots
Design
Implementation