Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Aug 11, 2023
1 parent 7ea3f9c commit 267a887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO.md
Expand Up @@ -4,7 +4,7 @@
- Add `#strategy_name` method on `Strategic::Strategy` classes
- Customize `strategy_name` attribute name (e.g. `sort_strategy_name`)
- Support defining DefaultStrategy inside the Strategic class body (right now, it is expected to be an external class in an external file)
- Support multiple strategies (with multiple strategy name attributes/columns)
- Support multiple strategies (with multiple strategy name attributes/columns) in Version 2.0
- Configuration option of `Strategic::rails_auto_strategic = true` to indicate whether to include module mixins automatically by convention for Strategic and Strategic::Strategy in Rails applications (thus software engineer only has to create model_name/xyz_strategy.rb files and that enables strategies automatically assuming a strategy_name attribute or column on model)
- Utilize `super_module` gem (once it is updated to not replay class methods automatically)
- Support `strategy_owner` or `owner` as alias to context
Expand Down

0 comments on commit 267a887

Please sign in to comment.