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

Feature/profiles #4287

Open
wants to merge 13 commits into
base: devel
Choose a base branch
from
Open

Feature/profiles #4287

wants to merge 13 commits into from

Conversation

msmannan00
Copy link
Member

@msmannan00 msmannan00 commented Oct 31, 2024

feature profile and config optimization

msmannan00 and others added 12 commits August 24, 2024 17:37
1. Integrated profiles.
2. Created a default profile for tenant 1000000, applied in both config and config_lang.
3. Implemented migration scripts.
4. Removed duplicate variables from config and config_lang, mapping them to the default profile.
5. Implemented chaining for tenants to first search for variables in their profile, and if not found, default to the default profile.
@msmannan00 msmannan00 requested a review from a team as a code owner October 31, 2024 15:09
Copy link

codacy-production bot commented Oct 31, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.15% (target: -1.00%) 76.42% (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9c62035) 18987 15558 81.94%
Head commit (6eef215) 38570 (+19583) 31546 (+15988) 81.79% (-0.15%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#4287) 352 269 76.42%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@evilaliv3 evilaliv3 force-pushed the devel branch 8 times, most recently from 6dd774b to c58a7f5 Compare November 18, 2024 19:24
@evilaliv3 evilaliv3 force-pushed the devel branch 7 times, most recently from 3f8f509 to 0b3dfc0 Compare December 11, 2024 13:17
- Updated database schema to include support for users and user profiles.
- Implemented a new profile interface in the client for better user management.
- Updated logic to ensure users inherit all relevant information directly from profiles.
- Added default tenant creation during user or profile initialization.
- Refactored backend to transition user logic to a combined user and profile model, using self-joins for hierarchical relationships.
- Fixed and optimized frontend test cases related to user functionality to ensure consistent behavior.
@evilaliv3 evilaliv3 force-pushed the devel branch 2 times, most recently from 151ae61 to 57e664c Compare December 18, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants