-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor sync with new models api #14
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
c09c3b3
refactor: ensures the RBAC system's permission definitions are in syn…
fulleni dd5af06
refactor: Replaces the old string-based role-to-permission mapping wi…
fulleni 753aaf9
fix(rbac): correct constant name in role permissions map
fulleni 4e79d3a
refactor(rbac): enhance permission checking logic
fulleni 7f64912
feat(auth): update JWT claims for enum-based roles
fulleni 3af92e3
refactor(auth): upgrade anonymous user linking process
fulleni f038b3a
fix(auth): update user role checks and registration output
fulleni 2832ed5
refactor(dashboard): replace Category with Topic in DashboardSummaryS…
fulleni cdb98e0
refactor(user-preferences): update limit enforcement logic and depend…
fulleni 587cb6e
feat(database): update database schema for new features
fulleni b7954ed
refactor(db): update seeding process and SQL queries
fulleni 33cab08
refactor(database): update seeding process and data handling
fulleni ef5ee16
refactor(dependencies): simplify repository configurations
fulleni 0adbfcf
fix(authorization): update permissions and model names
fulleni 3973c35
refactor(auth): replace print statements with logging for better trac…
fulleni 91d0f6f
feat(user-preference): inject log into user preference limit service
fulleni f524e4f
refactor(inmemory): improve code formatting in app_dependencies.dart
fulleni bc95a9e
refactor(token_blacklist_service): replace print statements with logging
fulleni d42156e
feat(auth): add logging to token blacklist service
fulleni b915b5d
refactor(auth): replace print statements with logging in SimpleAuthTo…
fulleni 46550e1
docs(README): update Key Capabilities section with more detail and cl…
fulleni 980324a
feat(service): add logger to DefaultUserPreferenceLimitService
fulleni c98bc5f
lint: misc
fulleni 53e8a32
fix(deps): resolve linter warnings and compile errors
fulleni e6c4e6b
refactor(service): replace print statements with structured logging
fulleni 6a82d95
refactor(dependencies): simplify JSON deserialization functions
fulleni 40a8019
fix(auth): correct user creation and deletion logic
fulleni d0b8ff8
fix(db): correct type errors and lints in seeding service
fulleni d56d246
fix(db): correct type errors and lints in seeding service
fulleni e700c64
fix(database): update remote config JSON key and improve related code
fulleni 638c7c4
refactor(api): use camelCase for isDashboardLogin in request-code
fulleni 347b347
refactor(api): use camelCase for isDashboardLogin in verify-code
fulleni 221f5d1
refactor(api): update link-email check to use user.appRole
fulleni 8ceb050
refactor(api): update verify-link-email check to use user.appRole
fulleni c8ac366
refactor(api): update root providers for Topic and RemoteConfig models
fulleni ece92ee
refactor(api): align generic data item route with new models
fulleni 5046c4b
feat(api): add response metadata to anonymous auth endpoint
fulleni fe9055d
feat(api): add response metadata to verify-code endpoint
fulleni 39bc43f
feat(api): add response metadata to verify-link-email endpoint
fulleni 97ea137
fix(api): correct requestId handling in /auth/me endpoint
fulleni 8069022
fix(api): synchronize data route with Topic model rename
fulleni 92e75fe
fix(api): synchronize data route with RemoteConfig model rename
fulleni d429b17
docs(api): update stale comment in data route test cases
fulleni 72428e6
fix(api): enforce camelCase for error codes in responses
fulleni 0d666c4
docs: add remote configuration to key capabilities in README
fulleni 885379e
refactor(jwt_auth_token_service): optimize logging in validateToken a…
fulleni 471c9ed
refactor(config): remove use of test-only member in EnvironmentConfig
fulleni 228396e
style: format
fulleni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This section seems to be a duplicate of the 'Robust Data Management' section above (lines 37-39). To improve clarity, this duplicated block should be removed.