Device, Category, MaintenanceStatus and Vendor System#20
Merged
Conversation
…es in realtime and storing to disk
Changed authority requirements for /api/v1/user/** and /api/v1/admin/** endpoints to use hasAnyAuthority with new roles (REALM_USER, REALM_ADMIN, REALM_OWNER). This allows broader access control based on updated role definitions.
Moved device, category, vendor, and maintenance status classes to the 'lumenforge' namespace. Introduced UUID fields to Category, Vendor, and MaintenanceStatus entities. Added REST controllers and services for Category, Vendor, and MaintenanceStatus with paginated and search endpoints. Implemented repository search methods for similarity-based queries. Added a static manufacturer.csv file.
Introduces InitializeDatabaseService to populate categories, vendors, and maintenance statuses from CSV files if the database is empty and the appropriate command-line flag is set. Adds initial CSV files for categories and maintenance statuses to static resources.
Added project description and badge to README.
This file contains hidden or 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
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.