-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement the BAC pages for managing products and for managing users (including some POS pages already as well) #10
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
- Created route for pos-overview - Created Basic View for POS Overview - Started on table for pos overview
- Created route for pos-overview - Created Basic View for POS Overview - Started on table for pos overview
- Created POSInfoView.vue - Created route with params for info page
- Added General info - Added Containers card - Added Transaction table for POS
- Imported pos Store - Started to get all the fucking data - idk, gotta watch f1 now
- Implemented the POSStore into POSInfoView - Started work on the containers table
- Added imageUtils.ts - Styled the container product grid - Fixed the bloody images - Fixed footer not being in relative position
- Got all data inside product dialog.
- Created new PriceFormatter - Fixed DateFormatter - Fixed strings on product dialog
- Fixed formatting on POS overview
- Fixed formatting on POS overview
…OS-page # Conflicts: # src/components/TopNavbar.vue
- Added some functionality to pos store - Progress on DetailedContainerCardComponent.vue
- Very pretty
- TODO: Fix the selected containers
- Created AddContainerDialogComponent.vue - Fixed some styling on POSCreateView and POSEditView - Fixed duplicate name for edit and create routes
- Added rules in ESLint for localization - Fixed all the ESLint errors about localization - Got really fucking bored
- Fixed some nasty typecheck bugs - Implemented some ESLint exceptions
- Fixed localization - Fixed AddContainerDialogComponent.vue, as empty names were passed for containers
- Implemented search for full name - Implemented filter on type - Shown internal ID for now, to be changed to GEWIS ID in production - Added pagination - Fixed bottom copyright banner overlapping content
- Search is much quicker - User view includes transactions
- Added container overview component - Fixed bug where product cards where pretty stretched.
- Made it possible to edit the user - Validating of form
- Now also understand how it works - I'm now at least 1% more capable of writing code.
- Also refactored some code.
- Fixed all lint issues - Fixed all typecheck issues.
- Cleaned up log statements - Removed unused code - Typecheck and Lintr issues fixed
Yoronex
requested changes
Sep 26, 2023
… handling the token in localstorage.
JustSamuel
requested changes
Sep 27, 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.
I didn´t check everything but since @roy is also checking this ill just request changes.
- Added many translations - Fixed UserCreate actually creating users - Other minor bug fixes.
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
No description provided.