From 0b7d2560e4b42f0c41f9f0bd71c32455d9936938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hunyadi?= <67875049+akoshunyadi@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:06:34 +0100 Subject: [PATCH 1/4] Create MoM-2024-01-17.md --- .../MeetingMinutes/MoM-2024-01-17.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 documentation/MeetingMinutes/MoM-2024-01-17.md diff --git a/documentation/MeetingMinutes/MoM-2024-01-17.md b/documentation/MeetingMinutes/MoM-2024-01-17.md new file mode 100644 index 00000000..a59b9d48 --- /dev/null +++ b/documentation/MeetingMinutes/MoM-2024-01-17.md @@ -0,0 +1,58 @@ +# Camara DeviceStatus meeting - MOM-2023-12-06 + +*December 6th, 2023* + +## Attendees + +* Akos Hunyadi (Deutsche Telekom) +* Ludovic Robert (Orange) +* Ming Hui Foo (Singtel) +* Rafal Artych (Deutsche Telekom) +* Sachin Kumar (Vodafone) + +DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/documentation/MeetingMinutes](https://github.com/camaraproject/DeviceStatus/tree/main/documentation/MeetingMinutes) + +## Agenda + +* Open issues +* Open PRs +* Open Discussions +* API Roadmap +* AOB + + +## Open issues: +* [#84 Minor corrections in Subscription model before release](https://github.com/camaraproject/DeviceStatus/issues/84) + We agreed, that the issue can be implemented as proposed. + +* [#82 Create release candidate 0.5.0](https://github.com/camaraproject/DeviceStatus/issues/82) +PR is open. + +* [#81 enhance v0.4.1 to follow latest CAMARA guidelines](https://github.com/camaraproject/DeviceStatus/issues/81) + +* [#17 Subscription Mode with new Eventtypes](https://github.com/camaraproject/DeviceStatus/issues/17) +Almost all requirements have been implemented (except support for multiple devices), the issue should be closed. + +## Open PRs +* [#87 Create release candidate 0.5.0-rc](https://github.com/camaraproject/DeviceStatus/pull/87) +The PR is blocked by [#84 Minor corrections in Subscription model before release](https://github.com/camaraproject/DeviceStatus/issues/84) + +## Open discussions +* + +## API Roadmap + +### Release 0.5.0 +* Planned release date: January 2024 +* Status: the planned release content has been merged, the first release candidate should be created. +* Release content: + * [~~#52 Harmonize device object with QoD API~~](https://github.com/camaraproject/DeviceStatus/issues/52) + * [~~#31 Adding notification/subscription for Device Status~~](https://github.com/camaraproject/DeviceStatus/pull/31) + * [~~#34 New Endtype Connectivity~~](https://github.com/camaraproject/DeviceStatus/issues/34) => [PR69](https://github.com/camaraproject/DeviceStatus/pull/69) + * [~~#74 Align event-subscriptions with updated design guidelines based on CloudEvents~~](https://github.com/camaraproject/DeviceStatus/issues/74) + * [~~#57 Add documentation into API definition~~](https://github.com/camaraproject/DeviceStatus/issues/57) + * [#84 Minor corrections in Subscription model before release](https://github.com/camaraproject/DeviceStatus/issues/84) + * [#82 Create release candidate 0.5.0](https://github.com/camaraproject/DeviceStatus/issues/82) => [PR#87](https://github.com/camaraproject/DeviceStatus/pull/87) + +## AOB +* Next call will be on 20.12.2023 11:00 CET - However, when the 0.5.0-rc could be created earlier then this call should be skipped. From dffdf28903eec982796c1d7410e80c46c88c64aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hunyadi?= <67875049+akoshunyadi@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:19:53 +0100 Subject: [PATCH 2/4] Update MoM-2024-01-17.md --- .../MeetingMinutes/MoM-2024-01-17.md | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/documentation/MeetingMinutes/MoM-2024-01-17.md b/documentation/MeetingMinutes/MoM-2024-01-17.md index a59b9d48..f231cdff 100644 --- a/documentation/MeetingMinutes/MoM-2024-01-17.md +++ b/documentation/MeetingMinutes/MoM-2024-01-17.md @@ -1,9 +1,9 @@ -# Camara DeviceStatus meeting - MOM-2023-12-06 +# Camara DeviceStatus meeting - MOM-2024-01-17 -*December 6th, 2023* +*January 17th, 2024* ## Attendees - +tbd * Akos Hunyadi (Deutsche Telekom) * Ludovic Robert (Orange) * Ming Hui Foo (Singtel) @@ -22,37 +22,39 @@ DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/d ## Open issues: -* [#84 Minor corrections in Subscription model before release](https://github.com/camaraproject/DeviceStatus/issues/84) - We agreed, that the issue can be implemented as proposed. - -* [#82 Create release candidate 0.5.0](https://github.com/camaraproject/DeviceStatus/issues/82) -PR is open. - -* [#81 enhance v0.4.1 to follow latest CAMARA guidelines](https://github.com/camaraproject/DeviceStatus/issues/81) - -* [#17 Subscription Mode with new Eventtypes](https://github.com/camaraproject/DeviceStatus/issues/17) -Almost all requirements have been implemented (except support for multiple devices), the issue should be closed. +* [#97 Update response codes to string, following other CAMARA APIs](https://github.com/camaraproject/DeviceStatus/issues/97) + The corresponding PR is open: [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) + +* [#96 Path update per Design Guideline](https://github.com/camaraproject/DeviceStatus/issues/96) + +* [#94 Corrections needed to resolve linting errors](https://github.com/camaraproject/DeviceStatus/issues/94) + The corresponding PR is open: [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) ## Open PRs -* [#87 Create release candidate 0.5.0-rc](https://github.com/camaraproject/DeviceStatus/pull/87) -The PR is blocked by [#84 Minor corrections in Subscription model before release](https://github.com/camaraproject/DeviceStatus/issues/84) +* [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) + The PR is ready to be merged. ## Open discussions -* +* [#98 Roaming Status - AgeOfInformation (or last_updated_timestamp)](https://github.com/camaraproject/DeviceStatus/discussions/98) +* [#89 Multi-Operator Demo Test Discussion](https://github.com/camaraproject/DeviceStatus/discussions/89) +* [#72 CAMARA Compliant: Expose all end points](https://github.com/camaraproject/DeviceStatus/discussions/72) +* [#48 Need support](https://github.com/camaraproject/DeviceStatus/discussions/48) ## API Roadmap ### Release 0.5.0 * Planned release date: January 2024 -* Status: the planned release content has been merged, the first release candidate should be created. -* Release content: +* Status: the release candidate 0.5.0-rc has been created +* Release content 0.5.0-rc: * [~~#52 Harmonize device object with QoD API~~](https://github.com/camaraproject/DeviceStatus/issues/52) * [~~#31 Adding notification/subscription for Device Status~~](https://github.com/camaraproject/DeviceStatus/pull/31) * [~~#34 New Endtype Connectivity~~](https://github.com/camaraproject/DeviceStatus/issues/34) => [PR69](https://github.com/camaraproject/DeviceStatus/pull/69) * [~~#74 Align event-subscriptions with updated design guidelines based on CloudEvents~~](https://github.com/camaraproject/DeviceStatus/issues/74) * [~~#57 Add documentation into API definition~~](https://github.com/camaraproject/DeviceStatus/issues/57) - * [#84 Minor corrections in Subscription model before release](https://github.com/camaraproject/DeviceStatus/issues/84) - * [#82 Create release candidate 0.5.0](https://github.com/camaraproject/DeviceStatus/issues/82) => [PR#87](https://github.com/camaraproject/DeviceStatus/pull/87) + * [~~#84 Minor corrections in Subscription model before release~~](https://github.com/camaraproject/DeviceStatus/issues/84) + * [~~#82 Create release candidate 0.5.0~~](https://github.com/camaraproject/DeviceStatus/issues/82) => [PR#87](https://github.com/camaraproject/DeviceStatus/pull/87) +* Release content 0.5.0-rc2: + * [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) ## AOB -* Next call will be on 20.12.2023 11:00 CET - However, when the 0.5.0-rc could be created earlier then this call should be skipped. +* Next call will be on 31.01.2024 11:00 CET From 290e6d5eb0f95e6c00706e041bb1deea49432a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hunyadi?= <67875049+akoshunyadi@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:16:30 +0100 Subject: [PATCH 3/4] Update MoM-2024-01-17.md --- documentation/MeetingMinutes/MoM-2024-01-17.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/documentation/MeetingMinutes/MoM-2024-01-17.md b/documentation/MeetingMinutes/MoM-2024-01-17.md index f231cdff..333b3656 100644 --- a/documentation/MeetingMinutes/MoM-2024-01-17.md +++ b/documentation/MeetingMinutes/MoM-2024-01-17.md @@ -25,7 +25,8 @@ DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/d * [#97 Update response codes to string, following other CAMARA APIs](https://github.com/camaraproject/DeviceStatus/issues/97) The corresponding PR is open: [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) -* [#96 Path update per Design Guideline](https://github.com/camaraproject/DeviceStatus/issues/96) +* [#96 Path update per Design Guideline](https://github.com/camaraproject/DeviceStatus/issues/96) +The issue should be implemented after releasing the 0.5.0. * [#94 Corrections needed to resolve linting errors](https://github.com/camaraproject/DeviceStatus/issues/94) The corresponding PR is open: [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) @@ -35,7 +36,8 @@ DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/d The PR is ready to be merged. ## Open discussions -* [#98 Roaming Status - AgeOfInformation (or last_updated_timestamp)](https://github.com/camaraproject/DeviceStatus/discussions/98) +* [#98 Roaming Status - AgeOfInformation (or last_updated_timestamp)](https://github.com/camaraproject/DeviceStatus/discussions/98) + It should be converted to an issue and continue the discussion there. * [#89 Multi-Operator Demo Test Discussion](https://github.com/camaraproject/DeviceStatus/discussions/89) * [#72 CAMARA Compliant: Expose all end points](https://github.com/camaraproject/DeviceStatus/discussions/72) * [#48 Need support](https://github.com/camaraproject/DeviceStatus/discussions/48) @@ -53,8 +55,10 @@ DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/d * [~~#57 Add documentation into API definition~~](https://github.com/camaraproject/DeviceStatus/issues/57) * [~~#84 Minor corrections in Subscription model before release~~](https://github.com/camaraproject/DeviceStatus/issues/84) * [~~#82 Create release candidate 0.5.0~~](https://github.com/camaraproject/DeviceStatus/issues/82) => [PR#87](https://github.com/camaraproject/DeviceStatus/pull/87) -* Release content 0.5.0-rc2: - * [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) +* Release content 0.5.0: + * [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) + * New issue to prepare the release ## AOB -* Next call will be on 31.01.2024 11:00 CET +* Next call will be on 14.02.2024 11:00 CET +* Since the API is already in mature status, a 1.0.0 should be targeted. => Create an issue to discuss about the process and the necessary to do's. From 5397bd341570182b7ab80d35cdf39b5c3f02ea3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hunyadi?= <67875049+akoshunyadi@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:57:49 +0100 Subject: [PATCH 4/4] Update MoM-2024-01-17.md --- documentation/MeetingMinutes/MoM-2024-01-17.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/documentation/MeetingMinutes/MoM-2024-01-17.md b/documentation/MeetingMinutes/MoM-2024-01-17.md index 333b3656..23e1d3de 100644 --- a/documentation/MeetingMinutes/MoM-2024-01-17.md +++ b/documentation/MeetingMinutes/MoM-2024-01-17.md @@ -3,11 +3,13 @@ *January 17th, 2024* ## Attendees -tbd + +* Aishwarya Javkhedkar (Comviva) * Akos Hunyadi (Deutsche Telekom) +* Fernando Prado Cabrillo (Telefonica) +* Joachim Dahlgren (Ericsson) * Ludovic Robert (Orange) * Ming Hui Foo (Singtel) -* Rafal Artych (Deutsche Telekom) * Sachin Kumar (Vodafone) DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/documentation/MeetingMinutes](https://github.com/camaraproject/DeviceStatus/tree/main/documentation/MeetingMinutes) @@ -25,7 +27,7 @@ DeviceStatus minutes: [https://github.com/camaraproject/DeviceStatus/tree/main/d * [#97 Update response codes to string, following other CAMARA APIs](https://github.com/camaraproject/DeviceStatus/issues/97) The corresponding PR is open: [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) -* [#96 Path update per Design Guideline](https://github.com/camaraproject/DeviceStatus/issues/96) +* [#96 Path update per Design Guideline](https://github.com/camaraproject/DeviceStatus/issues/96) The issue should be implemented after releasing the 0.5.0. * [#94 Corrections needed to resolve linting errors](https://github.com/camaraproject/DeviceStatus/issues/94) @@ -37,7 +39,7 @@ The issue should be implemented after releasing the 0.5.0. ## Open discussions * [#98 Roaming Status - AgeOfInformation (or last_updated_timestamp)](https://github.com/camaraproject/DeviceStatus/discussions/98) - It should be converted to an issue and continue the discussion there. + It should be converted to an issue to continue the discussion there. * [#89 Multi-Operator Demo Test Discussion](https://github.com/camaraproject/DeviceStatus/discussions/89) * [#72 CAMARA Compliant: Expose all end points](https://github.com/camaraproject/DeviceStatus/discussions/72) * [#48 Need support](https://github.com/camaraproject/DeviceStatus/discussions/48) @@ -46,7 +48,7 @@ The issue should be implemented after releasing the 0.5.0. ### Release 0.5.0 * Planned release date: January 2024 -* Status: the release candidate 0.5.0-rc has been created +* Status: the release candidate 0.5.0-rc has been created. If no more bugs or findings in the 0.5.0-rc will be reported in the next 2 weeks, then the official release 0.5.0 can be created (no rc2 is necessary). * Release content 0.5.0-rc: * [~~#52 Harmonize device object with QoD API~~](https://github.com/camaraproject/DeviceStatus/issues/52) * [~~#31 Adding notification/subscription for Device Status~~](https://github.com/camaraproject/DeviceStatus/pull/31) @@ -57,8 +59,9 @@ The issue should be implemented after releasing the 0.5.0. * [~~#82 Create release candidate 0.5.0~~](https://github.com/camaraproject/DeviceStatus/issues/82) => [PR#87](https://github.com/camaraproject/DeviceStatus/pull/87) * Release content 0.5.0: * [#95 Corrections resolving linting errors](https://github.com/camaraproject/DeviceStatus/pull/95) - * New issue to prepare the release + * New issue&PR to prepare the release ## AOB * Next call will be on 14.02.2024 11:00 CET -* Since the API is already in mature status, a 1.0.0 should be targeted. => Create an issue to discuss about the process and the necessary to do's. +* Since the API is already in a mature status, a v1.0.0 should be targeted. => Create an issue to discuss about the process and the necessary to-do's. +* An issue for creation of the necessary feature file for testing should be created too.