Refine Hero Biz Island #11

Merged
timur merged 3 commits from development_herobiz into development 2026-02-20 11:59:02 +00:00
Owner

Description

Refine Hero Biz Island to align with the old Hero Biz structure, improve UX, and clean up duplicated or poorly structured components.

Changes

  • Added dedicated dashboard page for each section (as in old Hero Biz).
  • Replaced SID input fields with a reusable dropdown select component.
  • Replaced datetime inputs with a pop-up datetime calendar picker.
  • Removed duplicate Projects section.
  • Removed standalone Comments and Admin views.
  • Introduced CommentsSection component and embedded comments into all entity detail pages.
  • Enhanced global search with fuzzy matching across entities.
  • Updated Contact/Contract forms to support linking with more entity types.
  • Refine Hero Biz island #9
### Description Refine Hero Biz Island to align with the old Hero Biz structure, improve UX, and clean up duplicated or poorly structured components. ### Changes * Added dedicated dashboard page for each section (as in old Hero Biz). * Replaced SID input fields with a reusable dropdown select component. * Replaced datetime inputs with a pop-up datetime calendar picker. * Removed duplicate Projects section. * Removed standalone Comments and Admin views. * Introduced `CommentsSection` component and embedded comments into all entity detail pages. * Enhanced global search with fuzzy matching across entities. * Updated Contact/Contract forms to support linking with more entity types. ### Related issues * Refine Hero Biz island #9
- Introduce dedicated CRM and Investments dashboard views.
- Remove Project Management views and associated navigation.
- Refactor form inputs with reusable `SelectField`, `DateField` components.
- Adopt `EntitySelector` and `MultiValueInput` for streamlined inputs.
- Update island registry with new `hero_service` island.
feat: integrate comments and expand global search
Some checks failed
Build and Test / build (pull_request) Failing after 5m19s
246b21f5c9
- Remove standalone Comments and Admin views
- Introduce `CommentsSection` component for entity pages
- Embed comments into all entity detail views
- Enhance global search with fuzzy matching across all entities
- Update Contact/Contract forms to link to more entity types
merge: bring development into herobiz branch
Some checks failed
Build and Test / build (pull_request) Failing after 3m39s
31665cf6b3
Merge development (with unified archipelago framework) into
development_herobiz. Kept herobiz's business restructuring (CRM/Investment
dashboards, fuzzy search, form components) and development's architectural
changes (flattened archipelagos, removed registry/router codegen).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
timur merged commit ce86144e8f into development 2026-02-20 11:59:02 +00:00
Owner

Merge Summary

Brought up to date with development (unified archipelago framework merge resolved).

Changes

  • New dashboards: CrmDashboardView and InvestmentsDashboardView with entity summaries and quick-add forms
  • Reusable core components: SelectField, DateField, EntitySelector, CommentsSection, MultiValueInput in core/src/components/
  • Refactored entity views: All CRM/Investment views now use dropdown selectors and calendar pickers instead of manual text inputs
  • Enhanced search: Client-side fuzzy matching across all entities with scoring and result snippets
  • Removed redundancies: Standalone Projects, Tasks, Milestones, Comments, and Admin views removed (consolidated into dashboards or other sections)

Files

25 files changed — +4,156 / -3,031 lines across archipelagos/business/, core/src/components/, and entity views.

Merge readiness

  • Conflicts with development resolved
  • All herobiz feature changes preserved
## Merge Summary Brought up to date with `development` (unified archipelago framework merge resolved). ### Changes - **New dashboards**: `CrmDashboardView` and `InvestmentsDashboardView` with entity summaries and quick-add forms - **Reusable core components**: `SelectField`, `DateField`, `EntitySelector`, `CommentsSection`, `MultiValueInput` in `core/src/components/` - **Refactored entity views**: All CRM/Investment views now use dropdown selectors and calendar pickers instead of manual text inputs - **Enhanced search**: Client-side fuzzy matching across all entities with scoring and result snippets - **Removed redundancies**: Standalone Projects, Tasks, Milestones, Comments, and Admin views removed (consolidated into dashboards or other sections) ### Files 25 files changed — +4,156 / -3,031 lines across `archipelagos/business/`, `core/src/components/`, and entity views. ### Merge readiness - Conflicts with development resolved ✅ - All herobiz feature changes preserved ✅
timur deleted branch development_herobiz 2026-02-20 12:00:16 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_archipelagos!11
No description provided.