AutoGPT/frontend/lib/models/skill_tree
hunteraraujo 3d4307a848 Added SkillTreeType enum and implemented dropdown selection in SkillTreeView
- Introduced a new `SkillTreeType` enum to represent different skill tree categories: General, Coding, Data, and Scrape/Synthesize.
- Extended the `SkillTreeType` enum to provide associated string values and JSON file names for each category.
- Refactored the `SkillTreeViewModel` to reload the skill tree data based on the selected category.
- Enhanced `SkillTreeView` by adding a positioned dropdown in the top-left corner to allow users to select and load different skill tree categories dynamically.
2023-09-25 23:08:24 -07:00
..
ground.dart Update Ground model to handle optional JSON fields 2023-09-13 17:29:05 -07:00
info.dart Enhance Info model to handle optional JSON fields gracefully 2023-09-13 17:30:41 -07:00
skill_node_data.dart Refactor Benchmarking Workflow and Introduce New Data Models (#5264) 2023-09-19 17:01:15 -07:00
skill_tree_category.dart Added SkillTreeType enum and implemented dropdown selection in SkillTreeView 2023-09-25 23:08:24 -07:00
skill_tree_edge.dart Add SkillTreeEdge data model for skill tree 2023-09-10 13:57:25 -07:00
skill_tree_node.dart Enhance SkillTreeNode Model to Include Additional Attributes 2023-09-13 17:32:23 -07:00