Refactor #22473
openRefactor the react app folder structure to group files by domain
Description
See https://community.theforeman.org/t/suggestion-refactor-the-react-app-folder-structure/7843/3
```
pp/
Header.js
Sidebar.js
App.js
reducers.js
routes.js
command/
Command.js
CommandContainer.js
CommandActions.js
CommandList.js
CommandItem.js
CommandHelper.js
commandReducer.js
product/
Product.js
ProductContainer.js
ProductActions.js
ProductList.js
ProductItem.js
ProductImage.js
productReducer.js
user/
User.js
UserContainer.js
UserActions.js
UserProfile.js
UserAvatar.js
userReducer.js
```
Updated by Walden Raines almost 7 years ago
Sorry about the formatting in the summary, forgot this wasn't md!
app/ Header.js Sidebar.js App.js reducers.js routes.js command/ Command.js CommandContainer.js CommandActions.js CommandList.js CommandItem.js CommandHelper.js commandReducer.js product/ Product.js ProductContainer.js ProductActions.js ProductList.js ProductItem.js ProductImage.js productReducer.js user/ User.js UserContainer.js UserActions.js UserProfile.js UserAvatar.js userReducer.js
Updated by Walden Raines almost 7 years ago
- Copied to Refactor #22474: Refactor the react app folder structure to group files by domain added
Updated by Walden Raines almost 7 years ago
- Copied to deleted (Refactor #22474: Refactor the react app folder structure to group files by domain)
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5240 added
Updated by Tomáš Strachota over 6 years ago
- Related to Refactor #22683: Refactor the PasswordStrength folder structure to group files by domain added
Updated by Marek Hulán over 6 years ago
- Translation missing: en.field_release set to 353
Updated by Ohad Levy over 6 years ago
- Target version deleted (
1.19.0) - Triaged set to No
- Pull request deleted (
https://github.com/theforeman/foreman/pull/5240)
seems like the linked PR was solving #22683 and not this one. is this a generic issue to refactor the other components to look like the Password Strength component ?
Updated by Ohad Levy over 6 years ago
- Status changed from Ready For Testing to New
Updated by Maria Agaphontzev almost 6 years ago
- Related to Refactor #25864: Refactor the FactChart component structure to group files by domain added