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

Basic builder UI #83

Open
VJftw opened this issue Sep 21, 2018 · 0 comments
Open

Basic builder UI #83

VJftw opened this issue Sep 21, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@VJftw
Copy link
Member

VJftw commented Sep 21, 2018

Would be nice to have some view of what builders are connected. There's these 2 endpoints:

GET /v1/builders

{
   "total":1,
   "data":[
      {
         "id":"6f5ca4a4-0790-4866-a753-df9264911978",
         "state":"ready",
         "updatedAt":"2018-09-21T19:21:30.589013809Z",
         "createdAt":"2018-09-21T19:21:30.589013749Z"
      }
   ]
}

GET /v1/builders/6f5ca4a4-0790-4866-a753-df9264911978

{
   "id":"6f5ca4a4-0790-4866-a753-df9264911978",
   "state":"ready",
   "updatedAt":"2018-09-21T19:21:30.589013809Z",
   "createdAt":"2018-09-21T19:21:30.589013749Z"
}

This will probably spawn more bug issues for the architect as I know I haven't put any attention into the storage of them or how I know when one is dead or maybe reconnecting

@VJftw VJftw added the web label Sep 21, 2018
@VJftw VJftw added this to the 0.1.0 milestone Sep 21, 2018
@VJftw VJftw changed the title Builders UI Basic builder UI Sep 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants