I added a the card to the DOM where the messages will display.
Steps to Test
Pull new branch
Run server
Find the 2nd column (lane2)
Make sure a button inside a box inside a box is showing up
Will make it look better with CSS 7 days from now. As of now not worried about it
If you have any questions please come see me in my office
git fetch --all
git checkout JCchatapp
Impacted Areas in Application
List general components of the application that this PR will affect:
Definition of Done
The project must be fully documented. This includes the following:
Complete README that documents the steps to install the code, how to install any dependencies, or system configuration needed.
Every class must be documented with purpose, author, and methods.
Every method must be documented with purpose and argument list - which itself must contain a short purpose for each argument.
The project must be able to run fully, and without errors, on each teammate's system.
Fulfills every requirement. Every line of code has been peer reviewed.
For projects that require unit testing, core functionality must be identified and have at least one test for each.
I added a the card to the DOM where the messages will display.
Steps to Test
Will make it look better with CSS 7 days from now. As of now not worried about it If you have any questions please come see me in my office
git fetch --all git checkout JCchatapp Impacted Areas in Application List general components of the application that this PR will affect:
Definition of Done The project must be fully documented. This includes the following: Complete README that documents the steps to install the code, how to install any dependencies, or system configuration needed. Every class must be documented with purpose, author, and methods. Every method must be documented with purpose and argument list - which itself must contain a short purpose for each argument. The project must be able to run fully, and without errors, on each teammate's system. Fulfills every requirement. Every line of code has been peer reviewed. For projects that require unit testing, core functionality must be identified and have at least one test for each.