Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Feat/16 product management view the list of products #56

Closed

Conversation

MeloLawson
Copy link
Collaborator

add view list product feature :

  • create the products view and the bloc architecture for the state management
  • implementation of the repository and usecase to call the api
  • add auto-router for the page redirection

after update, "run flutter pub get" in your terminal

MeloLawson and others added 30 commits December 12, 2023 15:36
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
The use of JpaRepository is better, because of pagination and sorting records, and flushing the persistence context and deleting records in a batch
MansourWolou and others added 24 commits December 19, 2023 13:02
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
add the terminal part in the readme and correction in the code for the build

linked #16
@MelvinCou MelvinCou marked this pull request as draft December 19, 2023 13:52
Copy link
Owner

@MelvinCou MelvinCou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ DO NOT MERGE

@MelvinCou MelvinCou closed this Dec 19, 2023
@MelvinCou 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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Product management - View the list of products : Show the list of products (front)
4 participants