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

feat: update user select dropdown #5246

Conversation

skdud4659
Copy link
Member

To Reviewers

  • Self-reviewed (coding conventions, bug-free, functionality verified, tests checked, documentation updated)
  • Minor change, review optional (style, chore, ci, straightforward changes, etc.)
  • Previously reviewed in feature branch, no further review needed
  • Need review or discussion

Description (optional)

SSIA
image

Things to Talk About (optional)

Copy link

vercel bot commented Dec 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 4:50am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
dashboard ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 4:50am
hotfix2 ⬜️ Ignored (Inspect) Visit Preview Dec 18, 2024 4:50am

Copy link
Member

@piggggggggy piggggggggy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goooood~

Comment on lines +1 to +20
import type { UserGroupModel } from '@/schema/identity/user-group/model';

import ResourceVariableModel from '@/lib/variable-models/_base/resource-variable-model';
import type { VariableModelConstructorConfig } from '@/lib/variable-models/_base/types';


export default class UserGroupVariableModel extends ResourceVariableModel<UserGroupModel> {
static meta = {
key: 'user_group',
name: 'User Group',
resourceType: 'identity.UserGroup',
idKey: 'user_group_id',
nameKey: 'name',
};

constructor(config: VariableModelConstructorConfig = {}) {
super(config);
this._meta = UserGroupVariableModel.meta;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks~

Signed-off-by: NaYeong,Kim <[email protected]>
@skdud4659 skdud4659 merged commit 87f51fb into cloudforet-io:feature-project-alert-manager Dec 18, 2024
7 of 8 checks passed
@skdud4659 skdud4659 deleted the feature/dropdown branch December 18, 2024 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants