branch develop updated (d4ea4a8 -> e99f28b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from d4ea4a8 add profile for demo deploy new 7376a8f fix style on documents list new e99f28b fill home page The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e99f28bb9939cd9a4d0af8871f71650ebad0bbe9 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 17 11:31:07 2014 +0100 fill home page commit 7376a8f93b308c076d0aab8a21ccca15d8e81219 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Nov 14 18:06:16 2014 +0100 fix style on documents list Summary of changes: coselmar-bundle/pom.xml | 1 - coselmar-ui/src/main/webapp/views/documents.html | 1 + coselmar-ui/src/main/webapp/views/home.html | 25 +++++++++++++++++++++++- 3 files changed, 25 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 7376a8f93b308c076d0aab8a21ccca15d8e81219 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Nov 14 18:06:16 2014 +0100 fix style on documents list --- coselmar-ui/src/main/webapp/views/documents.html | 1 + 1 file changed, 1 insertion(+) diff --git a/coselmar-ui/src/main/webapp/views/documents.html b/coselmar-ui/src/main/webapp/views/documents.html index 7403ae7..b27a2b5 100644 --- a/coselmar-ui/src/main/webapp/views/documents.html +++ b/coselmar-ui/src/main/webapp/views/documents.html @@ -20,6 +20,7 @@ </div> </form> </div> + <br/> <table class="table"> <tr> <th>Name</th> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit e99f28bb9939cd9a4d0af8871f71650ebad0bbe9 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 17 11:31:07 2014 +0100 fill home page --- coselmar-bundle/pom.xml | 1 - coselmar-ui/src/main/webapp/views/home.html | 25 ++++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 06b603f..714c06a 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -60,7 +60,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> </build> - <profiles> <profile> diff --git a/coselmar-ui/src/main/webapp/views/home.html b/coselmar-ui/src/main/webapp/views/home.html index d1bfb4b..d9fae9b 100644 --- a/coselmar-ui/src/main/webapp/views/home.html +++ b/coselmar-ui/src/main/webapp/views/home.html @@ -1 +1,24 @@ -<h1>Hello world !</h1> \ No newline at end of file +<div> + <h1><small>Bienvenue sur l'</small>Application de suivi Coselmar</h1> + + <p> + L'application a pour but de faciliter le suivi des demandes d'expertises + scientifiques et de fournir un référentiel de documents, permettant de + faciliter les réponses aux demandes. + </p> + + <p> + Actuellement, l'application permet de : + <ul> + <li>ajouter et consulter des documents ;</li> + </ul> + À terme, elle permettra de : + <ul> + <li>déposer une demande d'expertise ;</li> + <li>mettre en relation les experts scientifiques pour répondre à une demande ;</li> + <li>apporter une réponse avec compte-rendu et documents à une demande d'expertise ;</li> + <li>avoir une gestion d'utilisateurs suivant 5 profils : admin, responsable, expert, membre, client ;</li> + <li>limiter la visibilité d'un document.</li> + </ul> + </p> +</div> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm