Skip to content

Commit

Permalink
September 18, Meeting (#183)
Browse files Browse the repository at this point in the history
* September 18, 2024 Meeting

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

* Fix something that should not show as a link

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>

---------

Signed-off-by: Tracy Kuhrt <tracy.a.kuhrt@accenture.com>
  • Loading branch information
tkuhrt authored Sep 19, 2024
1 parent 465b95c commit e01ae86
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/meetings/2024/2024-09-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

## Action Items

- Update the Deliverables lifecycle to include option #3 and to ensure that this applies to projects too - Tracy
- Update the Deliverables lifecycle to include option \#3 and to ensure that this applies to projects too - Tracy
- Respond to [issue on project-proposal repo regarding licensing](https://github.com/openwallet-foundation/project-proposals/issues/41) - Tracy

## Meeting Minutes
Expand All @@ -56,11 +56,11 @@
- These materials are a deliverable of the _sig name_ SIG and were created by the contributors to that SIG. It has not been reviewed, approved, or endorsed by the OpenWallet Foundation ("OWF") and its members.
- These materials are a deliverable of the _sig name_ SIG and were created by the contributors to that SIG. It does not necessarily reflect the official policies, positions, views or opinions of the OpenWallet Foundation ("OWF") and its members.
- These materials are a deliverable of the OWF community. If you have concerns or suggestions regarding the content, please file a pull request.
- Option #3 is the preferred disclaimer for deliverables
- Option \#3 is the preferred disclaimer for deliverables
- Changes requested to ensure that this process also applies to projects

- **RESOLVED:** That the [Deliverables Lifecycle governance document](https://github.com/openwallet-foundation/tac/pull/169) is hereby confirmed, approved, and adopted.
- With the above changes (option #3 and applies to projects)
- With the above changes (option \#3 and applies to projects)
- Stavros motioned; Wenjing seconded
- Unanimously approved by all present TAC members

Expand Down
93 changes: 93 additions & 0 deletions docs/meetings/2024/2024-09-18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# 2024-09-18

!!! note "Reminder"
These meetings are covered by the [Antitrust Policy](../../governance/antitrust.md) and the [Code of Conduct](../../governance/code-of-conduct.md).

## Agenda
- Announcements
- Review action items from [last meeting](./2024-09-04.md#action-items)
- Project Proposals
- [ACA-Py](https://github.com/openwallet-foundation/project-proposals/pull/42)
- [Askar](https://github.com/openwallet-foundation/project-proposals/pull/44)
- [Name TBD - Aries Agent Test Harness](https://github.com/openwallet-foundation/project-proposals/pull/44)
- [DIDComm Mediator Service](https://github.com/openwallet-foundation/project-proposals/pull/45)
- SIG Proposal - [Wallet Interoperability](https://github.com/openwallet-foundation/tac/issues/182) - **MOVED TO NEXT MEETING**
- Project Annual Reviews - [SD-JWT Kotlin](https://github.com/openwallet-foundation/tac/pull/171) - **MOVED TO NEXT MEETING**
- Open discussion and next steps

## Links
- [slides](https://docs.google.com/presentation/d/11-_TMGNvcYxLjSbxNkZyPMEZv60f9xcwjP9AHWIiU88/edit?usp=sharing)
- [recording](https://zoom.us/rec/share/FR0KhJVyIOqyJ1NANu0iM6iZRYhghRdScAj-8Dga1OM4xyz3wcFAJx_W4vEVQPX5.mZnwv-4bxqgukjFA)

## TAC Voting Members

- [ ] ~~David Zeuthen~~
- [ ] ~~Jaehoon (Ace) Shim~~
- [x] Rolson Quadras
- [x] Pete Cooling
- [x] Stavros Kounis
- [x] Tracy Kuhrt
- [x] Wenjing Chu

## Action Items

- Onboard new projects
- Stephen to update SIG proposal for discussion at next meeting

## Meeting Minutes

- Announcements
- Please see the [OpenWallet Foundation calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/openwalletfoundation) for a list of upcoming meetings
- Please submit any code proposals using the process defined at https://github.com/openwallet-foundation/project-proposals. We will review proposals in the order submitted at a TAC meeting. If you know of any potential projects that might be of interest to the OpenWallet Foundation, please let a staff member know so that they can follow up
- Housekeeping:
- Sept 24th: OpenWallet Foundation Multistakeholder Technical Meeting on the EUDI Wallet
- Wiki has been updated by LFIT and has some final edits this week
- OOTO/Holidays Poll to all TAC members this week
- Linux Foundation Maintainer Survey

- Review action items from [last meeting](./2024-09-04.md#action-items)
- Update the Deliverables lifecycle to include option \#3 and to ensure that this applies to projects too - Tracy - [completed](https://tac.openwallet.foundation/governance/deliverable-lifecycle/)
- Respond to issue on project-proposal repo regarding licensing - Tracy - [completed](https://github.com/openwallet-foundation/project-proposals/issues/41#issuecomment-2329681585)

- Project Proposals
- Stephen Curran presented an [overview of the project proposals and SIGs](https://bit.ly/acapyOWF)
- General question regarding existing dependencies and if moving this project will break those dependencies
- There's really not that much of a risk just simply moving the namespaces from Hyperledger to OpenWallet. There will be challanges, but they are independent of one another. All of the projects are independent and have operated independently for a number of years. Where they come together is in the Aries working group and the interop-profiles, which will hopefully continue under the interoperability special interest group. Each project has more or less separate maintainers.
- [ACA-Py](https://github.com/openwallet-foundation/project-proposals/pull/42)
- **RESOLVED**: That the [ACA-Py (FKA Aries Cloud Agent Python) project proposal](https://github.com/openwallet-foundation/project-proposals/pull/42) is hereby confirmed, approved, and adopted as an Impact project.
- Wenjing motioned; Stavros seconded
- Unanimously approved by the present TAC voting members
- [Askar](https://github.com/openwallet-foundation/project-proposals/pull/44)
- How easy is it to extend to a third database?
- Not sure. SQLx provides the abstraction and that is how it would be extended further, but we have not had anyone add another database. It currently supports SQLlite and Postgres. There has been work to expand it to do things like paging.
- Does this focus more on mobile or server environments?
- This supports both. Used for enterprise data applications as well as Bifold Wallet.
- **RESOLVED**: That the [Askar (FKA Aries Askar) project proposal](https://github.com/openwallet-foundation/project-proposals/pull/43) is hereby confirmed, approved, and adopted as an Impact project.
- Wenjing motioned; Rolson seconded
- Unanimously approved by the present TAC voting members
- [Name TBD - Aries Agent Test Harness](https://github.com/openwallet-foundation/project-proposals/pull/44)
- Have all three projects agreed to come under one umbrella?
- Yes
- Will BC Gov continue to run an instance of the test harness?
- Yes
- **RESOLVED**: That the [TBD (FKA Aries Agent Test Harness) project proposal](https://github.com/openwallet-foundation/project-proposals/pull/44) is hereby confirmed, approved, and adopted as an Growth project.
- Wenjing motioned; Stavros seconded
- Unanimously approved by the present TAC voting members
- [DIDComm Mediator Service](https://github.com/openwallet-foundation/project-proposals/pull/45)
- Will we want the community to run and operate a mediator?
- Indicio is currently running a mediator that is being used by the community. Running software within a foundation will be difficult.
- **RESOLVED**: That the [DIDComm Mediator Service project proposal](https://github.com/openwallet-foundation/project-proposals/pull/45) is hereby confirmed, approved, and adopted as a Growth project.
- Wenjing motioned; Stavros seconded
- Unanimously approved by the present TAC voting members

- SIG Proposal - [Wallet Interoperability](https://github.com/openwallet-foundation/tac/issues/182) - **MOVED TO NEXT MEETING**

- Project Annual Reviews - [SD-JWT Kotlin Annual Review](https://github.com/openwallet-foundation/tac/pull/171) - **MOVED TO NEXT MEETING**

- Open discussion and next steps
- Next TAC Meeting October 2, 2024
- Architecture SIG Update
- VC-API Annual Project Review
- SD-JWT Kotlin Annual Project Review
- Wallet Interoperability SIG Proposal

1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ nav:
- Meetings:
- meetings/index.md
- 2024:
- 2024-09-18: meetings/2024/2024-09-18.md
- 2024-09-04: meetings/2024/2024-09-04.md
- 2024-08-21: meetings/2024/2024-08-21.md
- 2024-08-07: meetings/2024/2024-08-07.md
Expand Down

0 comments on commit e01ae86

Please sign in to comment.