Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Visual dashboard for REST API #850

Closed
wants to merge 22 commits into from

Conversation

ArnaudRitti
Copy link

Dashboard for zenbot

It work on tablet, desktop and mobile.
On mobile you can add it to home screen and it works like a app.

screenshot_20171212-231925

fireshot 1

Copy link
Owner

@DeviaVir DeviaVir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impressive amount of work! The only feedback I have is that people are most likely going to ask how to access the dashboard you created, could you add that to the README.md?

Copy link
Contributor

@darland darland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

@JensvdHeydt
Copy link
Contributor

This looks very good! Just a little thing: This PR also changes files like neural/strategy.js. Why?

Copy link

@storm1er storm1er left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me it's a great YES :

  • We should avoid bower implementation as the developpers officialy said stop : Consider deprecating Bower. bower/bower#2298 (going on webpack ?)
  • It feels like the whole project is not commented enough, this PR is a plus on this point ^^
  • Indentation lovers (like me) will hate you some days 😹
  • Is jQuery shouldn't be included through package.json instead of bower ? (just asking)

Love your work =D

Copy link

@albabosh albabosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReferenceError: minimist is not defined, but it is really present:
tradeops@47148:~/zenbot$ npm list minimist
zenbot4@4.0.5 /home/tradeops/zenbot
+-- eslint@4.12.1
| -- mkdirp@0.5.1 | -- minimist@0.0.8
+-- minimist@1.2.0
-- simple-xmpp@1.3.0 -- node-xmpp-client@3.2.0
`-- minimist@1.2.0 deduped

tradeops@47148:~/zenbot$

Copy link
Contributor

@tiagosiebler tiagosiebler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ArnaudRitti can you re-do this PR without the extra changes? I think this is on hold since it changes a ton of other files, including core files such as trade.js, in a way that'll affect others unintentionally.

Would love to see this PR merged, but I don't think it'll happen until those changes are cleaned out and this PR only changes the minimum needed.

@pursehouse
Copy link

screenshots look nice.. how do we actually get this running?

@nibzo1
Copy link

nibzo1 commented Dec 27, 2017

This looks awesome, I would love to see this in zenbot. I've wanted to do this for a long time.

Any help required to get this over the line?

kernelsndrs pushed a commit to kernelsndrs/zenbot that referenced this pull request Dec 28, 2017
@DeviaVir DeviaVir changed the base branch from master to unstable December 28, 2017 16:59
kernelsndrs pushed a commit to kernelsndrs/zenbot that referenced this pull request Dec 28, 2017
…t consumed in api.js

also initializes the lib.output later and announces it at the start of live trading
kernelsndrs pushed a commit to kernelsndrs/zenbot that referenced this pull request Dec 28, 2017
kernelsndrs pushed a commit to kernelsndrs/zenbot that referenced this pull request Dec 28, 2017
…t consumed in api.js

also initializes the lib.output later and announces it at the start of live trading
kernelsndrs pushed a commit to kernelsndrs/zenbot that referenced this pull request Dec 28, 2017
…t consumed in api.js

also initializes the lib.output later and announces it at the start of live trading
@kernelsndrs kernelsndrs mentioned this pull request Dec 28, 2017
kernelsndrs added a commit to kernelsndrs/zenbot that referenced this pull request Dec 29, 2017
kernelsndrs added a commit to kernelsndrs/zenbot that referenced this pull request Dec 29, 2017
…t consumed in api.js

also initializes the lib.output later and announces it at the start of live trading
@kernelsndrs kernelsndrs mentioned this pull request Dec 29, 2017
@phenixtai
Copy link

So Nice, Great work, when we can use it ?
Very good idea !

DeviaVir pushed a commit that referenced this pull request Jan 2, 2018
* Migrated base code from pull #850 minus dist files and bower code, as it is depreciated.

* Add popper.js for bootstrap

* add bootstrap, associated packages, and webpack

* add more dependencies, remove bootstrap-loader

* add babel-preset-es2015

* remove bootstrap css from app.js

* integrate non-intrusive changes, convert from bower to webpack, condense all current included css and js

* add generation data to gitignore

* add webpack dist folder to .gitignore

* modify col-xs-* to col-*, per bootstrap 4

* fix typo

* code from PR #850, seems to add extra stats to the tradeObject consumed in api.js
also initializes the lib.output later and announces it at the start of live trading

* Add basic README info

* accidental backtick inserted
@kernelsndrs
Copy link
Contributor

Duplicate of #1015 which was merged into unstable

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.