This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/16 product management view the list of products #56
Closed
MeloLawson
wants to merge
61
commits into
main
from
feat/16-product-management-view-the-list-of-products
Closed
Feat/16 product management view the list of products #56
MeloLawson
wants to merge
61
commits into
main
from
feat/16-product-management-view-the-list-of-products
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
draft linked #16
add the layout of home page and products list page linked #16
implementation of the bloc architecture for the state management of the product view linked #16
Add unit test
The use of JpaRepository is better, because of pagination and sorting records, and flushing the persistence context and deleting records in a batch
Transaction and TransactionLog
Update .gitignore for pull request Linked #39
.idea is already ignored and we don't have to ignore .jpb folder Added methods for object comparaison Linked #39
Only one migration file is required Linked #39
There are naming convention ofor java and sql Linked #39
Table name folow a convention Migration file are more clear Linked #39
There is only one product, so the field should not be plural, same for product Field name convention for OneToMany Linked #39
Field name convention Linked #39
Github want fils to have one line in the end Delete unnecessary modification in .gitignore that could create conflict Linked #39
Use table id convention Linked #39
know i can start the shop service only using docker. .env.local contain all config needed for connexion to database Linked #39
Add doc for naming convention Change shop database credentials for convention Linked #39
- allowing migrations to be read by others modules
Co-authored-by: MelvinCou <113338357+MelvinCou@users.noreply.github.com>
There was no way to know if a check had been cashed
2 tasks
add the terminal part in the readme and correction in the code for the build linked #16
MelvinCou
suggested changes
Dec 19, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MelvinCou
deleted the
feat/16-product-management-view-the-list-of-products
branch
December 19, 2023 15:41
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.
add view list product feature :
after update, "run flutter pub get" in your terminal