crashcloud/Crash

💡 Request Geometry

Closed this issue · 2 comments

Start Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

It would be very cool if users could click temporary geometry and "Request" it be released.

Basic Example

  1. User A draws a box and does not release
  2. User B sees the box and needs it to do their work
  3. User B uses the "Request" Command and clicks the box
  4. User B completes the command
  5. Crash sends a request to the server
  6. User A gets a notification and sees a Box around the geometry with a request and who requested it.

Drawbacks

This is adding a feature that was not specifically requested

Unresolved questions

  • How Might this be implemented?
    The easiest way could be to create a new ChangeDefinition called "Request"which transmits this data.

  • How do we click temporary objects?
    Pixel Capture

  • How do we want to implement notifications?