This repository was archived by the owner on Jul 20, 2026. It is now read-only.
Cart css - #67
Closed
weewee-baguette wants to merge 89 commits into
Closed
Conversation
Updated Docker configuration in order to use a PHP router later on
Migration Configuration and Scripts
setup of the 3 php files, added redirection in index.php to send user in home.php directly
PHP router + Test of MCV structure
adjusted default path to home.php, added header.php and navbar.php to put on all pages for improved navigation
Migration initial db
Merging Tibo's modifications onto Will's branch
finished to implement the account page : it allows users to see all their information : they can't modify for now. The navbar is functionnal : you can access sign-in, sign-up and home without any problem. Every page should be working WARNING : since i don't know how to route controllers pages, i did not test all the pages.
Feature home 404 account
…-basket Feature sign in up products basket
I added AuthController so that any procedure related to authentication would be put in the same file. Also users can now sign in, up and out. Account is now functional. Added a AJAX Query to prevent unauthenticated users to access sensitive information (cf. account.php)
Refactored AuthController
fixed the automatic account deletion need to add last login in auth files. fixed footer so it stays at the bottom of the screen.
Filter and sort products
added view invoices, access from navbar, need to implement invoice model
added basic invoice model and controller, need testing to make sure everything works ( after the population of the database)
…to feature-payment-process
Feature gdpr
Migration database population
Feature account password
Feature payment process
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
aah