cap-js / ord

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3 stars 4 forks source link

[JIRA: CDSADAPTERS-1926] Added groups for events #11

Closed Shubho2 closed 4 months ago

Shubho2 commented 5 months ago

JIRA: https://jira.tools.sap/browse/CDSADAPTERS-1926

This PR contains minor fixes and support for event groups.

RoshniNaveenaS commented 5 months ago

Hello @Shubho2 , Can you please resolve the conflicts in this PR.

RoshniNaveenaS commented 5 months ago

Hello @Shubho2 ,

{
"groupId": "sap.cds:service:sap.sample:sap.capire.incidents.LocalService",
"groupTypeId": "sap.cds:service",
"title": "sap.capire.incidents.LocalService.TitleChange2 Event Title"
},

Here title has sap.capire.incidents.LocalService.TitleChange2 it should be generic for localService

{
"groupId": "sap.cds:service:sap.sample:sap.capire.incidents.ProcessorService",
"groupTypeId": "sap.cds:service",
"title": "ProcessorService.TitleChange Event Title"
} 

check title for ProcessorService , it has ProcessorService.TitleChange Event Title

RoshniNaveenaS commented 4 months ago

ToDo: Resolve conflicts

Shubho2 commented 4 months ago

ToDo: Resolve conflicts

Conflict resolved.