109 lines
3.4 KiB
Plaintext
109 lines
3.4 KiB
Plaintext
/Users/julie/Documents/GitHub/aduzuki
|
|
|
|
***********************************************************
|
|
***********************************************************
|
|
****** NODE.JS
|
|
***********************************************************
|
|
***********************************************************
|
|
DÉMARRAGE DU PROJET
|
|
cd /Users/julie/Documents/GitHub/aduzuki
|
|
npm start
|
|
|
|
***********************************************************
|
|
***********************************************************
|
|
****** URLs
|
|
***********************************************************
|
|
***********************************************************
|
|
|
|
ACCUEIL
|
|
https://www.adhesion.afpedagogiesuzuki.fr/inscription/accueil
|
|
|
|
FORMULAIRE ADHÉSION
|
|
http://localhost:8888/inscription/adhesion
|
|
https://www.adusuki.juliechaumard.paris/inscription/adhesion
|
|
https://www.adhesion.afpedagogiesuzuki.fr/inscription/adhesion
|
|
|
|
ENVOIE CARTE ADHÉRENT ET JUSTIFICATIF DE DON MANUEL
|
|
http://localhost:8888/inscription/adhesion/carte_manuelle
|
|
https://www.adusuki.juliechaumard.paris/inscription/adhesion/carte_manuelle
|
|
https://www.adhesion.afpedagogiesuzuki.fr/inscription/adhesion/carte_manuelle
|
|
|
|
STAGE ANNUEL
|
|
http://localhost:8888/stagenational
|
|
https://www.adusuki.juliechaumard.paris/stagenational
|
|
https://www.adhesion.afpedagogiesuzuki.fr/stagenational
|
|
|
|
RASSEMBLEMENT IDF
|
|
http://localhost:8888/rassemblementidf
|
|
https://www.adusuki.juliechaumard.paris/rassemblementidf
|
|
https://www.adhesion.afpedagogiesuzuki.fr/rassemblementidf
|
|
|
|
|
|
https://adusuki.juliechaumard.paris/inscription/stagenational/identifier
|
|
|
|
|
|
|
|
https://www.adhesion.afpedagogiesuzuki.fr/stagenational/paiement_annule?id={CHECKOUT_SESSION_ID}
|
|
https://www.adhesion.afpedagogiesuzuki.fr/stagenational/paiement_reussi?id={CHECKOUT_SESSION_ID}
|
|
|
|
***********************************************************
|
|
***********************************************************
|
|
****** ABBRÉVIATION
|
|
***********************************************************
|
|
***********************************************************
|
|
SN = STAGE NATIONAL
|
|
|
|
***********************************************************
|
|
***********************************************************
|
|
****** LOGGING
|
|
***********************************************************
|
|
***********************************************************
|
|
Exemples de traces
|
|
|
|
N'importe où
|
|
logger.info("NOUS SOMMES DANS LE FICHIER : " + __filename, { label: __filename });
|
|
|
|
Dans une fonction req res :
|
|
logger.info('bonjour Julie', { numsession: req.session.id });
|
|
logger.info('process.env.PORT : ' + process.env.PORT), { numsession: req.session.id }, { label: __filename };
|
|
|
|
|
|
logger.info("XXX" + ZZZ, { numsession: req.session.id }, { label: __filename });
|
|
|
|
|
|
|
|
***********************************************************
|
|
***********************************************************
|
|
****** STRIPE
|
|
***********************************************************
|
|
***********************************************************
|
|
|
|
TEST CARD
|
|
|
|
ok normal
|
|
4242424242424242
|
|
|
|
ok 3DS
|
|
4000000000003063
|
|
|
|
pb
|
|
4000000000000002
|
|
|
|
RETOUR
|
|
https://www.adusuki.afpedagogiesuzuki.fr/inscription/adhesion_paiement/reussi?id=cs_test_b1teU2a5wbTFwdPKGefvrKS1N6deBGPK86xFhdbxqKo9dtmgCzwoYZ8fJ6
|
|
|
|
|
|
|
|
|
|
|
|
personne_1_nom
|
|
personne_1_prenom
|
|
personne_1_datenaissance
|
|
personne_1_age
|
|
personne_1_categorie
|
|
personne_1_instrument
|
|
personne_1_cahier
|
|
personne_1_piece
|
|
personne_1_prof
|
|
|