Problem/Motivation

As suggested we could implement a visual schema inspector using https://github.com/lbovet/docson

Proposed resolution

Remaining tasks

  • Make the code nicer

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner created an issue. See original summary.

dawehner’s picture

Issue summary: View changes
FileSize
4.87 KB
347.46 KB
e0ipso’s picture

Title: Implement a schema inspector using docson » [FEATURE] Implement a schema inspector using docson
e0ipso’s picture

We should probably use the same normalization logic used for entity serialization. So we have a "data" wrapper, "nid" is a single int value, …

dawehner’s picture

FileSize
4.9 KB
956 bytes

We should probably use the same normalization logic used for entity serialization. So we have a "data" wrapper, "nid" is a single int value, …

Mhhh, it seems hard to share that kind of logic between the rasterizer, which uses pure values, and the schema, which uses just types.

e0ipso’s picture

Some extra niceties.

e0ipso’s picture

FileSize
0 bytes

Forgot interdiff.

e0ipso’s picture

Status: Active » Needs review
FileSize
5.31 KB

Empty files are not that useful. There you go.

I'm in favor of an early push and to show this for Monday's meeting.

  • e0ipso committed 8ad2d73 on 8.x-1.x authored by dawehner
    Issue #2758655 by dawehner, e0ipso: [FEATURE] Implement a schema...
e0ipso’s picture

Status: Needs review » Fixed
dawehner’s picture

<3

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

dmiric’s picture

Why did we loose this feature? I mean why this module is not included? Maybe I could do something to help?

EDIT: ok sorry just found this
https://www.drupal.org/node/2821554

e0ipso’s picture