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

Update trial logic after onboarding #1618

Merged
merged 7 commits into from
Oct 6, 2023
Merged

Update trial logic after onboarding #1618

merged 7 commits into from
Oct 6, 2023

Conversation

yeganathan18
Copy link
Member

@yeganathan18 yeganathan18 commented Oct 3, 2023

Changes proposed ✍️

What

🤖 Generated by Copilot at 3372c0d

Removed trial logic and updated plan assignment logic in tenantRepository.ts. This file handles the database operations for creating and updating tenants based on their edition and plan.

🤖 Generated by Copilot at 3372c0d

The tenantRepository.ts file
Was changed to adopt a new style
No more trial plans or dates
Just editions that dictate
The features and limits for each pile

Why

How

🤖 Generated by Copilot at 3372c0d

  • Simplify the pricing and plan options for tenants by assigning the essential plan to new tenants, except for LFX edition tenants who get the enterprise plan (link). Remove the trial end date and trial plan fields from the tenant creation logic, since they are no longer relevant (link, link). Update the tenantRepository.ts file accordingly.

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screehshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

@yeganathan18 yeganathan18 added the Improvement Created by Linear-GitHub Sync label Oct 3, 2023
@yeganathan18 yeganathan18 merged commit 1acbaf8 into main Oct 6, 2023
7 checks passed
@yeganathan18 yeganathan18 deleted the improvement/C-2355 branch October 6, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants