Skip to content

Mangager session flow - #807

Merged
vishwanath1004 merged 3 commits into
ELEVATE-Project:release-3.4.0_ng20from
rohxnn:release-3.4.0-21
Mar 3, 2026
Merged

Mangager session flow#807
vishwanath1004 merged 3 commits into
ELEVATE-Project:release-3.4.0_ng20from
rohxnn:release-3.4.0-21

Conversation

@rohxnn

@rohxnn rohxnn commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Mar 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

[noDataMessage]="noDataMessage()"
[tableData]="tableData()"
[totalCount]="totalCount()"
(onClickEvent)="onCLickEvent($event)"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

onCLickEvent -> onClickEvent

@@ -27,7 +29,7 @@
<ion-row class="d-flex flex-justify-center">
<ion-col padding size-xs="12" size-sm="12" size-md="8" size-lg="6" align-self-stretch>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think this padding is deprecated use ion-padding class

noDataMessage: any;
segmentType = 'manage-session';
noDataMessage = signal<any>(null);
segmentType = signal<string>('manage-session');

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

segmentType = signal<'manage-session' | 'bulk-upload'>('manage-session');

private adminWorkapceService: AdminWorkapceService,
private router: Router,
private modalCtrl: ModalController,
private cdr: ChangeDetectorRef

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

While using the signal, change detectr is not required

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Duplicate api call in OnInit and ViewWillEnter. use only
ViewWillEnter

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

onCLickEvent -> onClickEvent

Comment thread src/app/shared/components/generic-details/generic-details.component.html Outdated
Comment thread src/app/shared/components/generic-details/generic-details.component.html Outdated
Comment thread src/app/shared/components/generic-details/generic-details.component.html Outdated
Comment thread src/app/shared/components/generic-details/generic-details.component.html Outdated
@vishwanath1004
vishwanath1004 merged commit 6a08449 into ELEVATE-Project:release-3.4.0_ng20 Mar 3, 2026
1 of 2 checks passed
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.

2 participants