Skip to content

Fusion Point Selection #2

@3l-gee

Description

@3l-gee

Description:

Implement the ability for users to choose the fusion point when combining two points.

Context:

Currently, the system automatically selects a fusion point, offering users no control over the process. This lack of control can lead to unintended outcomes and user dissatisfaction.

Proposed Solution:

Allow users to select the fusion point from the two clicked points,

User Story:

  1. User clicks two points for fusion.
  2. Verify if each point is at the line's end.
  3. Check if the points share identical coordinates within a 3-meter tolerance.
  4. Display a popup presenting the selected points and their deltas.
  5. Prompt the user to choose a point for fusion.
  6. Fuse the line using the selected point.

Requirements:

  • Change Fuse behaviour
  • Disigne a Popup UI
  • Disigne a Popup UX
  • Add the event to history

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions