Who: As a developer
What: I want clean the boilerplate examples and rename some of the files that have been used but do not respect the naming convention
Why: in order to have a clean project
Acceptance Criteria:
Clean the code examples mentioned below in the implementation details but make sure they are not being used
Implementation Details:
Please look at every file and folder and double check if the file and folder is being used in the project. If it's being used make the necessary changes to it respects the naming conventions if not delete it from the project
User Story
Who: As a developer What: I want clean the boilerplate examples and rename some of the files that have been used but do not respect the naming convention Why: in order to have a clean project
Acceptance Criteria:
Clean the code examples mentioned below in the implementation details but make sure they are not being used
Implementation Details:
Please look at every file and folder and double check if the file and folder is being used in the project. If it's being used make the necessary changes to it respects the naming conventions if not delete it from the project
Frontend src/client/containers/Home/ src/client/components/Sample/ src/client/containers/Profile/ src/client/containers/SignIn/ src/client/containers/SignUp/ src/client/containers/ResetPassword/
Backend src/server/api/controllers/modules.controller.js src/server/api/routes/modules.router.js
Databases src/server/migrations/20200510015322_create_modules_schema.js