Open Issues Need Help
View All on GitHubAI Summary: This issue outlines a refactoring task to split existing "organism" components in `src/components/organisms/` that exceed 150 lines of code. The goal is to break down these oversized components into smaller, more focused organisms. This effort aims to improve component composition and adherence to Atomic Design principles as part of a broader component audit.
AI Summary: This issue involves auditing existing 'organism' components to ensure they are properly composed of 'molecule' and 'atom' components, adhering to Atomic Design principles. The task requires reviewing the structure of organisms and potentially refactoring them to maintain a correct hierarchical composition.
AI Summary: This issue tasks the developer with creating several new UI components, specifically 'molecules' such as form fields, search bars, and navigation items. These components must adhere to the project's Atomic Design principles, meaning they should combine 2-5 'atom' components and not import from 'organism' components.
AI Summary: This GitHub issue addresses an architectural violation where `molecules` components are incorrectly importing from `organisms` components instead of exclusively from `atoms`. The task involves auditing approximately 10 existing molecule components to ensure they adhere to the Atomic Design principle of only importing from `atoms`, and identifying any components miscategorized as molecules that should be organisms.
AI Summary: This GitHub issue requests an audit of components currently categorized as 'molecules' to identify any that should be reclassified as 'organisms' according to Atomic Design principles. The task involves reviewing approximately 10 components within the `src/components/molecules/` directory, with a specific reference point provided in the project's documentation.
AI Summary: This GitHub issue points to a task or potential problem with the `npm run typecheck` command within a specific documentation section. The context is the '15-Minute Local Sanity Check (Frontend)' guide located at line 33 of `docs/todo/core/0-kickstart.md`. The task involves verifying or addressing the `typecheck` step in this local setup guide.
AI Summary: This GitHub issue highlights a task related to the `npm ci` or `npm install` command within the "15-Minute Local Sanity Check (Frontend)" section of the `docs/todo/core/0-kickstart.md` file, specifically at line 32. The task likely involves verifying, updating, or adding this command to ensure the documentation accurately reflects the correct procedure for setting up the frontend locally.