Skip to content

Commit

Permalink
Merge pull request #657 from PnX-SI/develop
Browse files Browse the repository at this point in the history
Prepa 2.0.1
  • Loading branch information
TheoLechemia authored Jun 2, 2019
2 parents 9e48d58 + d55db8b commit c5a6882
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ GeoNature
.. image:: https://travis-ci.org/PnX-SI/GeoNature.svg?branch=develop
:target: https://travis-ci.org/PnX-SI/GeoNature

GeoNature V2 est en refonte complète de la BDD et changement de technologies :
GeoNature V2 est une refonte complète de la BDD et changement de technologies :

* Python
* Flask
* Leaflet
* Angular 4
* Bootstrap

Pour en savoir plus sur le projet de refonte : https://github.com/PnX-SI/GeoNature/issues/168.

Documentation sur https://geonature.readthedocs.io.

**Application de saisie, de gestion, de synthèse et de diffusion d'observations faune et flore.**
Expand All @@ -39,12 +37,17 @@ Modules et projets liés
* Sous-module d'authentification UsersHub : https://github.com/PnX-SI/UsersHub-authentification-module
* TaxHub (gestion des taxons) : https://github.com/PnX-SI/TaxHub
* Nomenclature API (gestion des nomenclatures) : https://github.com/PnX-SI/Nomenclature-api-module
* GeoNature-atlas (portail web de diffusion des observations) : https://github.com/PnEcrins/GeoNature-atlas
* GeoNature-mobile (saisie mobile dans les protocoles de GeoNature) : https://github.com/PnEcrins/GeoNature-mobile
* GeoNature-atlas (portail web de diffusion des observations) : https://github.com/PnX-SI/GeoNature-atlas
* GeoNature-mobile (saisie mobile dans les protocoles de GeoNature v1) : https://github.com/PnEcrins/GeoNature-mobile
* Occtax-mobile (saisie mobile dans le module Occtax) : https://github.com/PnX-SI/gn_mobile_occtax
* GeoNature module Interopérabilité/export : https://github.com/PnX-SI/gn_module_export
* GeoNature module Import : https://github.com/PnX-SI/gn_module_import
* GeoNature module Dashboard : https://github.com/PnX-SI/gn_module_dashboard
* GeoNature module Validation : https://github.com/PnX-SI/gn_module_validation
* GeoNature module Suivi des habitats : https://github.com/PnX-SI/gn_module_suivi_habitat_territoire
* GeoNature module Suivi des stations d'habitat : https://github.com/PnX-SI/gn_module_suivi_habitat_station
* GeoNature module Suivi de la flore territoire : https://github.com/PnX-SI/gn_module_suivi_flore_territoire
* Suivi-Flore-Territoire-mobile : https://github.com/PnX-SI/gn_mobile_sft
* GeoNature module Suivi chiroptères : https://github.com/PnCevennes/gn_module_suivi_chiro
* Protocoles de suivi (frontend) : https://github.com/PnCevennes/projet_suivis_frontend
* GeoNature-citizen (portail de collecte citoyenne) : https://github.com/PnX-SI/GeoNature-citizen
Expand Down Expand Up @@ -79,7 +82,7 @@ Licence
=======

* OpenSource - GPL-3.0
* Copyleft 2014-2018 - Parc National des Écrins - Parc national des Cévennes
* Copyleft 2014-2019 - Parc National des Écrins - Parc national des Cévennes


.. image:: http://geonature.fr/img/logo-pne.jpg
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGELOG
=========

2.1.0 (2019-05-29)
2.1.0 (2019-06-01)
------------------

**🚀 Nouveautés**
Expand Down Expand Up @@ -30,6 +30,7 @@ CHANGELOG
* Correction lors d'import de fichier GPX ayant une altitude (#631)
* Occtax - Correction du filtre Observateur texte libre (#598)
* Métadonnées - Inversion des domaines terrestre/marin (par @xavyeah39)
* Métadonnées - Correction de l'édition des cadres d'acquisition (#654, par @DonovanMaillard)
* Mise à jour de sécurité de Jinja2 et SQLAlchemy

**⚠️ Notes de version**
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/metadataModule/af/af-form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3>

<small>Description de la cible </small>
<div class="input-group">
<input class="form-control form-control-sm" type="text" name="" id="" [formControl]="afForm.controls.keywords">
<input class="form-control form-control-sm" type="text" name="" id="" [formControl]="afForm.controls.target_description">
</div>

<pnx-date label="Date début" [parentFormControl]="afForm.controls.acquisition_framework_start_date">
Expand Down Expand Up @@ -109,4 +109,4 @@ <h3>

<button [disabled]="afForm.invalid || cor_af_actor.invalid" class="btn btn-success margin-top-sm" (click)="postAf()"> Enregistrer le cadre d'acquisition</button>
<button class="btn btn-danger margin-top-sm" routerLink="/metadata/afs"> Annuler </button>
</div>
</div>

0 comments on commit c5a6882

Please sign in to comment.