generated from ainunns/laravel-react-ts-inertia-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add history transaction #8
Merged
Merged
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
This was
linked to
issues
Nov 22, 2024
Closed
Closed
Closed
ainunns
force-pushed
the
is7-history_transaction
branch
3 times, most recently
from
November 28, 2024 01:47
be3f453
to
0c49bfb
Compare
nisrinasalm
force-pushed
the
is7-history_transaction
branch
from
November 28, 2024 07:25
0c49bfb
to
67b74a3
Compare
ainunns
force-pushed
the
is7-history_transaction
branch
from
December 1, 2024 17:56
36ebf0c
to
4de7880
Compare
ainunns
force-pushed
the
is7-history_transaction
branch
from
December 1, 2024 18:11
4de7880
to
82e4033
Compare
ainunns
approved these changes
Dec 2, 2024
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.
Description & Technical Solution
This pull request includes several changes to the codebase, focusing on adding new features, enhancing existing functionalities, and updating dependencies. The most important changes include the addition of a new
TransactionController
, updates to the date picker components, and modifications to the cart checkout process. Below is a summary of the most critical changes:New Features:
TransactionController
with anindex
method to handle transaction listing and filtering by category and date range. (app/Http/Controllers/TransactionController.php
)Enhancements:
checkout
method inCartController
to redirect to the transaction index route upon successful checkout. (app/Http/Controllers/CartController.php
)RangeDatePicker
component to support clearing selected dates and improved the styling. (resources/js/Components/Forms/RangeDatepicker.tsx
) [1] [2] [3] [4] [5] [6]Dependency Updates:
date-fns
version 4.1.0 topackage.json
and updated thepnpm-lock.yaml
file accordingly. (package.json
,pnpm-lock.yaml
) [1] [2] [3] [4]UI Improvements:
resources/js/Layouts/Navbar.tsx
)resources/js/Pages/Product/Index.tsx
) [1] [2] [3] [4]These changes collectively enhance the functionality and user experience of the application, providing better transaction management and more flexible date filtering options.
Dependency Updates:
package.json
: Added thedate-fns
library for date manipulation.pnpm-lock.yaml
: Updated the lock file to include thedate-fns
library version 4.1.0. [1] [2] [3]Miscellaneous:
resources/js/Components/PopupFilter.tsx
: Renamed and updated thePopupFilter
component to include a reset filter functionality and handle filter queries. [1] [2]resources/js/Layouts/Navbar.tsx
: Added a new navigation link for the transaction index page for users with the "user" role.Checklist
Deployment Links To Test
/history
Screenshots
Order.List.-.Furnixy.1.mp4