Coder Social home page Coder Social logo

launch-room's People

Contributors

bitq2019 avatar chengchenleo avatar killbond007 avatar puncsky avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

0xgoerlimainnet

launch-room's Issues

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

support more operators for the rule

Screen Shot 2021-03-16 at 9 53 03 PM

option values could be found in https://github.com/launchdarkly/node-server-sdk/blob/7d21185099aefb6d1a94c5ab25184b98160ff2fd/test/operators-test.js

const ops = [
  {
    text: "is one of",
    value: "in",
  },
  {
    text: "is not one of",
    value: "",
  },
  {
    text: "ends with",
    value: "endsWith",
  },
  {
    text: "does not end with",
    value: "",
  },
  {
    text: "starts with",
    value: "startsWith",
  },
  {
    text: "does not start with",
    value: "",
  },
  {
    text: "matches regex",
    value: "",
  },
  {
    text: "does not match regex",
    value: "",
  },
  {
    text: "contains",
    value: "",
  },
  {
    text: "does not contain",
    value: "",
  },
  {
    text: "<",
    value: "",
  },
  {
    text: "<=",
    value: "",
  },
  {
    text: ">",
    value: "",
  },
  {
    text: ">=",
    value: "",
  },
  {
    text: "before",
    value: "",
  },
  {
    text: "after",
    value: "",
  },
  {
    text: "SemVer is one of",
    value: "",
  },
  {
    text: "SemVer <",
    value: "",
  },
  {
    text: "SemVer <=",
    value: "",
  },
  {
    text: "SemVer >",
    value: "",
  },
  {
    text: "SemVer >= ",
    value: "",
  },
  {
    text: "",
    value: "",
  },
];

Cheng's work for week 2021-02-27

前端和后端交互的地方是 controller,这里是一个例子 https://tianpan.co/onefx#fetching-data,不含数据的component要加到 storybook里

https://app.launchdarkly.com/ 你可以自己注册账户或者使用 账号 [email protected] 密码 [email protected]

现阶段不理解/不需要的 feature 不要加上去,比如没法用的 UI 的元素,一个不知道干什么的field,跟主线无关就不要加

主要目标是 Flag CRUD,例如

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.