Skip to content

Conversation

skwowet
Copy link
Member

@skwowet skwowet 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.

@skwowet skwowet added the Improvement Created by Linear-GitHub Sync label Oct 3, 2023
@skwowet skwowet force-pushed the improvement/C-2355 branch from bb489f3 to 458facc Compare October 3, 2023 17:50
@skwowet skwowet merged commit 1acbaf8 into main Oct 6, 2023
@skwowet skwowet 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.

2 participants