We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Contains too much logic in one place, with some actions not following standard Rails conventions (e.g., reports, ownership, archived).
reports
ownership
archived
index
1.week.ago
destroy
valid_name_confirmation?
import
1.minute
60
import_upload
change_archived
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contains too much logic in one place, with some actions not following standard Rails conventions (e.g.,
reports
,ownership
,archived
).index
: Builds a data structure with projects and queries activities using hardcoded values like1.week.ago
.destroy
: Contains logic on when a project can be destroyed (valid_name_confirmation?
).import
: Executes multiple flows and uses hardcoded numbers such as1.minute
and60
.import_upload
: Sets session values, updates projects, and schedules background tasks.change_archived
: A protected method with too much logic and varied responsibilities.The text was updated successfully, but these errors were encountered: