From a4889fb415dd2f7abbae3b856f03d4a2e604b90f Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 16 Nov 2018 12:20:24 +0000 Subject: [PATCH] GitBook: [master] 9 pages modified --- SUMMARY.md | 10 +++++----- api/installation/README.md | 9 +++++++++ api/todos.md | 10 ++++++++-- {ui => frontend}/installation.md | 9 +++++++++ {ui => frontend}/styleguide.md | 0 {ui => frontend}/todos.md | 0 6 files changed, 31 insertions(+), 7 deletions(-) rename {ui => frontend}/installation.md (83%) rename {ui => frontend}/styleguide.md (100%) rename {ui => frontend}/todos.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index dc7f13424..314e74789 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -2,7 +2,7 @@ * [Let's change the World](README.md) -## API +## Backend * [Backend Installation](api/installation/README.md) * [Configuration](api/installation/configuration.md) @@ -14,11 +14,11 @@ * [Import](api/data-import.md) * [Todo's](api/todos.md) -## Web UI +## Web Frontend -* [Web Installation](ui/installation.md) -* [Styleguide](ui/styleguide.md) -* [Todo's](ui/todos.md) +* [Web Installation](frontend/installation.md) +* [Styleguide](frontend/styleguide.md) +* [Todo's](frontend/todos.md) ## Workflow diff --git a/api/installation/README.md b/api/installation/README.md index e0cba686c..cbf42709e 100644 --- a/api/installation/README.md +++ b/api/installation/README.md @@ -4,6 +4,15 @@ description: Lets try to install the Human Connection - Nitro Backend # Backend Installation +### Clone Repository + +The Backend Repository can be found on github. +[https://github.com/Human-Connection/Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend) + +```bash +git@github.com:Human-Connection/Nitro-Backend.git +``` + ### Copy Environment Variables ```bash diff --git a/api/todos.md b/api/todos.md index 14a3f7414..effb25b3a 100644 --- a/api/todos.md +++ b/api/todos.md @@ -3,9 +3,15 @@ * [x] add jwt authentication \(in progress\) * [ ] get directives working correctly \(@toLower, @auth, @role, etc.\) * [ ] check if search is working -* [ ] check if sorting is working +* [x] check if sorting is working + + > There is currenty an issue with neasted data which will be fixed in the next weeks + * [x] check if pagination is working -* [ ] check if upload is working \(using graphql-yoga?\) +* [ ] check if upload is working + + > is possible with graphql-yoga + * [x] evaluate middleware * [ ] ignore Posts and Comments by blacklisted Users \(in progress\) diff --git a/ui/installation.md b/frontend/installation.md similarity index 83% rename from ui/installation.md rename to frontend/installation.md index be87b4446..397e1a11a 100644 --- a/ui/installation.md +++ b/frontend/installation.md @@ -1,5 +1,14 @@ # Web Installation +### Clone Repository + +The Frontend Repository can be found on github. +[https://github.com/Human-Connection/Nitro-Web](https://github.com/Human-Connection/Nitro-Web) + +```bash +git@github.com:Human-Connection/Nitro-Web.git +``` + ### Install Dependencies {% hint style="danger" %} diff --git a/ui/styleguide.md b/frontend/styleguide.md similarity index 100% rename from ui/styleguide.md rename to frontend/styleguide.md diff --git a/ui/todos.md b/frontend/todos.md similarity index 100% rename from ui/todos.md rename to frontend/todos.md