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/conditional feature access based on user plan and payment #728

Conversation

thisismayuresh
Copy link
Collaborator

No description provided.

Mayur added 30 commits August 2, 2024 18:29
Copy link

nx-cloud bot commented Aug 6, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 7bb2b86. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

const isBillableMetricAvailable = await this.paymentAPIService.checkEvent({
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
email: user._userId.email,
Copy link
Member

Choose a reason for hiding this comment

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

Make it like, (uploadInfo._templateId as unknown as TemplateEntity).name


import { Button } from '@ui/button';
import { Textarea } from '@ui/textarea';
import { Checkbox } from '@ui/checkbox';
import { MultiSelect } from '@ui/multi-select';
import { CustomSelect } from '@ui/custom-select';
import { useSchema } from '@hooks/useSchema';
import { useEffect, useState } from 'react';
Copy link
Member

Choose a reason for hiding this comment

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

Bring it on top.


import { useUpdateBulkColumns } from './useUpdateBulkColumns';
import { ConfirmDelete } from '@components/imports/forms/ConfirmDelete';
import { usePlanMetaData } from 'store/planmeta.store.context';
import { SelectItem } from '@mantine/core';
Copy link
Member

Choose a reason for hiding this comment

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

Bring it top.

@chavda-bhavik chavda-bhavik merged commit 37c5df0 into next Aug 7, 2024
4 checks passed
@chavda-bhavik chavda-bhavik deleted the feat/conditional-feature-access-based-on-user-plan-and-payment branch August 7, 2024 06:22
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