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

Inactive tenants record #115

Closed
1 task
siddharthvipul opened this issue Nov 23, 2021 · 3 comments
Closed
1 task

Inactive tenants record #115

siddharthvipul opened this issue Nov 23, 2021 · 3 comments

Comments

@siddharthvipul
Copy link
Collaborator

Story

As a CentOS CI admin,
I want to be able to keep records of tenants who are not active. Instead of deleting them completely, moving them to another table which signifies "Inactive".

Acceptance Criteria

  • Active and Inactive tenants have a way to be identified
@siddharthvipul
Copy link
Collaborator Author

This can be an extra column with boolean value of active
or a separate table in itself.. upto developer to think what works the best

@siddharthvipul siddharthvipul added this to New / Unrefined in Q4/2021 Initiative via automation Nov 23, 2021
@nphilipp
Copy link
Collaborator

Let's make it a simple flag. Moving records between tables will break relationships with e.g. historical sessions.

@nphilipp
Copy link
Collaborator

nphilipp commented Dec 7, 2021

…and we have this as part of PR #118 (retired_at columns plus active property).

@nphilipp nphilipp closed this as completed Dec 7, 2021
Q4/2021 Initiative automation moved this from New / Unrefined to Done Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants