-
- Downloads
Add controllers for user contribution mapping
This MR introduces the basic controller functionality to support the assignee-facing side of #443555. There is more work to be done on the interface, but this MR enables the basic flow of accepting/rejecting assignment, and introduces the flag to be used across the feature.
parent
7b03368b
No related branches found
No related tags found
Showing
- app/controllers/import/source_users_controller.rb 85 additions, 0 deletionsapp/controllers/import/source_users_controller.rb
- app/models/import/source_user.rb 8 additions, 0 deletionsapp/models/import/source_user.rb
- config/feature_flags/wip/improved_user_mapping.yml 9 additions, 0 deletionsconfig/feature_flags/wip/improved_user_mapping.yml
- config/routes/import.rb 7 additions, 0 deletionsconfig/routes/import.rb
- spec/controllers/import/source_users_controller_spec.rb 82 additions, 0 deletionsspec/controllers/import/source_users_controller_spec.rb
- spec/factories/import_source_users.rb 4 additions, 0 deletionsspec/factories/import_source_users.rb
Please register or sign in to comment