Unify and document archipelago framework #12

Open
opened 2026-02-16 16:09:46 +00:00 by timur · 0 comments
Owner

Archipelagos is meant to be a framework for creating portable, modular dioxus UI components that work against hero_rpc servers, and can be compiled into isolated widgets. The idea of an archipelago is basically that it is:

  • a set of islands (components) within a certain domain such as calendar or messaging
  • has an archipelago (layout of islands) that is self contained with a hero_rpc client.
  • the archipelago is responsible as a view controller of the islands, whereas islands are simple components
  • the archipelago has a wrapper which it uses to track navigation within and between its islands and layouts

Currently, the documentation and implementation around this is not unified. Especially since we need to skill around using this: geomind_code/dev_docs#7, this organization and unification has become necessary.

Archipelagos is meant to be a framework for creating portable, modular dioxus UI components that work against `hero_rpc` servers, and can be compiled into isolated widgets. The idea of an archipelago is basically that it is: - a set of islands (components) within a certain domain such as calendar or messaging - has an archipelago (layout of islands) that is self contained with a `hero_rpc` client. - the archipelago is responsible as a view controller of the islands, whereas islands are simple components - the archipelago has a wrapper which it uses to track navigation within and between its islands and layouts Currently, the documentation and implementation around this is not unified. Especially since we need to skill around using this: https://forge.ourworld.tf/geomind_code/dev_docs/issues/7, this organization and unification has become necessary.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
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#12
No description provided.