Skip to content

quick-comment-edit - Issue with list item description fails on re-edit button press (10003) #162

Description

@fregante

repro for refined-github/refined-github#10003


Description

Note

For simplicity, : is used as separator in below description, but other character(s) combinations could be used.

Allow : as a prefix/namespace separator to allow categorization, such as measurement:distance, measurement:area, etc., which offers an abstract grouping of processes, with low impact on the actual API endpoints definition.

This nomenclature has been proposed in the past (see process endpoints under section https://docs.ogc.org/per/20-016.html#terradue-dapa).

The : should be handled properly to distinguish it from its similar use for {processID}:{version} referencing.

Furthermore, the : prefix should not be limited to one item, but should allow any amount of namespace definitions, such as dev:testbed:measurement:area.

Considerations

  • A :: may be considered to avoid possible clashes with {processID}:{version} or other remote/provider process IDs that could already employ : (itself using namespaces or URN as process IDs).
  • The specific pattern of ^(.*):(?P<MAJOR>[0-9]+)\.(?P<MINOR>[0-9]+)\.(?P<PATCH>[0-9]+)$ might be enough to distiguish :-namespaced from :-revisioned uses of the same separator.
  • The selected separtor should not introduce ambiguities/breaking behaviour with existing databases that store
    "identifier": "{processID}:{version}" of older revisions for direct access.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions