Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User profile #10

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

User profile #10

wants to merge 42 commits into from

Commits on Mar 1, 2023

  1. Create test.txt

    ematthewephec authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    ab6aa58 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    24b71f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe25f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8baff37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    735df26 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Merge pull request #2 from ematthewephec/1-technical-task-set-up-node…

    …js-express
    
    1 technical task set up nodejs express
    GabrielleCruz99Official authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    95e7c74 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. 3 technical task install and set up reactjs environment (#4)

    * ADD frontend package.json
    
    * SETUP React.js environment
    
    * UPDATE package.json files
    
    * ADD index page
    
    * UPDATE website index
    
    * ADD backend middleware to connect front and back
    
    * MOVE App.js to components folder
    
    * IMPLEMENT React-Bootstrap components
    
    * REMOVE bootstrap external call
    
    * ADD bootstrap and axios to packages dependencies
    
    ---------
    
    Co-authored-by: quentinrld <[email protected]>
    GabrielleCruz99Official and quentinrld authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    8b441b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a98bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d12471d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. FEAT: US1 création de la partie frontend de la page articles et modif…

    …ication de la structure fichier
    
    -modification de la structure pour bien séparer la partie composan de la page elle meme pour augmenter la lisibilitée
    -création d'une carte pour les articles afin de la réutiisé apres
    -création de la page articles avec le composant créer avant
    quentinrld committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ae60acb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    352f30d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    5fa9d17 View commit details
    Browse the repository at this point in the history
  2. feat[US1]: Connexion à la DB et recherche dynamique des information c…

    …ontennu dans celle-ci
    
    test[US1]: Ajout de test de rendu.
    quentinrld committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    cacdebd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. 5 us03 add overview of client basket (#9)

    * FEAT: US1 création de la partie frontend de la page articles et modification de la structure fichier
    
    -modification de la structure pour bien séparer la partie composan de la page elle meme pour augmenter la lisibilitée
    -création d'une carte pour les articles afin de la réutiisé apres
    -création de la page articles avec le composant créer avant
    
    * FEAT: Modification de la navbar pour correspondre au style
    
    * Squashed commit of the following:
    
    commit 352f30d
    Author: quentinrld <[email protected]>
    Date:   Wed Mar 22 19:57:12 2023 +0100
    
        FEAT: Modification de la navbar pour correspondre au style
    
    commit ae60acb
    Author: quentinrld <[email protected]>
    Date:   Tue Mar 21 20:35:26 2023 +0100
    
        FEAT: US1 création de la partie frontend de la page articles et modification de la structure fichier
    
        -modification de la structure pour bien séparer la partie composan de la page elle meme pour augmenter la lisibilitée
        -création d'une carte pour les articles afin de la réutiisé apres
        -création de la page articles avec le composant créer avant
    
    * ADD base component files for Basket
    
    * ADD basket route in Node.js
    
    * ADD BasketList Components to App
    
    * feat[US1]: Connexion à la DB et recherche dynamique des information contennu dans celle-ci
    test[US1]: Ajout de test de rendu.
    
    * MODIFY Basket display
    
    * ADD Basket Unit Tests
    
    ---------
    
    Co-authored-by: quentinrld <[email protected]>
    GabrielleCruz99Official and quentinrld authored May 2, 2023
    Configuration menu
    Copy the full SHA
    1e59465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f870814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b29f3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. 12 us04 add item removal from basket (#13)

    * ADD delete method on basket route
    
    * ADD remove item button on basket list
    
    * ADD unit test
    
    Co-authored-by: ematthewephec<[email protected]>
    GabrielleCruz99Official authored May 3, 2023
    Configuration menu
    Copy the full SHA
    b565976 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fit(US2) : en vue de pouvoir rajouter des articles dans notre panier …

    …j'ai donc ajouter une route qui permet de rajouter dans la DB des données présente dans d'autre table
    quentinrld committed May 10, 2023
    Configuration menu
    Copy the full SHA
    51e4741 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. debut footer

    quentinrld committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c173bfc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. 14 us05 clear user basket (#15)

    * ADD clear basket delete method in basket route
    
    * ADD clear basket function in BasketList
    
    * ADD clear basket unit test
    
    * MODIFY Unit Test
    
    * DEBUG subtotal number problem
    
    * MODIFY API calls with try catch
    
    * ADD jest and basket test file
    GabrielleCruz99Official authored May 21, 2023
    Configuration menu
    Copy the full SHA
    7a3585c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. ADD database scripts (#11)

    * ADD database scripts
    
    * ADD drop table scripts and dummy order data
    GabrielleCruz99Official authored May 22, 2023
    Configuration menu
    Copy the full SHA
    684b10d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update ArticlesCard.test.js

    Ajout des unit test pour l'us1
    quentinrld committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e46b74d View commit details
    Browse the repository at this point in the history
  2. footer

    Ajout du footer sur les articles et début du style
    quentinrld committed May 23, 2023
    Configuration menu
    Copy the full SHA
    09f8882 View commit details
    Browse the repository at this point in the history
  3. update footer

    Ajout du footer sur toute les pages
    Ajout du style du footer
    quentinrld committed May 23, 2023
    Configuration menu
    Copy the full SHA
    6b4df1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da111f3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. 16 us06 user registration (#19)

    * ADD users route to backend index
    
    * ADD user registration and bcrypt
    
    * MODIFY user registration creation date
    
    * ADD user deletion method with patch
    
    * DEBUG user delete logic
    
    * add Sign UP page
    
    front end react register
    
    * MODIFY Users POST method to add address to user
    
    * DEBUG database insert
    
    * ADD Babel and Jest config files
    
    * MODIFY React app routing
    
    ---------
    
    Co-authored-by: ematthewephec <[email protected]>
    GabrielleCruz99Official and ematthewephec authored May 24, 2023
    Configuration menu
    Copy the full SHA
    a7d7bd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. build

    quentinrld committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    19b63f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Facture (#26)

    * debut us perso + changement dans la db
    
    rajout de productQuantity
    
    * resolution BUG
    
    * rempalcement itemquantitty
    
    * facture finale
    
    ---------
    
    Co-authored-by: ematthewephec <[email protected]>
    GabrielleCruz99Official and ematthewephec authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0691225 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. init branch

    FrancoisT97 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7775a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e271a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    12b5710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ae1d9 View commit details
    Browse the repository at this point in the history
  3. add toast success + error

    FrancoisT97 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    25fe77f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98941ae View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    075eae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad18b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ebce4 View commit details
    Browse the repository at this point in the history
  4. import redux

    FrancoisT97 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0d61f6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aeddf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbffe27 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    d9a74ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ed7a1 View commit details
    Browse the repository at this point in the history