Add support for editing UUIDs in Compass

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: CRUD
    • None
    • 5
    • None
    • Developer Tools

      Currently UUIDs (BSON Binary data subtype 3 and 4) are readonly and can't be edited in Compass in the crud list view. This ticket involves updating them to be editable.
      The subtype 3 data has a setting which determines how it's encoded.
      For the editors lets show a text input like UUID(" <TEXT_INPUT> ") so folks know what it'll look like when editing. 

      A user should be able to edit all of the different UUID types:

      1. UUID: UUID subtype 4
      2. LegacyJavaUUID: UUID subtype 3, Java driver encoding
      3. LegacyCSharpUUID: UUID subtype 3, .NET/C# driver encoding
      4. LegacyPythonUUID: UUID subtype 3, Python driver encoding

      We added support for showing the encodings in COMPASS-9690 

            Assignee:
            Unassigned
            Reporter:
            Rhys Howell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: