Giter Club home page Giter Club logo

after-tech's Introduction

After-tech.fr

  • Un site de gestion d'after-works
  • Open-source tout le monde est inviter à contribuer

Tech

Stack technique:

Installation

Installation avec Docker

$ git clone https://github.com/nicolasdet/after-tech.git
$ cd after-tech
$ docker-compose up --build
windows: HOST = http://192.168.99.100/ > http://after-tech.local/ 
mac + linux HOST = 0.0.0.0:80 > http://after-tech.local/ 

Installation sans docker (wamp)

$ git clone https://github.com/nicolasdet/after-tech.git
$ deplacer les fichier de bases de donnée dans le dossier de wamp/bin/mysql
crée le Vhost pour http://after-tech.local/ 

Plugins

Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Ressource file
Code of conduct LorenIpsum.md
Licence LorenIpsum.md
Issue template LorenIpsum.md
Pull request Template LorenIpsum.md
Contributing LorenIpsum.md

Contribute

Want to contribute? Great!

Premiere étape:

$ LorenIpsum

Todos

  • Améliorer le Readme
  • voir les issues et les fermée
  • voir les taches projet et les réalisée

License

MIT

Free Software, Hell Yeah!

Test

testunitraire = phpUnit

Bdd = Behat + mink + sélénium + chrome

les Features ce trouvent dans le dossier du même nom

Il faut lancer le serveur sélénium:

assumon que MonProjet correspond a la racine du projet.

$ cd MonProjet/TestBehat/ $ java -Dwebdriver.gecko.driver=E:\chromedriver.exe -jar selenium.jar

le driver chrome est sur mon PC dans E:\ mais j'ai mis le fichier dans TestBehat/ a vous de le metre ou vous voulez et d'indiquer le bon path dans la commande.

$ cd MonProjet $ ./vendor/bin/behat (executer cette commande dans le git bash c'est mieux si on est sur windows )

after-tech's People

Contributors

nicolasdet avatar

Watchers

 avatar

after-tech's Issues

accepter un User coter Groupe

la fonction apeller invitation/ok est pas bonne elle prend qu'un parramétre en compte qui est l'id du groupe mais il faudrais quelle prenne un autre param celui du user

Problem suppression de user

Lorsque l'on supprime un USER depuis l'interface admin d'un groupe, on ce fait deconncter du groupe ( mais la suppression à bien lieux )

Crée une library pour gerer les Alertes Proprement

actuellement on fait :

	$this->error_message .= 'Une erreur c\'est produite';
            $error_message_type = VALIDATION_MESSAGE_ERROR;    
            $this->session->set_userdata('error_message', $this->error_message);
            $this->session->set_userdata('error_message_type', $error_message_type);

c'est immonde...

il faudrais faire

  $this->setFlash('Une erreur c\'est produite', VALIDATION_MESSAGE_ERROR)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.