Giter Club home page Giter Club logo

json2puml's People

Contributors

jfudickar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

json2puml's Issues

UI: Change the taskbar icon progress when the run fails

UI: Change the taskbar icon progress when the run fails

When a run fails e.g. because of missing data the progress bar in the taskbar icon stops at this posssition.
It would be better to signal an error in this moment.

Add a curlUrlParameter object to the inputFile definition

This parameter object could be used for example in combination with dynamic inputparameters to add additional inputfilter to the url based on the curlparameters

Example: Having a global curl paramater "customernumber". Only when the parameter is filled the filter condition ?customer==${customernumber} should be added.

Add an option to "remove" objects from a list.

When wildcards are used it may sometimes helpfull to remove objects from this wildcard list.

Example:
"attributeProperties": {
"operation": "replace",
"list": [
"id",
"*name",
"status"
]
},

New Version:
"attributeProperties": {
"operation": "replace",
"list": [
"id",
"*name",
"-Firstname",
"status"
]
},

"-Firstname" removes the allowed propertynames from the "*name" filter.

Plantuml header information added multiple times to the file

The following code is added multiple times to the beginning of the plantuml file

hide stereotype
hide empty member
'left to right direction
'skinparam linetype polyline
'skinparam linetype ortho
skinparam HeaderFontSize 18
skinparam FooterFontSize 18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.