You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer using Stalker I want to convert the Project.is_active attribute from being a column in the database to a property returning if the Project.status is Complete/CMPL or not to make it lean and remove confusion.
Acceptance Criteria
1. Remove the is_active column definition from the Project class.
2. Add an Alembic migration script for this.
3. Add a new is_active predicate property that returns if the Project.status is Status=Complete/CMPL which is one of the default statuses created by Stalker configurations.
Notes
This attribute has never been used since it is ever introduced, the status "Complete/CMPL" does the job beautifully, so remove the is_active attribute.
The text was updated successfully, but these errors were encountered:
User Story
As a developer using Stalker I want to convert the
Project.is_active
attribute from being a column in the database to a property returning if theProject.status
isComplete/CMPL
or not to make it lean and remove confusion.Acceptance Criteria
is_active
column definition from theProject
class.Alembic
migration script for this.is_active
predicate property that returns if theProject.status
isStatus=Complete/CMPL
which is one of the default statuses created by Stalker configurations.Notes
This attribute has never been used since it is ever introduced, the status "Complete/CMPL" does the job beautifully, so remove the
is_active
attribute.The text was updated successfully, but these errors were encountered: