-
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(layouts): enhance app layouts #205
Merged
0x1026
merged 17 commits into
main
from
feat/135-enhance-application-layouts-new-designs-and-responsiveness
Dec 12, 2024
Merged
feat(layouts): enhance app layouts #205
0x1026
merged 17 commits into
main
from
feat/135-enhance-application-layouts-new-designs-and-responsiveness
Dec 12, 2024
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
TODO: resolve contract element position
…igns-and-responsiveness
…t null' condition and remove ZonePredefined
CODEmartigarcia
requested review from
Ism1tha,
0x1026,
Chuck-D-Norris,
SandraFerrando and
oriolreverte36
December 12, 2024 14:31
github-actions
bot
added
kind/feature
Categorizes issue or PR as related to a new feature.
area/app/views
Categorizes issue or PR as related to app/views.
area/app/models
Categorizes issue or PR as related to app/models.
area/app/controllers
Categorizes issue or PR as related to app/controllers.
area/docker
Categorizes issue or PR as related to docker.
area/routes
Categorizes issue or PR as related to routes or router.
kind/dependencies
Categorizes issue or PR as related to dependencies.
area/javascript
Categorizes issue or PR as related to JavaScript.
labels
Dec 12, 2024
0x1026
changed the title
Feat/135-enhance-application-layouts-new-designs-and-responsiveness
feat(layouts): enhance app layouts
Dec 12, 2024
0x1026
approved these changes
Dec 12, 2024
SandraFerrando
approved these changes
Dec 12, 2024
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #205 +/- ##
==========================================
- Coverage 5.15% 5.07% -0.08%
- Complexity 273 278 +5
==========================================
Files 90 92 +2
Lines 2620 2660 +40
==========================================
Hits 135 135
- Misses 2485 2525 +40
|
projecte-urbantree-bot
approved these changes
Dec 12, 2024
XavierChao
approved these changes
Dec 12, 2024
CODEmartigarcia
temporarily deployed
to
api-test
December 12, 2024 14:45 — with
GitHub Actions
Inactive
CODEmartigarcia
temporarily deployed
to
urbantree-test
December 12, 2024 14:45 — with
GitHub Actions
Inactive
0x1026
deleted the
feat/135-enhance-application-layouts-new-designs-and-responsiveness
branch
December 12, 2024 14:53
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/app/controllers
Categorizes issue or PR as related to app/controllers.
area/app/models
Categorizes issue or PR as related to app/models.
area/app/views
Categorizes issue or PR as related to app/views.
area/docker
Categorizes issue or PR as related to docker.
area/javascript
Categorizes issue or PR as related to JavaScript.
area/routes
Categorizes issue or PR as related to routes or router.
kind/dependencies
Categorizes issue or PR as related to dependencies.
kind/feature
Categorizes issue or PR as related to a new feature.
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.
This pull request includes multiple changes aimed at enhancing the functionality and performance of the application. The most significant changes include adding Sentry for error tracking, creating a new
InventoryController
, and updating theAdminLayout
for improved user experience.Enhancements and New Features:
Error Tracking:
app/composer.json
andapp/src/app/Core/Logger.php
for better error tracking and monitoring. [1] [2]New Controller:
InventoryController
to manage inventory-related data and render the inventory dashboard.Codebase Improvements:
Filtering Enhancements:
BaseModel::findAll
to handleNOT NULL
andNULL
conditions in filters, improving query flexibility. [1] [2]Controller Updates:
ElementController
andZoneController
to use the enhancedfindAll
method withNOT NULL
filters for better data retrieval. [1] [2] [3]User Interface Improvements:
Admin Layout:
AdminLayout.php
to include a responsive navigation bar, user info dropdown, and improved submenu for better user experience. [1] [2]Title Formatting:
CustomerLayout.php
for consistency.