Giter VIP home page Giter VIP logo

peatio's People

Contributors

ashchan avatar beenhero avatar brossi avatar bzhang443 avatar eddef avatar everm1nd avatar fenec avatar fsword avatar gitter-badger avatar happypeter avatar hpyhacking avatar jyek avatar kanzure avatar keating avatar lgn21st avatar lifu avatar liushooter avatar panlilu avatar poshboytl avatar rottingcorpse avatar summm avatar tomlion avatar trisua avatar weilu avatar xyuwang avatar zhukejun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

peatio's Issues

Refactor currencies

Whats left:

  1. Withdraws/Deposits for fiat currencies (for later user)
  2. Put proper fiat currency check to "funds" javascripts.
  3. DRY Admin::Withdraws::Coins and Admin::Deposits::Coints controllers.

Removal of solvency

Do we have to have the solvency on the public pages? It can stay in the admin pages, possible add later. For some coins it will never be listed anyway.

Price calculation on sell/buy

if you know what price you want no problem
if you know the FRC amount you want... doesnt work
I want 2000 FRC
I have .05 BTC
what is the price I need to set?
if I want to spend all the BTC?
I need to play with adjusting the price to get it to zero out.
Dont start with price
start with AMount of FRC
and Total BTC
doesn't work automatically to give you the price that spends all your BTC
for that amount of FRC you set
it resets the numbers
bit frustrating and counter intuitive
You need to roughly calculate it out and adjust price till you hit it.

Withdraw admin section

NoMethodError in Admin::Members#show

Gets this in under viewing a member: /admin/members/4

Showing /home/deploy/peatio/current/app/views/shared/admin/_account.html.slim where line #11 raised:

undefined method `coin?' for nil:NilClass
Extracted source (around line #11):
8
9
10
11
12
13

     = item_for account, :amount
     = item_for account, :locked
     = item_for account, :balance
     - if account.currency_obj.coin?
       = item_for t('.payment_address') do
         = account.payment_address.address

ActionController::UrlGenerationError in Admin::IdDocuments#index

Error on clicking Verify Account in admin panel

Showing /home/deploy/peatio/current/app/views/admin/id_documents/index.html.slim where line #7 raised:

No route matches {:action=>"show", :controller=>"admin/members", :id=>nil} missing required keys: [:id]
Extracted source (around line #7):
4
5
6
7
8
9
10

  - t.column :id, class: 'col-xs-1' do |x|
    = link_to x.id, admin_id_document_path(x)
  - t.column :name, class: 'col-xs-2' do |x|
    = link_to x.name.to_s, admin_member_path(x.member)
  - t.column :email, class: 'col-xs-2' do |x|
    = link_to x.member.email, admin_member_path(x.member)
  - t.column :id_document_type, t('.id_document_type'), class: 'col-xs-3' do |x|

Frontpage prices

Align Price Overview horisontal in full widthand limit them to the 4 or 5 boxes.

A nice feature would be to list them based on highest volume of coins traded .

Admin: Members view error

Accessing a member view page
http://otc.sicanet.net/admin/members/2

Gives a NoMethodError in Admin::Members#show

Showing /home/deploy/peatio/current/app/views/shared/admin/_account.html.slim where line #11 raised:

undefined method `coin?' for nil:NilClass

Also it should not open in new browser window when clicking on view member

Removal of CNY

Basicly remove or hide all the cny part of dealing with real money for now.

Change of Frontpage

Need a new landingpage. Might be as simple as the signup/login page for now.
index page

Admin panel decimals

Limit decimals on account listings for coins to 8 decimals.

Does not look good with
179.9988555867743965679371571505109771802052186378843295238606769803624274572939611971378326416015625

on a balance :)

Views under withdraw etc

Alot of places in the admin interface, when you click in example a view button, it opens a new window. It should really just stay in same browser window as it's preatty annoying with things popping up in new browser windows.

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.