CIRDLES / CirdlesWebUI

Angular project for hosting CIRDLES' services, including Topsoil and MARS.
0 stars 13 forks source link

Refactoring of FieldCard.js #76

Closed joshuadgilley closed 3 years ago

joshuadgilley commented 3 years ago

Simplification of render method by moving conditional renders into a separate component called FieldCardRender.js

This will help the process of simplification by slowing abstracting the render into simpler components with no side effects.

**Note: Robert made some fixes to other things per our meeting last week, so we may have a few conflicts to discuss and work out. No big deal though.

joshuadgilley commented 3 years ago

Also note we may need to ignore my package.json or add it to gitignore if necessary. Don't want these dependency adjustments for my local affect web ui.