convergence-project icon indicating copy to clipboard operation
convergence-project copied to clipboard

The project used for Convergence Project Management and Issue Reporting

Results 39 convergence-project issues
Sort by recently updated
recently updated
newest added

**Versions** *Please fill in all that apply:* - Convergence Version: 1.0.0 **Description** Many users are deploying into Kubernetes. A helm chart would simplify the deployment. **Is there a workaround in...

enhancement

**Description** It would be ideal if you could move an element from one part of the model to another in a single operation so that concurrent edits are not lots....

enhancement
server
client

At the present time, changes to model permissions that go through the realtime API take effect immediately on any open models. On the other hand permissions changes through the rest...

bug
server

We have implemented a paged data structure as a result type for REST calls that support an `Offset` and `Limit`. The data returned looks like: ``` { data: [...], offset:...

enhancement
server

We need the ability to create a mock server that will respond to messages to allow for client side testing without a server up and running.

enhancement
client

We will need these so that the development branches of the products can be built by community developers.

enhancement
distribution

The current presence service is a singleton per-domain on the server side. This will not scale. We must turn it into a sharded subsystem. This requires some design work

enhancement
server

The developer guide needs several updates before 1.0.0. This issue serves as a master tracker for those updates: - [ ] A server configuration section - [ ] Add a...

documentation

We should generate REST API documentation using the swagger API spec, using something like swagger.

documentation