2016-10-10 18:44:23 +03:00
|
|
|
# Joyent Dashboard
|
|
|
|
|
|
|
|
## Project Management
|
|
|
|
|
|
|
|
This project is using [Github Projects](https://www.youtube.com/watch?v=C6MGKHkNtxU) for organisation and development of the Joyent Dashboard.
|
|
|
|
|
|
|
|
## Repository Layout
|
|
|
|
|
|
|
|
Currently we are using this repository as a monolithic catch-all for all project communication, development and designs.
|
|
|
|
We will also include multiple PoC's of various bits of functionality from UI's prototypes to API development.
|
|
|
|
|
|
|
|
```
|
|
|
|
.
|
2016-10-20 04:08:11 +03:00
|
|
|
├── frontend
|
2016-10-24 14:45:20 +03:00
|
|
|
├── ui
|
2016-10-20 15:36:24 +03:00
|
|
|
├── backend
|
2016-10-20 04:08:11 +03:00
|
|
|
├── cloudapi-graphql
|
|
|
|
└── spikes
|
2016-10-10 18:44:23 +03:00
|
|
|
```
|
|
|
|
|
2016-10-14 14:51:09 +03:00
|
|
|
### cloudapi-graphql
|
2016-10-10 18:44:23 +03:00
|
|
|
|
2016-10-10 19:38:58 +03:00
|
|
|
An implementation of the [Joyent CloudAPI](https://apidocs.joyent.com/cloudapi/) in GraphQL.
|
2016-10-20 04:08:11 +03:00
|
|
|
|
|
|
|
### frontend
|
|
|
|
|
|
|
|
The client side code with a dev-server.
|
|
|
|
|
2016-10-24 14:45:20 +03:00
|
|
|
### ui
|
|
|
|
|
|
|
|
Code for the reusable UI framework.
|
|
|
|
|
2016-10-20 15:36:24 +03:00
|
|
|
### backend
|
|
|
|
|
|
|
|
A simple backend for frontend that serves the static files and fallbacks to `/static/index.html`. To be used in production.
|
|
|
|
|
2016-10-24 14:45:56 +03:00
|
|
|
### spikes
|
2016-10-20 04:08:11 +03:00
|
|
|
|
|
|
|
Implementation examples from spikes.
|