forked from EphecLLN/Dev-Web-2022
-
Notifications
You must be signed in to change notification settings - Fork 10
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
FrancoisT97
wants to merge
42
commits into
EphecLLN:main
Choose a base branch
from
ematthewephec:userProfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
User profile #10
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…js-express 1 technical task set up nodejs express
* 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]>
…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
…ontennu dans celle-ci test[US1]: Ajout de test de rendu.
* 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]>
* ADD delete method on basket route * ADD remove item button on basket list * ADD unit test Co-authored-by: ematthewephec<[email protected]>
…j'ai donc ajouter une route qui permet de rajouter dans la DB des données présente dans d'autre table
* 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
* ADD database scripts * ADD drop table scripts and dummy order data
Ajout des unit test pour l'us1
Ajout du footer sur toute les pages Ajout du style du footer
* 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]>
* debut us perso + changement dans la db rajout de productQuantity * resolution BUG * rempalcement itemquantitty * facture finale --------- Co-authored-by: ematthewephec <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
create page profile see informations and be able to modify them