Giter VIP home page Giter VIP logo

bordeaux-0320-php-jobtech's Introduction

JobTech

Project developed by Wilders

Authors

Prerequisites

  1. Check composer is installed
  2. Check yarn & node are installed

Install

  1. Clone this project
  2. Run composer install
  3. Run yarn install

Working

  1. Run symfony server:start to launch your local php web server
  2. Run yarn run dev --watch to launch your local server for assets

Testing

  1. Run ./bin/phpcs to launch PHP code sniffer
  2. Run ./bin/phpstan analyse src --level max to launch PHPStan
  3. Run ./bin/phpmd src text phpmd.xml to launch PHP Mess Detector
  4. Run ./bin/eslint assets/js to launch ESLint JS linter
  5. Run ./bin/sass-lint -c sass-linter.yml to launch Sass-lint SASS/CSS linter

Windows Users

If you develop on Windows, you should edit you git configuration to change your end of line rules with this command :

git config --global core.autocrlf true

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

MIT License

Copyright (c) 2019 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Acknowledgments

Wild Code School

bordeaux-0320-php-jobtech's People

Contributors

bocom33 avatar frvaillant avatar gerpeldinger avatar qadadain avatar timoardi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bordeaux-0320-php-jobtech's Issues

@route/

Sur la page d'accueil, on s'attend à pouvoir cliquer sur les secteur qui recrutent, il y a un hover quand on passe dessus mais rien au clic.

@Route/profil

le bouton voir plus dans mon profil de compétences recharge juste la page

@route/login

J'ai cette erreur 404 quand je me connecte en tant qu'entreprise :

Impossible to invoke a method ("haveApply") on a null variable.

Le problème vient de la ligne 37 dans templates/offer/components/_modal.html.twig.

@route candidat/metier_rechercher

form doesnt work , even if you put "CDD, Structure Béton, Métier" you have error "An exception occurred while executing 'INSERT INTO search (candidate_id, job_id, job_category_id) VALUES (?, ?, ?)' with params [2, null, 3]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'job_id' cannot be null"

@route/profile

Connecté en tant qu'entreprise.

Pour le moment rien ne s'affiche sur la page "Mon compte" à part le titre.

Sans être connecter

Quand je suis déconnecter je peut allez sur la route "/candidat/metier_rechercher/edit", " /candidat/metier_rechercher", etc

@route/message

Connecté en tant qu'entreprise.

Peut-être préciser que le message que l'on envoie est à destination de l'administrateur ?

@Route/edit/personal_information

Quand j'édit mon numéro de téléphone et que j'oublie un chiffre, j'ai une erreur Symfony : An exception has been thrown during the rendering of a template ("Notice: Uninitialized string offset: 9").

@Route/profile

Je peux upload des images à la place d'un fichier pdf

@Route/profile

je ne peux pas éditer mes compétences techniques quand je me suis trompé lors de la saisie

@route/candidat/metier_rechercher/edit

Quand je veux éditer ma recherche d'emploi :

An exception occurred while executing 'UPDATE search SET job_id = ? WHERE id = ?' with params [null, 3]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'job_id' cannot be null

@route/

J'ai publié une annonce en tant qu'entreprise et l'affichage sur la page d'accueil est bizarre, on voit certaines balises html.

Capture d’écran 2020-07-21 à 10 30 01

@Route/edit/personal_information

Quand je décoche les moyen de contact "par téléphone" ou "par email" que j'enregistre et que je re edit mon profil j'ai la case "par email" de précocher

@Route /admin

"Exporter les candidats" doesnt work and when I try to go "Utilisateurs/Candidats" I have this error : "Notice: Uninitialized string offset: 9"

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.