diff --git a/README.md b/README.md index b8ace67..4401a72 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,6 @@ 1. [Unit tests](#unit-tests) 2. [Cucumber tests](#cucumber-tests) - -2. [Introduction](#introduction) - -3. [To Start](#to-start) - - 1. [Create a POD](#create-a-pod) - - 2. [Login](#login) - - 3. [Create a route](#create-a-route) - - 4. [View a route](#view-a-route) 4. [Miscellaneous information](#miscellaneous-information) @@ -57,59 +45,9 @@ npm test #### Cucumber tests For executing the [Cucumber](https://cucumber.io/) tests run: ```shell -npm run-script test:e2e +npm run test:e2e ``` -## Introduction -Viade is an Application whose task is to manage routes. -
- -
- -It allows you to store your favourite scenic routes on your [Solid Pod](https://solid.inrupt.com/how-it-works) and to share it with your friends and family as well as comment on those of your friends'. - -- -
- -## To Start -### Create a POD - -If you are not an owner of a POD you can create one by pressing the register button. -This will redirect you to a provider, where you can create your POD. - -### Login - -Once the POD is created, press the login button and a popup will ask you for credentials. -Once logged in you will have access to new options. - -### Create a route - -From "Route Management > Create a new Route" you can create a new route. -Just set a title, description, select the waypoints of the route and press "Save route in POD". -- - -
- -### View a route - -We can now navigate to "Route Management > My Routes", where the routes you have created are listed. -When clicking on "Info" of the new route a new window will display all the information recorded, as well as comments posted and a elevation chart of the waypoints. - -- -
- -### Share with friends - -When displaying all routes "Route Management > My Routes", you can click on the share option. -This will list all friends and when clicking share, a message with the route will be sent to the inbox of your friend. - -- -
- ## Miscellaneous information This project is an assignment for the [Software Architecture course](https://arquisoft.github.io/) following [these requirements](https://labra.solid.community/public/SoftwareArchitecture/AssignmentDescription/). diff --git a/docker-compose.yml b/docker-compose.yml index 5a71d22..4d1bc93 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: container_name: solidserver ports: - "8443:8443" - sampleweb: + viadeen3a: build: . ports: - "3000:3000" diff --git a/loadTests/results/simulation1-100users.zip b/loadTests/results/simulation1-100users.zip new file mode 100644 index 0000000..0d7db42 Binary files /dev/null and b/loadTests/results/simulation1-100users.zip differ diff --git a/loadTests/results/simulation1-10users.zip b/loadTests/results/simulation1-10users.zip new file mode 100644 index 0000000..75ed7a9 Binary files /dev/null and b/loadTests/results/simulation1-10users.zip differ diff --git a/loadTests/results/simulation1-50users.zip b/loadTests/results/simulation1-50users.zip new file mode 100644 index 0000000..2080d65 Binary files /dev/null and b/loadTests/results/simulation1-50users.zip differ diff --git a/loadTests/results/simulation1-rampUp.zip b/loadTests/results/simulation1-rampUp.zip new file mode 100644 index 0000000..6450ebe Binary files /dev/null and b/loadTests/results/simulation1-rampUp.zip differ diff --git a/loadTests/results/simulation2-100users.zip b/loadTests/results/simulation2-100users.zip new file mode 100644 index 0000000..da1182b Binary files /dev/null and b/loadTests/results/simulation2-100users.zip differ diff --git a/loadTests/results/simulation2-10users.zip b/loadTests/results/simulation2-10users.zip new file mode 100644 index 0000000..723ff3e Binary files /dev/null and b/loadTests/results/simulation2-10users.zip differ diff --git a/loadTests/results/simulation2-50users.zip b/loadTests/results/simulation2-50users.zip new file mode 100644 index 0000000..a9a586f Binary files /dev/null and b/loadTests/results/simulation2-50users.zip differ diff --git a/loadTests/results/simulation2-rampUp.zip b/loadTests/results/simulation2-rampUp.zip new file mode 100644 index 0000000..c176a39 Binary files /dev/null and b/loadTests/results/simulation2-rampUp.zip differ diff --git a/loadTests/simulations/Simulations.zip b/loadTests/simulations/Simulations.zip new file mode 100644 index 0000000..5b49c4f Binary files /dev/null and b/loadTests/simulations/Simulations.zip differ diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..24bf74a 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 63ef8dd..306ecef 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/App.js b/src/App.js index 28170c1..d26e428 100644 --- a/src/App.js +++ b/src/App.js @@ -7,16 +7,20 @@ import { HashRouter } from "react-router-dom"; function App() { return ( -