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

122 propose structure for a user manual #123

Merged
merged 2 commits into from
Jan 24, 2025
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
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,30 @@ This repository aims at providing a **vendor-neutral**, **fact-based**, **non-ju

- [🗺️ Mapping of the ICT Sustainability Tools Landscape](#️-mapping-of-the-ict-sustainability-tools-landscape)
- [Getting started 🚀: visualize the data](#getting-started--visualize-the-data)
- [Raw data (CSV)](#raw-data-csv)
- [Data model](#data-model)
- [Documentation](#documentation)
- [User manual](#user-manual)
- [Technical details](#technical-details)
- [Raw data (CSV)](#raw-data-csv)
- [Data model](#data-model)
- [Documentation](#documentation)
- [Acknowledgments](#acknowledgments)
- [Licenses](#licenses)

## Getting started 🚀: visualize the data

Visualize or edit the data set at [https://boavizta.github.io/ict-sustainability-tools/](https://boavizta.github.io/ict-sustainability-tools/)

## Raw data (CSV)
## User manual

Check [how to use the tool](/doc/user-manual/how-to-use-the-tool.md).


## Technical details

### Raw data (CSV)

See the [CSV dataset](ictst/data/tools.csv)

## Data model
### Data model

This repository proposes a common data model that is used to reference all the tools or services.

Expand All @@ -31,7 +40,7 @@ The [data model](ictst/model/tools.frictionless-table-schema.json) of the raw da
> [!WARNING]
> The data model is still very drafty and is expected to evolve.

## Documentation
### Documentation

See [/doc/technical-documentation.md](/doc/technical-documentation.md)

Expand Down
3 changes: 3 additions & 0 deletions doc/user-manual/how-to-something-else.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# A second page

With detailed instructions.
19 changes: 19 additions & 0 deletions doc/user-manual/how-to-use-the-tool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# How to use this tool

## Visualizing the data

> 💡 TODO: describe here how the interface works, possibility to see table or cards view, filtering capabilities.

![Sample picture with alt text](picts/sample-pict.excalidraw.png)

## Contributing to the data

### The general contribution process

> 💡 TODO: Describe here how contribution are managed / reviewed

### How to edit the data

## Other info

See also this [next chapter](how-to-something-else.md).
Binary file added doc/user-manual/picts/sample-pict.excalidraw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions ictst/texts/README.md → ictst/texts/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Please get in touch or contribute (see below) if you notice errors in the data.

## Next step

Have a look at the [user manual](https://github.com/Boavizta/ict-sustainability-tools/doc/user-manual/how-to-use-the-tool.md).

Open the [next tab](https://boavizta.github.io/ict-sustainability-tools/?datami_tab=2&datami_view=cards) to visualize the dataset.

## Get in touch
Expand All @@ -32,3 +34,5 @@ To propose an update on the data set, you have 2 options:
The easiest way to contribute is to use the *EDIT* button on the next tab to propose a update. It will appear as an anonymous contribution to be validated in the git repository of the project.

If you are familiar with git and csv editing, you may propose contributions directly as PR on the git repository.

All details are given in the [user manual](https://github.com/Boavizta/ict-sustainability-tools/doc/user-manual/how-to-use-the-tool.md).
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"activate": true,
"default-tab": false,
"localdev": false,
"gitfilelocal": "http://localhost:8800/statics/ictst/texts/README.md",
"gitfile": "https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/texts/README.md",
"gitfilelocal": "http://localhost:8800/statics/ictst/texts/about.md",
"gitfile": "https://github.com/Boavizta/ict-sustainability-tools/blob/main/ictst/texts/about.md",
"onlypreview": true,
"usertoken": ""
},
Expand Down
Loading