Skip to content
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

angular, dotnet upgrades, db speed improvements #109

Merged
merged 31 commits into from
Nov 7, 2023
Merged

Conversation

mlapaglia
Copy link
Owner

@mlapaglia mlapaglia commented Oct 30, 2023

  • Added PWA so app can be installed on desktop/laptop/mobile.
  • Package upgrades.
  • Dropped preview jpeg columns, no longer used.
  • Added indexes to speed up filters query.
  • Tweaked plate statistics query for faster response.
  • Split plate/vehicle images into separate table for faster queries.
  • Added optional image compression.
  • Upgraded to .net 7, docker dotnet build sdk and runtime images to latest.
  • Upgraded to Angular 16.
  • Added web request calls being cancelled when navigating away from pages.
  • Fixed logging to save to correct folder.
  • Fixed issue with JWT not being secure enough.
  • Fixed issue with logging out not clearing tokens.
  • Improved the responsiveness of displaying the vehicle and plate images on mobile.
  • Slight changes to displaying ignored plates.

Depending on database size and the storage medium the database is on, the first time startup after upgrading is going to take a while, SQLite doesn't support dropping columns without rebuilding the entire database, adding the indexes to speed up multiple queries and moving the plate/vehicle images out to a separate table will take a while.

@mlapaglia mlapaglia changed the title db speed improvements angular, dotnet upgrades, db speed improvements Nov 4, 2023
@mlapaglia mlapaglia merged commit 6081aad into develop Nov 7, 2023
6 checks passed
@mlapaglia mlapaglia deleted the angular-16 branch January 30, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant