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

Feature/149 disable subscriptions #259

Merged
merged 18 commits into from
Apr 9, 2024

Conversation

Aboisier
Copy link
Collaborator

@Aboisier Aboisier commented Mar 26, 2024

This PR allows disabling subscriptions. By default, new subscriptions are disabled. This allows admins to save their progress without side-effects.

Other changes:

  • Improve text menu visual
  • Fix a bug in job executions and job execution details (took ...)

Disabling/enabling a subscription

disable

Searching by disable/enabled

search

To-do (in a next PR)

  • Add "..." menu in each table for deleting/blocking

Closes #149 .

@Aboisier Aboisier changed the base branch from main to 220-blocking_resources-2 March 26, 2024 12:59
@Aboisier Aboisier marked this pull request as draft March 26, 2024 13:08
@Aboisier Aboisier requested a review from lm-sec March 29, 2024 11:04
@Aboisier Aboisier linked an issue Mar 29, 2024 that may be closed by this pull request
@Aboisier Aboisier marked this pull request as ready for review March 29, 2024 11:05
Copy link
Collaborator

@lm-sec lm-sec left a comment

Choose a reason for hiding this comment

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

Great feature! I suggested a couple things for performance, since I have a PTSD from the months of February-March. Please consider before merging 🚀

Otherwise, in the list view, instead of a Disabled tag, what would you think of graying out the source icon (we have a RKS icon in gray) and updating the tooltip? It would be more subtle, idk if this is what we look for. ➡️ I realised that you added them for blocked assets as well. To stay coherent, I would not remove the tag.

Outstanding work! 💯

@Aboisier Aboisier merged commit 3eca193 into 220-blocking_resources-2 Apr 9, 2024
6 checks passed
@Aboisier Aboisier deleted the feature/149-disable-subscriptions branch April 9, 2024 13:49
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.

As a user, I want to disable a subscription without deleting it
2 participants