realm-studio icon indicating copy to clipboard operation
realm-studio copied to clipboard

Realm Studio

Results 187 realm-studio issues
Sort by recently updated
recently updated
newest added

Sync features on Linux should be unlocked by using special token (most likely on CI). refs #27

T-Internal
Pipeline-Idea-Backlog

* [ ] Go through and make sure all components exports their state and props interfaces. * [ ] And make sure composite components gets their state and props interfaces...

T-Internal
Pipeline-Idea-Backlog

The Electron app needs a place to store things 1. A `tmp/user/${userId}/${rosId`} dir for synced realms 1. A `tmp/user/${userId}/settings` to save things like last opened realm or schema etc... Think...

T-Internal
Pipeline-Idea-Backlog

There is an issue that was prioritized on the ROS backlog, which we need to adapt to if it removes the `realm-admin` user https://github.com/realm/ros/issues/241

P-3-Optional
T-Internal
Estimate-1

When debugging ROS queries, I saw incoming auth requests from Realm Studio reported as `io.realm.Auth`. ``` {"app_id":"io.realm.Auth","identity":"07a24445406cc62d339bb3fc88bdbe92","access":["refresh"],"salt":"47efa011","expires":4660717861,"is_admin":true} ``` I think this field (`app_id`) is used for stats, and it could...

T-Internal
Estimate-2
Pipeline-Idea-Backlog

To speed up opening realms we could bundle the node_modules into the renderer bundle. Also - to enable faster load per window, we could split up and produce one bundle...

T-Internal
Pipeline-Idea-Backlog

Currently the user is logged in when starting any window that needs to do communication with ROS - this is probably not needed as logged in users are accessable from...

T-Internal
Pipeline-Idea-Backlog

In the current configuration we might have two components that has sub-components with equal names that accidentally overrides or "crosstalks" because we're not using uniquely (generated) CSS classnames. We could...

T-Internal
Estimate-5

When running the [`scripts/github-releases.js`](https://github.com/realm/realm-studio/blob/master/scripts/github-releases.js) on CI, we get deprecation warnings related to the way we authenticate. ## Stacktrace of the warning ``` Error: octokit.authenticate() is deprecated. Use "auth" constructor option...

T-Internal
Estimate-1

To support new ROS/Stitch integration.

T-Internal
Pipeline-Soon-Backlog