Skip to content

ASE Lab Assignment 1

Moulika Chadalavada edited this page Sep 9, 2016 · 23 revisions

LAB ASSIGNMENT 1

1) UML Class diagram for 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.

Class

2) Using ZenHub tool create a board, 3 iterations, at least 5 tasks and show the analytics graph.

  • Under ASE-Lab-Assignments repository 3 milestones are created as Iteration 1, Iteration 2 and Iteration 3. Milestones
  • Each Milestone is created with Start Date and End Date.
  • Under each Milestone 5 tasks are created.
  • Each task is assigned to its respective pipelines such as New Issue, Icebox, Backlog, In-Progress, Review, Done and Closed.
  • Also each task is given a Story Point i.e. an estimate which is used measure the effort required to implement tasks.

Boards

  • For each milestone burndown chart is generated which represents the work that is left verses time based on number of issues and its Story Points.

Iteration 1 Iteration 2 Iteration 3

3) Create GitHub Account. Create a repository in remote Github. Clone it to local machine.

  • New repository ASE-Lab-Assignments is created in remote Github and is cloned to local machine.
  • Two folders Source and Documentation is created and the Lab-1 Assignment documentation is placed in Documentation folder.
  • All these changes done in local machine is cloned to remote GitHub.

Local Local2