jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

Error importing jdl microservice to gateway #31

Closed jlopezjuy closed 7 years ago

jlopezjuy commented 7 years ago

Hi i have error when importing jdl microservice to gateway. 01 02 03

mi jdl microservice

entity Cliente{ nombre String required, apellido String required, celular String, telefono String required, email String required, domicilio String required, colegio String required }

entity Modelo{ imagen ImageBlob required, nombreModelo String required, colorVestido String required, observacion String required }

entity Medida{ contornoBusto Double, anchoPecho Double, altoBusto Double, bajoBusto Double, alturaPinza Double, separacionBusto Double, talleDeltantero Double, talleEspalda Double, largoCorset Double, costado Double, hombro Double, anchoHombro Double, largoManga Double, sisaDelantero Double, sisaEspalda Double, contornoCintura Double, anteCadera Double, contornoCadera Double, posicionCadera Double, largoFalda Double, tipoFalda TipoFalda, fechaMedida LocalDate required, anchoHombro Double, anchoEspalda Double, largoManga Double, anchoManga Double, tiroPantalon Double, anchoPinzaPantalon Double, anchoRodillaPantalon Double, botaPantalon Double, largoPantalon Double }

entity Encargo{ importeTotal Double required, fechaEncargo LocalDate required, fechaEntrega LocalDate, detalleVestido String required, estado Estado, tipoEncargo TipoEncargo }

entity Pago{ fechaPago LocalDate, importe Double required, detalle String required, numeroRecibo Integer required }

enum Estado { ENCARGADO, CORTADO, PROBADO, ENTREGADO, CANCELADO }

enum TipoEncargo{ QUINCE, NOVIA, MADRINA, FIESTA, POLICIA }

enum TipoFalda{ TUBO, RECTA, TAJO, EVASE, CORTEA, CAMPANA, PLATO, GAJOS }

/**

paginate Cliente with pager paginate Encargo with pager paginate Modelo with pager

/*relationship OneToOne{ Cliente{user} to User{cliente} } /

Mi jdl gateway app

entity Cliente

entity Modelo

entity Medida

entity Encargo

entity Pago

microservice Cliente with anelapi microservice Modelo with anelapi microservice Medida with anelapi microservice Encargo with anelapi microservice Pago with anelapi

jdubois commented 7 years ago

I'm sorry but:

jdubois commented 7 years ago

This ticket has been closed as the guidelines are not followed.

Tickets must follow our Guidelines, as mentioned in:

  1. our Readme file on the front page of the project,
  2. the "create a new ticket" page and
  3. our Help page

We have also created a template on the "create a new ticket" page to help you follow those guidelines.