typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
194 stars 44 forks source link

Schema Designer missing #388

Open matterpale opened 3 years ago

matterpale commented 3 years ago

Description

The windows version of Grakn Workbase 2.0.0 alpha 3 seems to lack the schema designer feature when connected to a Grakn Core server.

Environment

  1. Grakn version: Grakn Core 2.0.0
  2. OS of Grakn server: Linux run in a Docker container
  3. Workbase version: 2.0.0-alpha-3
  4. OS of Workbase: Windows 10

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Download grakn-workbase-win-2.0.0-alpha-3.exe
  2. Start the 2.0.0-alpha-9 Grakn Core Server in Docker (port 1729)
  3. Run grakn-workbase-win-2.0.0-alpha-3.exe (thus open a windows of Workbase)
  4. Connect to the server
  5. See no button or option to switch to the schema designer known from previous versions.

Expected Output

Screenshot (2)

Actual Output

Screenshot (1)

alexjpwalker commented 3 years ago

It was intentionally removed, @fatter-pale . Please see the Workbase docs at http://docs.grakn.ai/docs/workbase/schema-designer :

(!) Warning

The schema designer is not yet stable in version 2.0 and has been disabled. To view your schema in the visualiser, please run the following query:

match $x sub thing;
nicolamassarenti commented 3 years ago

When will it be available again?

Thanks

alexjpwalker commented 3 years ago

When will it be available again?

Thanks

I'm afraid we don't currently have an estimated timeline for restoring the schema design view. It has been disabled due to critical bugs such as the following:

jonathanedwardtaylor commented 3 years ago

This is a major gap for any commercial consideration. Is it possible to provide at least some insights into timelines and priorities of this?

lolski commented 3 years ago

We agree that schema designer is very, very useful. However, our energy is currently focused on maturing the core functionalities of TypeDB itself:

Schema designer will have to come after that, unfortunately. Please be assured that we haven't forgotten about it!