ricora / order

🛒
2 stars 0 forks source link

アプリケーションの基本構造を作成 #5

Closed BruCandy closed 1 month ago

BruCandy commented 1 month ago

Summary (GitHub Copilot)

This pull request introduces several new components and functionalities to the application, focusing on improving the user interface and adding CRUD operations for orders, products, and details. The most important changes include the addition of new UI components for different parts of the application, the implementation of CRUD operations using Prisma, and updates to the application's root and index files to enhance the overall structure and functionality.

New UI Components:

CRUD Operations:

Application Structure Enhancements:

Additional Changes:

r4ai commented 1 month ago

@BruCandy

4 にてPrettierを導入して自動フォーマットをかけた関係で、一部コンフリクトが発生しているので、コンフリクト解消お願いします!

競合している箇所は、mainブランチの内容を無視して、このブランチの内容で上書きすると良いと思います!

bun.lockbに関しては、package.jsonのコンフリクトを解決した後に、bun installを実行してbun.lockbを再生成すると良いと思います

BruCandy commented 1 month ago

vscode上でgitignoreにprisma/dev.dbを追加し、MenuIconButton.tsxの内容も簡潔に直したのですが、コンフリクトについてがよくわからないです。本来はコンフリクトが起きていたら、vscode上で以下のようになりますか? <<<<<<< HEAD

=======