Skip to content
Snippets Groups Projects
Commit 0cd7eb74 authored by ncastejon's avatar ncastejon
Browse files

WIP dataset-detail.

parent 46837694
No related branches found
No related tags found
1 merge request!14Doc webapp
docs/assets/webapp/dataset-detail.png

489 KiB

docs/assets/webapp/downloads.png

52.3 KiB

......@@ -2,6 +2,6 @@
![Credits](../../../assets/webapp/credits.png)
This page showcases the Open Source initiatives powering the data.grandlyon.com Web platform.
This page showcases the Open Source initiatives powering the data.grandlyon.com Web platform.
Content is fetched from the dedicated [credits service](../../services/credits.md). The logo, name and short description of each record are displayed. Each "card" is clickable and the click will open a new navigation tab, pointing at the address of the official website of the concerned record.
# Resources
# API
We define a resource a piece of information that is associated to a dataset. A resource can be classified in three categories:
......
# Dataset detail
This page gives all the detail concerning one dataset.
![Dataset detail](../../../../assets/webapp/dataset-detail.png)
It's cut into one to four tabs:
* [Data tab](./data.md): only if geographical data. It displays the data into a table and a map.
* [Information](./info.md): always display. It presents the metadata and other important information of the dataset.
* [Downloads](./downloads.md): a list of files available to download
* [API](./api.md):
\ No newline at end of file
# Downloads
![Information](../../../../assets/webapp/downloads.png)
\ No newline at end of file
......@@ -7,7 +7,8 @@
## Routing
By:
* `slug`
* `slug`
* `uuid`
Let's explain how routing works!
......@@ -17,7 +18,7 @@ Let's explain how routing works!
## Files & Folders structure
Organize a folders and files structure inside a project is never an easy task, and it exists many ways to do so.
We think that at the beginning we should just not overthink about it, choose one way to do it, keep to it, until a natural re-organization will happen if needed.
We think that at the beginning we should just not overthink about it, choose one way to do it, keep to it, until a natural re-organization will happen if needed.
Here is our `/src` folder structure:
![folders structure](../../../assets/webapp/web-app-project-structure.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment