Open Issues Need Help
View All on GitHubAI Summary: This issue proposes splitting large organism components (over 150 lines of code) into smaller, more manageable units. The goal is to improve code organization and maintainability within the 'organisms' directory, with a specific focus on the `docs/todo/core/2-TODO.md` file.
AI Summary: This issue requires an audit of the 'organisms' directory to ensure that these components are correctly composed using only 'molecules' and 'atoms'. The task involves verifying the import dependencies within the organism components to maintain a clear architectural hierarchy.
AI Summary: This issue requires the creation of several common UI components, specifically form fields, search bars, and navigation items, within the 'molecules' directory of the project. It's part of a larger effort to audit and refine the component structure, ensuring molecules are composed solely of atoms.
AI Summary: This issue requires an audit of the 'molecules' directory to ensure that these components only import from 'atoms' and not from 'organisms'. The task involves identifying and correcting any miscategorized components or incorrect import paths.
AI Summary: This issue requires reviewing the `src/components/molecules/` directory to identify any components that are actually 'organisms' (larger, more complex UI structures) but have been misclassified as 'molecules' (simpler, reusable UI building blocks). The task is to correct this categorization, likely by moving or refactoring these components.
AI Summary: This issue is a documentation task related to the `npm run lint` command. It specifically points to a line in a Markdown file (`docs/todo/core/0-kickstart.md`) within the '15-Minute Local Sanity Check (Frontend)' section. The task is to ensure the `npm run lint` command is correctly represented or documented in that location.
AI Summary: This issue is a documentation task related to the `npm run typecheck` command. It specifically points to a line in a Markdown file within the documentation, suggesting that the documentation for this command needs to be reviewed or updated. The goal is to ensure the `npm run typecheck` step is correctly documented.
AI Summary: This issue is a documentation task to update or verify the usage of `npm ci` or `npm install` in the `docs/todo/core/0-kickstart.md` file, specifically within the '15-Minute Local Sanity Check (Frontend)' section. The goal is to ensure the correct command is presented to users for setting up the project locally.