elixir-cloud-aai / cloud-components

Reusable components for the ELIXIR Cloud
https://cloud-components.2.rahtiapp.fi/
Apache License 2.0
8 stars 14 forks source link

refactor: improve modularization on ecc-utils-form component #375

Open SalihuDickson opened 4 weeks ago

SalihuDickson commented 4 weeks ago

Description

The code for the ecc-utils-form component currently stands at 600 lines, with more bug fixes and feature implementations it is sure to get even longer. Writing code like this is restricting our ability to reuse functionality, which would maintain a consistent performance across the component. It is also making the code extremely ugly and harder to understand.

Possible solution(s)

Implement some form of modularization in the ecc-utils-form for component. We also need to encourage better modularization accross the other components.