- Remove
helpers/immutable.js: The ideal scenario would be to work always with immutable objects, so let's get rid of this helper :) - Identify more improvements on those folders, check if code it's not being used, etc.
Move the "pages" components to the Page folder.
Naming convention: end file names with 'Page' postfix, eg. UsersPage.
Update to upperCase the last part of the constant
So instead of: export const GET_USER_ORG_USER_FETCHING = 'kaigi/all_users/get_user_org_user_fetching'
Do: export const GET_USER_ORG_USER_FETCHING = 'kaigi/all_users/GET_USER_ORG_USER_FETCHING'
Fixing propTypes as well