Lab Assignment 1 - ravali-b/ASE_Lab-Assignments GitHub Wiki
ASE Lab Assignment 1:-
- UML Class Diagram for a Chat Application:- A user can create an account and add friends using their mobile number or email id. User can chat with any individual from his friends list, User can also create groups and invite his friends to join the group. In addition to that, media like images, video, location can be shared with friends and group.
-
A board is created with 8 issues and 3 milestones. Each issue is assigned to a milestone. The analytics graph of every milestone can be found in "aselab1.docx" file in Documentation folder. https://github.com/ravali-b/ASE_Lab-Assignments/blob/master/Documentation/aseLab1.docx
-
This is the wiki page of my first lab assignment.
-
GitHub:-
- I created a repository in remote GitHub - "ASE_Lab Assignments"
- This repository is cloned to my local machine using the command - "git clone https://github.com/ravali-b/ASE_Lab-Assignments.git "
- Source and Documentation directories are created in the local repository and necessary files are added to them.
- These files are added using the command - "git add ."
- The changes are committed using the command - "git commit -m 'Added files to Documentation'"
- Repository on local machine is then pushed to the remote repository using the command - "git push --all" Related screenshots can be found at https://github.com/ravali-b/ASE_Lab-Assignments/blob/master/Documentation/aseLab1.docx