Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full stack: Remove code examples from the Boilerplate #208

Open
dpfernandes opened this issue Mar 2, 2022 · 0 comments · May be fixed by #212
Open

Full stack: Remove code examples from the Boilerplate #208

dpfernandes opened this issue Mar 2, 2022 · 0 comments · May be fixed by #212

Comments

@dpfernandes
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants