Skip to content
/ elice Public
forked from pierrefg/elice

Interface d'affectation de cours en fonction de vœux et des places

Notifications You must be signed in to change notification settings

PJK136/elice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elice_logo

The team

This project was born in INSA Lyon after a school request. The developper team :

  • CHALLAL Mohamed
  • DU Paul
  • FAURE--GIOVAGNOLI Pierre
  • LE CONTE Alexis

REACT

This project was bootstrapped with [Create React App].

  • npm install to install packages
  • npm start for development
  • npm run build for production

CSV input format

1st line is the column header. Each following line after represent 1 student. There must be as many columns of wishes as modules. Appeals are optional but if used, every module/course must have a column of appeal.

Example :

Nom,Prénom,Adresse e-mail,Voeu 1, Voeu 2,Voeu 3,Voeu 4,Attrait Mod1,Attrait Mod2, Attrait Mod3,Attrait Mod4
Lereau,Georges,[email protected],Mod2,Mod3,Mod1,Mod4,peu intéressant,très intéressant,intéressant,peu intéressant
Sorel,Jacqueline,[email protected],Mod1,Mod4,Mod3,Mod2,très intéressant,intéressant,pas du tout intéressant,très intéressant

About

Interface d'affectation de cours en fonction de vœux et des places

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 2.7%
  • CSS 0.8%