Giter Site home page Giter Site logo

work-library's Introduction

Project

Development model

This project is divided into four phases, following the waterfall model. A phase is not officially started until the previous one is completed.

At the end of every phase several documents must be produced and to complete the current phase, all of the documents required must pass an informal review, followed by a formal review.

After every phase the following documents must be produced:

Phase 1

Phase 2

Phase 3

Phase 4


Workflow

The repository is divided into three seperate branches. All main work is done in the development branch.

Once documents pass informal review, they are merged into the review branch.

Once the documents pass formal review, they are merged into the master branch.

Workflow Illustrates the branching workflow in the project.


Git terminal cheat sheet

  • Clone repo: git clone URL
  • Update current branch: git pull REMOTE BRANCH
  • Push current branch: git push -u REMOTE BRANCH
  • Config user information: git config --global user.name "NAME" && git config --global user.email "EMAIL"
  • Show status: git status
  • Switch branch: git checkout BRANCHNAME
  • Create branch: git checkout -b BRANCHNAME
  • Show latest commits: git log
  • Show latest commits as graoh: git log --graph

Final dates

  • Project hand-in Monday 22/3 12:00
  • Accept Meeting Thrusday 25/3 11:00

work-library's People

Contributors

victorhook avatar anubishere avatar assarorpana avatar puspgroup2 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.