Giter Club home page Giter Club logo

sport-me's Introduction

Xem qua mấy video trên youtube họ làm như nào rồi làm theo.

Các giai đoạn phát triển

  1. Design các feature trong 2-3 tuần
  2. Test và sửa đổi (1 tuần)
  3. Liên kết các feature screen lại với nhau - 1 tuần
  4. Connect DB - 1-2 tuần
  5. Kiểm tra và sửa đổi

Color chủ đạo

  • darkGreen: #198754;
  • lightGreen: #85C240;
  • yellow: #F0803C;
  • white: white;
  • black: black;

Mọi create branch và mọi commit phải gán mã ticket Jira vào đầu. Cách đơn giản nhất là vào trang jira của nhóm, chọn task nào làm thì bấm vào nó sẽ hiện ra 1 dialog bên phải có phần create branch, rồi bấm vào thì chọn phần base from là từ thằng cha nó là nhánh dev với feature chọn từ epic

Design tham khảo

web tham khảo thanh toán:


app tham khảo (quan trọng):


WorkFlow GIT

  • Mọi feature đều phải checkout từ nhánh dev ra.
  • Ban đầu khi nhận đc 1 feature mới, thì sẽ checkout về dev => Rồi từ branch dev, git checkout -b ten-nhanh(VD:git checkout -b TLU-11-Login)
  • git add . : Sau khi hoàn thành feature xong thì git add .
  • git commit -m “TLU-11 completed ui login”
  • git pull origin dev
  • git push origin ten-nhanh-dang-lam-viec
  • Làm xong feature nào đấy thì tạo pull request luôn trên github.
  • Nếu tạo xong mà còn cần thay đổi nào đó trên nhánh vừa tạo pull request(ví dụ làm chức năng đăng kí, mà ban đầu chỉ có password không có confirm password), sau khi tạo pull request thì nhớ ra là thiếu field cf passw, thì sửa đổi lại và sau khi sửa xong, thì chạy lệnh git commit –amend. (:wq). Mục đích là để không phải lưu commit khác trong pull request đã tạo trước đó. => git push origin ten-nhanh-dang-lam -f
  • Lưu ý: Theo chuẩn mình làm là 1 pull request chỉ chứa 1 commit • Trường hợp: • - git log –online • Khôi phục branch đã xóa: git checkout -b ten-nhanh mã-hash

sport-me's People

Contributors

levanthoi avatar trandangtrung avatar hoaiiinam avatar lenhunam avatar

Watchers

 avatar

Forkers

hoaiiinam

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.