From 5536e93e1ab5850ca80694b5c55b81b1e3d72556 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:53:09 -0500 Subject: [PATCH 1/3] Initial project template description Signed-off-by: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> --- projects/pydentity-wallet.md | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 projects/pydentity-wallet.md diff --git a/projects/pydentity-wallet.md b/projects/pydentity-wallet.md new file mode 100644 index 0000000..e199d87 --- /dev/null +++ b/projects/pydentity-wallet.md @@ -0,0 +1,53 @@ +# Project Name +PyDentity Wallet + +# Preferred Maturity Level +Labs stage + +# Project Description +The PyDentity Wallet is a Progressive Web Application for providing [acapy](https://github.com/openwallet-foundation/acapy) access to mobile wallet features. + +The wallet provides a frontend for a multitenant acapy instance. + +The app works with iOS and Android and allows users to easily manage an acapy subwallet. + +Whenver possible, it uses existing open standards from W3C, IETF, DIF, and other open standards groups. + +# Alignment with the OpenWallet Foundation Mission +This project aligns with the OWF mission, because it's an open source example implementation of wallet-related open standards and enhances an existing OWF impact project. + +# Code of Conduct +[OpenWallet Foundation code of conduct](https://tac.openwallet.foundation/governance/code-of-conduct/)?_ + +# TAC Sponsor +_Include the name of a sponsor from the TAC, if identified (a sponsor helps mentor projects)._ + +# Project License +Apache 2.0 + +# Source Control +Currently on a private repository, this project will be a new project at OWF and all existing code will be contributed. + +# Issue Tracker +N/A (not applicable), will track issues through the new GH project. + +# External Dependencies +[Tabler](https://github.com/tabler/tabler) ([MIT](https://github.com/tabler/tabler/blob/dev/LICENSE)) +[html5-qrcode](https://github.com/mebjas/html5-qrcode) +Open Sourced Python Packages, managed with poetry (see pyproject.toml) + +# Release Methodology +Will have semantic versionning, published on gh packages. It can be installed natively from a mobile broswer. +Possible to release a version on iOS/Android. + +# Initial Maintainers +- [Patrick St-Louis](https://github.com/PatStLouis) + +# Proposed Project Governance +Follow TAC advice. + +# Financial Sponsorship +None + +# Infrastructure +This will require GitHub Repos with Issues/Bug Tracking, GitHub CI Actions, and mailing list. From bab86d98e81ff97dabec02dced32ac4275869544 Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:42:38 -0400 Subject: [PATCH 2/3] Add PyDentity project Signed-off-by: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> --- projects/pydentity-wallet.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/projects/pydentity-wallet.md b/projects/pydentity-wallet.md index e199d87..1fda36a 100644 --- a/projects/pydentity-wallet.md +++ b/projects/pydentity-wallet.md @@ -5,22 +5,22 @@ PyDentity Wallet Labs stage # Project Description -The PyDentity Wallet is a Progressive Web Application for providing [acapy](https://github.com/openwallet-foundation/acapy) access to mobile wallet features. +The PyDentity Wallet is a Progressive Web Application for providing [acapy](https://github.com/openwallet-foundation/acapy) access to mobile wallet features and browser API access. -The wallet provides a frontend for a multitenant acapy instance. +The wallet provides a frontend for a multitenant acapy instance which can be bound to a local mobile device storage. The app works with iOS and Android and allows users to easily manage an acapy subwallet. Whenver possible, it uses existing open standards from W3C, IETF, DIF, and other open standards groups. # Alignment with the OpenWallet Foundation Mission -This project aligns with the OWF mission, because it's an open source example implementation of wallet-related open standards and enhances an existing OWF impact project. +This project aligns with the OWF mission, because it's an open source implementation of wallet-related open standards and enhances an existing OWF impact project. # Code of Conduct -[OpenWallet Foundation code of conduct](https://tac.openwallet.foundation/governance/code-of-conduct/)?_ +[OpenWallet Foundation code of conduct](https://tac.openwallet.foundation/governance/code-of-conduct/) # TAC Sponsor -_Include the name of a sponsor from the TAC, if identified (a sponsor helps mentor projects)._ +[Stephen Curran](https://github.com/swcurran) # Project License Apache 2.0 @@ -33,8 +33,8 @@ N/A (not applicable), will track issues through the new GH project. # External Dependencies [Tabler](https://github.com/tabler/tabler) ([MIT](https://github.com/tabler/tabler/blob/dev/LICENSE)) -[html5-qrcode](https://github.com/mebjas/html5-qrcode) Open Sourced Python Packages, managed with poetry (see pyproject.toml) +Open Sourced Javascript Libraries # Release Methodology Will have semantic versionning, published on gh packages. It can be installed natively from a mobile broswer. @@ -42,6 +42,9 @@ Possible to release a version on iOS/Android. # Initial Maintainers - [Patrick St-Louis](https://github.com/PatStLouis) +- [Jamie Hale](https://github.com/jamshale) +- [Emiliano Suñé](https://github.com/esune) +- [Lucas O'Neil](https://github.com/loneil) # Proposed Project Governance Follow TAC advice. From 65b4a6f4fd607a97626591a827dbde276920546b Mon Sep 17 00:00:00 2001 From: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> Date: Mon, 10 Mar 2025 08:43:22 -0400 Subject: [PATCH 3/3] Update pydentity-wallet.md Signed-off-by: Patrick St-Louis <43082425+PatStLouis@users.noreply.github.com> --- projects/pydentity-wallet.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/pydentity-wallet.md b/projects/pydentity-wallet.md index 1fda36a..1647fe6 100644 --- a/projects/pydentity-wallet.md +++ b/projects/pydentity-wallet.md @@ -33,7 +33,9 @@ N/A (not applicable), will track issues through the new GH project. # External Dependencies [Tabler](https://github.com/tabler/tabler) ([MIT](https://github.com/tabler/tabler/blob/dev/LICENSE)) + Open Sourced Python Packages, managed with poetry (see pyproject.toml) + Open Sourced Javascript Libraries # Release Methodology