Closed nozomione closed 1 year ago
The latest folder structures: https://github.com/AlexsLemonade/refinebio-web/pull/145
We want to flatten out the shared components folders (in components/shared directory) and shorten the component names as necessary.
components/shared
e.g., The current folder structure of the SamplesTable component that needs to be flattened.
SamplesTable
The following shared components' folder structures will be updated:
DatasetTable/utils
HorizontalScrollIndicator
SamplesTable/cells
CellAccessionCode
AccessionCodeCell
Annotation
ModalContent/sections
Pipeline/protocols
SubmitterSupplied/protocols-by-sample
UnknownGeneIdentifierModal
SearchCardCTAs
UnknownGeneIdentifierButton
RequestForm
FieldBlock
SearchCardCTAs/actions
ProcessingDataset
RequestExperimentFormButton
FormField
RemoveAddedData
Context
The latest folder structures: https://github.com/AlexsLemonade/refinebio-web/pull/145
We want to flatten out the shared components folders (in
components/shared
directory) and shorten the component names as necessary.e.g., The current folder structure of the
SamplesTable
component that needs to be flattened.Problem or idea
The following shared components' folder structures will be updated:
DataTable
DatasetTable/utils
folder and move its content to the parentHorizontalScrollIndicator
)SamplesTable
SamplesTable/cells
folder and move its content to the parentCellAccessionCode
toAccessionCodeCell
)Annotation
folder and move its content to the parentModalContent/sections
folder and move its content to the parentModalContent/sections
folder)Pipeline/protocols
folder and move its content to the parentModalContent/sections
folder)SubmitterSupplied/protocols-by-sample
folder and move its content to the parentUnknownGeneIdentifierModal
component toSearchCardCTAs
and rename toUnknownGeneIdentifierButton
RequestForm
RequestForm
folder and move its content to the parentFieldBlock
(sub-comopnent file) and move its content into the above component (since only used in it)SearchCard
SearchCardCTAs/actions
folder and move its content to the parentProcessingDataset
)RequestExperimentFormButton
folder and move its content to the parentFieldBlock
toFormField
and move to the parent (previously in theRequestExperimentFormButton
folder)RemoveAddedData
)Solution or next step