FE TODO

Whatever new components start with hooks

Component destructuring

Coding standards need to follow

Logial coding improve

Avoid copy paste just refer and write
required logic

Improve testcase code flow

Avoid multiple network calls

Test with multiple flows and handle the bugs

Delete unwanted files and give proper naming


Log.info should have exact file name

Console.log we should remove before commit the code instead of console.log we have to use log.info

We have to decouple the components for CRUD in FE

Avoid multiple functionalities in single if condition

Small function we have to create and integrate in our components

Deprecated code has to be removed

Maintain header comments like TODO and unwanted lines should be removed

Catch should log

Context objects we have to use properly

Git commit propernaming convension

Functional programming

More than 30 minutes we should ask help others