Giter Site home page Giter Site logo

swpp18-team12's Introduction

███████╗███╗   ██╗██╗   ██╗ ██████╗██╗     ██╗   ██╗██████╗  
██╔════╝████╗  ██║██║   ██║██╔════╝██║     ██║   ██║██╔══██╗  
███████╗██╔██╗ ██║██║   ██║██║     ██║     ██║   ██║██████╔╝  
╚════██║██║╚██╗██║██║   ██║██║     ██║     ██║   ██║██╔══██╗  
███████║██║ ╚████║╚██████╔╝╚██████╗███████╗╚██████╔╝██████╔╝  
╚══════╝╚═╝  ╚═══╝ ╚═════╝  ╚═════╝╚══════╝ ╚═════╝ ╚═════╝  

송호준 이영재 황인성

We've not implemented yet. Please see our wiki to see what we will implement.

Branch Manager

  • Sprint1: 이영재
  • Sprint2: 황인성
  • Sprint3: 이영재
  • Sprint4: 황인성
  • Sprint5: 송호준
  • Sprint6: 송호준

How to get started

  • Clone repository
$ git clone https://github.com/swsnu/swpp18-team12.git
$ cd swpp18-team12
  • Run backend server
$ cd backend
$ pip install -r requirements.txt
$ cd snuclub
$ DJANGO_SETTINGS_MODULE=snuclub.settings.local python manage.py runserver
  • Run frontend server
$ npm install
$ npm start
$ npm test

Code Style

Tab size is 2 spaces in html and typescript

Tab size is 4 spaces in python

Type script code style follows our tslint.json and python code style follows PEP 8 as possibe as you can

Git convention

We use rebase and squash instead of merge to ensure the log message is clean.

git checkout your_barnch
git fetch origin
git rebase -i origin/master
... confilct resolve ...
git push origin your branch

commit message

Capitalize the subject line

Use the imperative mood in the subject line

Fixed typo(x)
Fix typo(o)

branch naming

feature/<featurename> : Feature branches are used when developing a new feature or enhancement . No matter when the feature branch will be finished, it will always be merged back into the master branch.

bug/<bug-id> : Bug branches will be created when there is a bug on the live site that should be fixed and merged into the next deployment. No matter when the bug branch will be finished, it will always be merged back into master.

pr

pr description should contain the following

#### What does this PR do?
#### Description of Task to be completed?
- something
- something
#### How should this be manually tested?

If pr includes migrations, you should label it need migrations

If pr includes a modification of our secret file, you should label it update secret

At least 2 reviewers are required for pr to merge!

open source Angular projects

swpp18-team12's People

Contributors

insung151 avatar snumath avatar

Stargazers

Donghyeon Lee avatar

Watchers

James Cloos avatar

Forkers

insung151

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.