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

dev: workspace active cycles #3378

Merged
merged 10 commits into from
Jan 16, 2024
Merged

Conversation

anmolsinghbhatia
Copy link
Collaborator

This PR includes a feature that enables users to view all active cycles within their workspace conveniently. The feature is accessible through the app sidebar, where a new "Active Cycle" tab has been added. Additionally, search functionality implemented based on project name, project identifier, and cycle name, And Two call-to-action buttons are included for users to visit the active cycle detail page and the active cycle issues.

Media

c77aecc2-72cd-4088-8ab4-d92e7885be67

</div>
<div className="flex item-center gap-2">
<Link
href={`/${workspaceSlug}/projects/${projectId}/cycles`}

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
</span>
</Link>

<Link href={`/${workspaceSlug}/projects/${projectId}/cycles/${cycle.id}`}>

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
@sriramveeraghanta sriramveeraghanta merged commit 8ee5ba9 into develop Jan 16, 2024
5 of 8 checks passed
@sriramveeraghanta sriramveeraghanta deleted the chore/workspace-active-cycles branch January 16, 2024 14:24
@ccrvlh
Copy link

ccrvlh commented Feb 23, 2024

Just noticed this PR - is this going to be added back into the master branch, or is the plan to maintain it under a paywall?

@rifux
Copy link

rifux commented Feb 24, 2024

Can I ask if it will be possible to disable it if it requires purchase? On Self-Hosted the proposal to "Upgrade" looks a quite strange
screen

@sriramveeraghanta
Copy link
Contributor

@NeuroSan and @ccrvlh We are trying to enhance the robustness of this feature, thus we have transitioned it to our enterprise feature set. If you wish to experience active cycles, you can utilize our cloud version at app.plane.so, where all pro features are unlocked for all users.

@rifux
Copy link

rifux commented Feb 26, 2024

@sriramveeraghanta Thanks for Your reply. Of course, I appreciate Your explanation regarding the transition of the active cycles feature to the enterprise feature set. While I understand the need to enhance the robustness of the feature, I was hoping for a way to disable button itself on my self-hosted version, as the upgrade prompt seems out of place.

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.

5 participants