HackYourFuture-CPH / fp-class19

MIT License
3 stars 1 forks source link

cleaning boilerplate #212

Open saloumeh-67 opened 2 years ago

saloumeh-67 commented 2 years ago

Description

I removed

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

Fixes # (208)

How to test?

git pull origin develop

Checklist

Impressiv3 commented 2 years ago

Is it just on my PC or the file names that we already have fixed a month ago are back to starting with capital letters again? What I mean by that: LandingPage.container CreateAccountPage.Container ForgotPasswordPage.container OrderConfirmationPage.Container

image

Impressiv3 commented 2 years ago

There is a duplicate of LoginPage container here :) image