Giter Club home page Giter Club logo

band's People

Contributors

dependabot-preview[bot] avatar evilpeach avatar liushooter avatar prin-r avatar smiled0g avatar sorawit avatar taobun avatar touhonoob avatar yeast72 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

band's Issues

[BUG] Change from shouldFail to expectRevert

From #146, openzeppelin has introduced new standard to detect revert transaction. And we need to specify error message from contract, so we need to update our test to new standard.

Current Behavior

Every shouldFail statement now can't compiled

Expected Behavior

Change all shouldFail to expectRevert

Suggested Solutions

Read our contract and add error message to test (or contract)

[ENHANCEMENT] Write Monorepo README

Currently the README is WIP. Let's make it more understandable.

Motivation

Good projects start with good README.

Suggested Implementation

N/A

Additional Context

See 0x Monorepo for a possible example.

[BUG] Provider node regex order not consistency

We implemented regex driver to classify key to each group of driver. We want to use waterfall model to handle what driver used to query a request.

Current Behavior

We use map for store regex pattern and driver, and our code use loop on that map make order for check regex is inconsistency, so each node run different driver on same key.

Expected Behavior

Every node should select same driver for query the same key

Suggested Solutions

Add priority field to determine which driver will be done first if key match regex

[BUG] Navbar social media links

image

The social links on the navbar don't function as they're supposed to

  1. Hovering on the background should do nothing (currently highlight, which makes it seems clickable)

  2. Hovering on the logo should show a filled version of these
    image

  3. Clicking on each logo should link to the corresponding social media channel

Add Travis CI script for bandapp

We want to have simple tests and travis script in place for bandapp.

Motivation

CI is the first safeguard against possible failure. Having it in place makes our lives easier when merging trivial changes like version bumps.

[GO provider node] Custom http adapter

New adapter type support getting data from other endpoint.

Motivation

Each provider can implement own data feeder external from our adapter concept (ex. create own web server to handle data). If we have adapter to request data from arbitrary endpoint, provider don't need to write data feed in go (free to read on your own way)

Suggested Implementation

We will set endpoint specification how request should be and your service must serve data in the correct way

[BUG] BandApp: Use real BAND price

Current Behavior

BandApp currently uses 1 BAND/USD exchange rate. This needs to be fix prior to mainnet launch.

Expected Behavior

The application should use real-world exchange rate of BAND/USD. I suggest we use CoinGecko https://api.coingecko.com/api/v3/simple/price?ids=band-protocol&vs_currencies=USD for this initial version.

Feature Request: Add Estimated Staking APR of Data Token to Governance Portal

Motivation

Currently there is no way for investors to know about the estimated staking APR of data tokens. Showing estimated staking APR will potentially increase the adoption of data tokens staking.

Suggested Implementation

Estimated staking APR can be calculated based on the past staking reward distributions.

Max Deposit Button in Provider stake

Create Max Deposit Button in Deposit Modal.

Motivation

Easy for the user to use the maximum balance for staking.

Suggested Implementation

Similar to the withdraw button.

Dependabot couldn't find a package.json for this project

Dependabot couldn't find a package.json for this project.

Dependabot requires a package.json to evaluate your project's current JavaScript dependencies. It had expected to find one at the path: /bandweb/package.json.

If this isn't a JavaScript project, or if it is a library, you may wish to disable updates for it from within Dependabot.

You can mention @dependabot in the comments below to contact the Dependabot team.

[BUG] Subscription on Navbar

image

  1. The subscription on the navbar shouldn't be like this. Clicking on "subscribe" should replace it with the message showing success / error.
  2. Similar to #75 hovering on the menu should not highlight.

Dependabot couldn't find a package.json for this project

Dependabot couldn't find a package.json for this project.

Dependabot requires a package.json to evaluate your project's current JavaScript dependencies. It had expected to find one at the path: /bandweb/package.json.

If this isn't a JavaScript project, or if it is a library, you may wish to disable updates for it from within Dependabot.

You can mention @dependabot in the comments below to contact the Dependabot team.

Dependabot couldn't find a package.json for this project

Dependabot couldn't find a package.json for this project.

Dependabot requires a package.json to evaluate your project's current JavaScript dependencies. It had expected to find one at the path: /bandweb/package.json.

If this isn't a JavaScript project, or if it is a library, you may wish to disable updates for it from within Dependabot.

You can mention @dependabot in the comments below to contact the Dependabot team.

BandProtocol.com v4 Implementation

With the upcoming Kovan testnet launch, we want to also have a new website with updated information on the current tech of Band Protocol

Motivation

  • Current Band Protocol website still presents deprecated tech interfaces which no longer reflects what Band Protocol offers
  • With the current implementation, our message offers a broad view of the products we have built. With the focus we now put on the TCD, we want to shape the messages to be more

Suggested Implementation

We already planned out the implementation detail. Here's what we need to do:

  1. Create a sitemap - this will help to guide the content draft
  2. Get a content draft - create a text-only version of the website. With this we try to make sure that when we put down the layout we have the narration ready, and that graphics should be supplementary to the content

https://docs.google.com/document/d/1mxRn0uzCZ-E2qngM2F_xPozl0Qf6uDkDihTEjsjOz_M/edit#

  1. Get the layout down - with this step, we will have a working (design) prototype of the website that we can interact with. The goal is to make sure with got all the key navigation down and that the only thing left is graphics

Link gone > see full mockup instead

  1. Full Mockups - now it's when things get real. This is what users will see on the fina implementation

https://invis.io/RETDW4S3NTK#/378112190_Landing

  1. Implementation - this is where we'll put most energy on keeping track of things we need to accomplish before we release the website into the wild. Next section will underline the implementation checklist.

Implementation Checklist

Design

  • Landing
  • Feature > Overview
  • Feature > Dual-Token
  • Feature > TCD
  • Feature > Data Governance Portal
  • For Developer
  • Company > About Us
  • Company > Career
  • Navigation
    • Navbar > Features
    • Navbar > Company
    • Navbar > Community

Desktop (Layout-only)

  • Landing
  • Feature > Overview
  • Feature > Dual-Token
  • Feature > TCD
  • Feature > Data Governance Portal
  • For Developer
  • Company > About Us
  • Company > Career
  • Navigation
    • Navbar > Features
    • Navbar > Company
    • Navbar > Community

Desktop (Full)

  • Landing
  • Feature > Overview
  • Feature > Dual-Token
  • Feature > TCD
  • Feature > Data Governance Portal
  • For Developer
  • Company > About Us
  • Company > Career
  • Navigation
    • Navbar > Features
    • Navbar > Company
    • Navbar > Community

Mobile (Full)

  • Landing
  • Feature > Overview
  • Feature > Dual-Token
  • Feature > TCD
  • Feature > Data Governance Portal
  • For Developer
  • Company > About Us
  • Company > Career
  • Navigation
    • Navbar > Features
    • Navbar > Company
    • Navbar > Community

Analytics

  • GA
  • Amplitude

@evilpeach Please make sure we keep track of what's implemented

[ENHANCEMENT] Add "Convert Revenue" option to each row in TCD's governance page

Add an option that has ๐Ÿ” sign after the amount. On clicking, user can choose to (1) stake the revenue or (2) withdraw the revenue.

Motivation

Currently the only way for user to convert users pending revenue to voting power while still maintaining the stake it to click withdraw then deposit. This is non-obvious for users.

Suggested Implementation

Add a button to each row in table. Upon clicked, a modal pops up for users to choose. After chosen, a saga action is dispatch to perform the corresponding action.

Band js components

I've not been able to see any doc around.
I got a few questions.

Where are located in this package the modules/fns to:

  • generate a private/public key.
  • encode an address from a private/public
  • create and sign a tx

thanks

[BUG] Crash!!! When Community client is undefined

Current Behavior

Crash when community client is undefined.

Expected Behavior

Not crash when community client is undefined.

Steps to Reproduce

Suddenly buy the dataset token on web opening.

Suggested Solutions

disable input of buy and sell token modal when community client is undefined.

Update Dataset UI for 1 TCD

The current bandapp sidebar looks like this.

Screen Shot 2019-08-24 at 18 07 30

However, since we will have 1 tcd per dataset in this iteration, let's make "available dataset" look more like "configurations"

[BUG] Change lottery dataset title

Currently, dataset title in lottery page makes user confuse.
image

Current Behavior

The title doesn't show the type of lottery. (MegaMillions or Powerball)

Expected Behavior

Add type in the title

[FEATURE] Add documentations on GasSwap + demo work

We have a fantastic idea for GasSwap implementation. Let's make sure we put it out there

Motivation

  • GasSwap is a great complementary to Band Protocol query interface.
  • @sorawit is going to talk about it at DevCon5!

Suggested Implementation

  • Detail out in developer doc
  • Add illustrations to better explain to idea
  • Add demo contract / short tutorial on how to use it
  • Publish medium article on this
  • Create infographics to share in social media so ppl learn about it
  • Partner with other projects on adopting the idea

[BUG] BandApp no mobile support

The current version of BandApp does not support mobile. Let's make it show "not support" message when opening from a mobile device.

Band Feature: Reserved Providers

Motivation

Currently the way TCD works does not encourage more data providers beyond the active ones. Thus, if a provider goes offline or stops providing data, adding a new data provider may not be as smooth. Looking at EOS, for example, reserved validator nodes are in place to prevent such situation. Band should also have that.

Suggested Implementation

  1. Add two governance parameters: reserved_providers_count and reseved_reward_percentage.
  2. Whenever distributeFee function is called, also split some revenue to the reserved providers.

[FEATURE] Illustrations on the developer doc

We need illustrations on our Developer Doc.

Motivation

Right now it's dull and not really tasteful.

Suggested Implementation

Let's go through this check list

  • @sorawit list out all the specs for illustrations needed
  • @prin-r draft the illustrations and align with @sorawit on the result
  • @smiled0g turns the drafts into full version
  • @sorawit then add all illustrations to the doc

[FEATURE] Aggregate method for node

Add field to each dataset to determine how to aggregate value.

Current Behavior

Now every data, we use median of value to be an aggregated value.

Expected Behavior

Each dataset can select way how to aggregate data. Median, Majority, or Depended on key.

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.