-
Notifications
You must be signed in to change notification settings - Fork 116
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
feat: refactoring dati.gov.it platform #938
Draft
astagi
wants to merge
2
commits into
main
Choose a base branch
from
feature/datigovit
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,25 @@ socials: | |
name: youtube | ||
icon: youtube | ||
link: //www.youtube.com/channel/UCHsqR2YhxeKgFT4rAKVcAAQ | ||
resources: | ||
- Documentation: | ||
- title: Architectural document for evolution of dati.gov.it | ||
icon: file | ||
url: https://docs.google.com/document/d/1dCfbpwmkl-U2kreykRY8YXJct6GOe-r_3qjism5wI2Y | ||
- title: Technical guidelines for data catalogs | ||
icon: file | ||
url: https://docs.italia.it/italia/daf/linee-guida-cataloghi-dati-dcat-ap-it/ | ||
desc: Technical guidelines for data catalogs including DCAT-AP_IT spec | ||
- Source code: | ||
- title: dati.gov.it repository | ||
icon: github | ||
url: https://github.com/FormezPA/dkan | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure that's the official one, let's wait for an answer before publishing. |
||
desc: dati.gov.it source code based on DKAN (Drupal) | ||
- Examples: | ||
- title: Python client example | ||
icon: github | ||
url: https://github.com/italia/dati.gov.it-python-example | ||
desc: Sample Python client that communicates with dati.gov.it API | ||
--- | ||
|
||
## Intro | ||
|
@@ -29,38 +48,20 @@ Our aim is to evolve the current online portal of open data to a system that pro | |
|
||
As with all the projects of Developers Italia, the portal of open data follows a development model based on a collaborative process which is typical of the community of developers. The tools that we want to use to structure the development process are: | ||
|
||
* A development roadmap agile and public | ||
* A development roadmap agile and public | ||
* Source code open from the start | ||
* A public tracking system of the errors | ||
* A public tracking system of the errors | ||
* Clear documentation of the code and the API | ||
|
||
## Documentation | ||
## Using API | ||
|
||
Waiting for a publication of a further documentation concerning the project, in the meantime here you can find the architectural document: | ||
Citizens, businesses and public administrations interested in using the metadata of the national catalog using the API can find all the information on the [page dedicated to site developers](https://www.dati.gov.it/sviluppatori){:target="_blank"}. | ||
|
||
[Architectural document for evolution of dati.gov.it (ITA)](https://docs.google.com/document/d/1dCfbpwmkl-U2kreykRY8YXJct6GOe-r_3qjism5wI2Y/edit) | ||
There is also a repository that implements a [sample Python client](https://github.com/italia/dati.gov.it-python-example){:target="_blank"} to show how to interface to the API. | ||
|
||
## Canali | ||
|
||
## Source code | ||
|
||
Here you can find the actual source code based on DKAN (Drupal), and soon we will publish a document to help you to create the development environment to contribute: | ||
|
||
[Repo GitHub for current dati.gov.it](https://github.com/FormezPA/dkan) | ||
|
||
While here you can find the repositories related to the evolution of dati.gov.it according to the architectural document: | ||
|
||
[Repo GitHub for evoution of dati.gov.it](https://github.com/italia/dati.gov.it) | ||
|
||
[New frontend server](https://github.com/italia/dati-frontendserver) | ||
|
||
|
||
## Collaboration | ||
|
||
We have already open a mailing list to debate about data and open data, so there you can find the archive of previous discussions and you can sign up to participate. In addition, we have also arranged a public tracker on GitHub: | ||
|
||
[Mailing-list OpenData & Analytics (ITA)](https://groups.google.com/a/teamdigitale.governo.it/forum/#!forum/data) | ||
|
||
[Issue tracking](https://github.com/italia/dati.gov.it/issues) | ||
|
||
[Development roadmap](https://github.com/italia/dati.gov.it/projects) | ||
<a class="btn btn-primary" href="https://forum.italia.it/" target="_blank"><i class="it-horn" /> Enter the forum</a> | ||
<a class="btn btn-primary" href="https://groups.google.com/a/teamdigitale.governo.it/forum/#!forum/data" target="_blank"><i class="it-horn" /> Mailing-list OpenData & Analytics</a> | ||
<a class="btn btn-primary" href="https://github.com/italia/dati.gov.it/issues" target="_blank"><i class="it-github" /> Issue tracker</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks a bit outdated, WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's wait for their answer :)