finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

MML-261 Adding new UIAction tag in MessageML #262

Closed symphony-mariacristina closed 3 years ago

symphony-mariacristina commented 3 years ago

Closes https://github.com/symphonyoss/messageml-utils/issues/261

Adding new messageML tag UIAction which is represented by the tag name "ui-action". The messageML representation of this element can contain the following fields:

thibauult commented 3 years ago

Shouldn't we remove CodeClimate?

symphony-youri commented 3 years ago

Shouldn't we remove CodeClimate?

We won't be able to replace it with Sonar as the project is not Finos But if code climate is not bringing anything I guess we could remove it(although right now it does not prevent merging I think)

symphony-mariacristina commented 3 years ago

Shouldn't we remove CodeClimate?

We won't be able to replace it with Sonar as the project is not Finos But if code climate is not bringing anything I guess we could remove it(although right now it does not prevent merging I think)

Correct, is not blocking the merge. I guess that if we can't use Sonar instead, better keep it at least we have some checks.