Coder Social home page Coder Social logo

odin's People

Contributors

quxiaolong1504 avatar uturbo avatar wangcpsnow avatar wyseahl avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

odin's Issues

同步主干代码

1、把主干代码当做上游
git remote add upstream https://github.com/Uturboo/Odin.git
git fetch upstream
git pull --rebase upstream master
git rebase -i upstream/master
git push origin master -f

=========
任务完成后,使用以下命令可以快速达到各分支一致,仅供参考
git reset —hard <upstream/master ID>
git push origin master -f

消费者功能优先级确定

普通消费者


order,deal(交易),
product(产品),
sku,
payment(某次支付,付款相关),
shop,
point and cash(积分系统和内部财务系统),
分类(大的商品类别或商品分区之类的),
推荐系统,
支付方式,
refund(退货),
virtual_money(虚拟币,电子钱包),
pay_password(支付密码),
送货地址,
订单状态,
cart,
邮费,
促销系统

大家把自己的心里的优先级写写吧

提pr规范

Pr规范

  1. 一个pr只做一件事情,对应一个issues或者teambition任务
  2. 标题写明白任务名称, 正在做的任务标题前加[WIP],例如:[WIP]任务3
  3. 正文写介绍下pr主要内容,贴上相关issues或任务的链接,方便以后查阅
  4. 最后请@ 相关人员对你的pr进行review
  5. 针对别人的评论对你的代码做出修改或说明原因
  6. 修改完毕后请先同步主干代码,rebase你的pr,保证你的pr只有一次commit,并且描述清晰。
  7. pr 至少有一个评论“LGTM”才可merge

注意
LGTM = Look Good To Me!
LGTM要小心给出,只有你真的觉得代码没问题才可以!这点很重要
[WIP] = Work In Process. 看到这个标志表示任务进行中,不需要merge

以下做个示范:

完成任务3

  1. 加入组织
  2. fork代码
  3. 提pr到主干

pls review & LGTM

@Uturboo/develops @wyseahl @gushaokun

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.