Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clicking the "name" field the miner list should show a detail view of a particular miner #2

Open
tjwebb opened this issue Sep 14, 2014 · 2 comments
Assignees

Comments

@tjwebb
Copy link
Member

tjwebb commented Sep 14, 2014

miner detail view will contain two sections:

  • a small d3-style chart of uptime and/or hashrate or something
  • a form where miner attributes can be changed (name, pool details, miner connection info, etc)

api routes

  • /miner/:id
  • /miner/pool
  • /miner/connection

the sections can be partitioned using a tabbed layout, or just stacked vertically, whichever looks cleaner on a phone.

TODO all form fields and sections are TBD

@tjwebb
Copy link
Member Author

tjwebb commented Sep 21, 2014

What is the URL for this view

@tjwebb
Copy link
Member Author

tjwebb commented Oct 2, 2014

Hey @stanzheng just saw your update, looks good.

a form where miner attributes can be changed (name, pool details, miner connection info, etc)

So, I was pretty vague about this. The miner detail view will also need these fields from the MinerConnection object:

and these from PoolWorker:

Conceptually, a Miner is a PoolWorker when looked at in the context of a Pool. When looked at in the context of physical 3D reality, it is just a Miner. Maybe that's more confusing that clarifying, but it's also just documentation for myself.

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

No branches or pull requests

2 participants