Skip to content

Proposal: move folders from /src/view to /src and update usages

Alexandre Soler Sanandres requested to merge restructure-folders into develop

I think the following directories do not belong into src/view:

  • commands
  • events
  • model
  • reducers
  • requests
  • Sagas
  • store

That's why I propose to move them up into the srcfolder.

Some of the folders could also be renamed, but that's a thing for another PR.

Merge request reports