anytype-ts icon indicating copy to clipboard operation
anytype-ts copied to clipboard

Organizational Chart / Family Tree template with interlinking

Open himaanshu24 opened this issue 11 months ago • 0 comments
trafficstars

Have you read a contributing guide?

  • [X] I have read CONTRIBUTING.md
  • [X] I have searched the existing requests and didn't find any that were similar
  • [X] I have considered creating a pull request instead and want to proceed

Clear and concise description of the problem

There is no way to place multiple tiles on a page interlinking between them in a hierarchical structure to zoom in/out at various levels. This will be useful for relational object representation such as organizational structure or family tree, etc

Suggested solution

Create a special object that can reference its kind and render it as a hierarchical view. This object can describe itself with multiple fields, such as name, desc, role, profile picture or any other custom fields.

The object can reference another object (of the same kind) as levels, up, down, equal etc. The reference should not be restrictive so that users can link as they see fit.

Example view: image

Alternative

No response

Additional context

No response

himaanshu24 avatar Dec 02 '24 16:12 himaanshu24