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

diagrams fixing proposal #228

Merged
merged 1 commit into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions src/docs/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ the route is decorated with name and description for all the points. Then, it's
=== Route Listing
image::RuntimeViewRouteDetailed.png[RouteListing]

Once the user clicks in route listing the following process is executed.
The process for listing routes is the following.

[arabic]
. The Route Manager is called to get the user's routes.
. The routes are showng as independent cards, one for each, with a button allowing you to display the "More info" view.
. The more info view contains:
.. The route images in a gallery.
.. More information about the route (description, name, author, total route distance)
.. MyMap React component showing the points, movable and clickable to display each point's information.
.. MyElevationChart React component showing the altitude for each of the points.
.. A button to export the route as JSON file.
. The Route Manager gets cleaned in order to then load the new routes.
. A POD Storage Handler is created with the current user to gain access to the POD.
. The method getRoutes() starts an asynchronous route loading.
. For each of the routes retrieved we create a new one, and populate it with the data returned.
. The route is then added to the manager and printed in the screen for the user.
Binary file modified src/docs/images/RuntimeViewRouteDetailed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/docs/images/TechnicalContext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.