Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further organize src/ files #251

Open
alancleary opened this issue Nov 1, 2023 · 0 comments
Open

Further organize src/ files #251

alancleary opened this issue Nov 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@alancleary
Copy link
Contributor

Just got out of a meeting where we discussed introducing a new class a web component: bulk queries. We've also been discussing starting to introduce visualization components. For this reason I think we need to add a couple new directories under src/ to group components by their classes. Here's an example file structure:

├── controllers
│   ├── index.ts
│   ├── lis-cancel-promise-controller.ts
│   ├── lis-dom-content-loaded-controller.ts
│   ├── lis-query-string-parameters-controller.ts
│   └── lis-slot-controller.ts
├── core
│   ├── index.ts
│   ├── lis-alert-element.ts
│   ├── lis-form-wrapper-element.ts
│   ├── lis-loading-element.ts
│   ├── lis-modal-element.ts
│   ├── lis-pagination-element.ts
│   └── lis-simple-table-element.ts
├── index.ts
├── lis-linkout-element.ts
├── models
│   ├── index.ts
│   ├── lis-alert-modifier-model.ts
│   └── lis-string-object-model.ts
└── search
│   ├── index.ts
│   ├── lis-gene-search-element.ts
│   ├── lis-publication-search-element.ts
│   ├── lis-qtl-search-element.ts
│   ├── lis-trait-association-search-element.ts
│   ├── lis-trait-search-element.ts
│   └── mixins
│       ├── index.ts
│       └── lis-paginated-search-mixin.ts
└── visual
    ├── index.ts
    └── lis-phylotree-element.ts
@alancleary alancleary added the enhancement New feature or request label Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant