Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: New .NET Foundation Project Application for PromptPlus #306

Open
17 of 18 tasks
FRACerqueira opened this issue Aug 1, 2023 · 2 comments
Open
17 of 18 tasks

Issue: New .NET Foundation Project Application for PromptPlus #306

FRACerqueira opened this issue Aug 1, 2023 · 2 comments
Assignees
Labels
project application project support Use this label to request support for an existing .NET Foundation project

Comments

@FRACerqueira
Copy link

FRACerqueira commented Aug 1, 2023

Project Name

PromptPlus

License

MIT

Contributor

Fernando Cerqueira

Existing OSS Project?

Yes

Source Code URL

https://github.com/FRACerqueira/PromptPlus

Project Homepage URL

https://fracerqueira.github.io/PromptPlus/

Project Transfer Signatories

Description

Interactive command-line toolkit for .Net core with powerful controls and commands to create professional console applications.

Name

Fernando Cerqueira

Email

frcerqueira@live.com

GitHub Profile URL

https://github.com/FRACerqueira

Committers

FRACerqueira

Governance Model

An issue is created describing the proposed code change.
After a review/design process, the maintainers of the project accept the proposed change.
Change is implemented and submitted as a pull request.
Pull request is reviewed and ultimately approved when it aligns with the agreed-upon design and coding/architecture standards of the project.
So far the project has only received sporadic pull requests.

New committers would ideally have made substantial contributions via pull requests which would demonstrate their understanding of the internals of the project, after which they could request contributor status via email.

CLA

  • If already an OSS project, was a Contribution License Agreement in place for contributions accepted?

How does the project check who has signed one?

prompt the user to accept the license when installing the package

CLA Notification Alias

frcerqueira@live.com

Repository Layout

Accept any changes the process of joining the .NET Foundation

Eligibility Criteria

  • The project is built on the .NET platform and/or creates value within the .NET ecosystem.
  • The project produces source code for distribution to the public at no charge.
  • The project's code is easily discoverable and publicly accessible (preferably on GitHub).
  • The project contains a build script that can produce deployable artifacts that are identical to the official deployable artifacts, with the exception of code signing (Exception may be granted for strong name keys, though strongly encouraged to be committed. Exception relies on OSS signing being in the build script for public builds).
  • When applicable, project must use reproducible build settings in its toolchain.
  • The project uses Source Link.
  • The project uses either embedded PDBs or publish symbol packages to NuGet (if applicable).
  • The project code signs their artifacts as appropriate.
  • The project organization has 2FA enabled. Requiring 2FA must be done as part of onboarding if not already enabled.
  • Libraries that are mandatory dependencies of the project are offered under a standard, permissive open source license which has been approved by the .NET Foundation (exceptions include a dependency that is required by the target platform where no alternative open source dependency is available such as the .NET Framework or a hardware specific library).
  • Committers are bound by a Contributor License Agreement (CLA) and/or are willing to embrace the .NET Foundation's CLA when the project becomes a Member.
  • The copyright ownership of everything that the project produces is clearly defined and documented.
  • The project has a public issue tracker where the status of any defect can be easily obtained.
  • The project has a published Security Policy.
  • The project has a home page which provides high level information about its status and purpose.
  • The project has a public communication channel where community members can engage with maintainers.
  • The project has a publicly available location where members can review and contribute to documentation.

PR Plan Summary

No particular PR plan aside from an occasional tweet/article/linkedIn.

Infrastructure Requirements Summary

Vs2022 professional and .net7

Additional Notes

this project is similar to spectre.console and takes advantage of the color engine. This project differs as there are more than 20 controls with many features like: filters, validators, history, suggestions, spinner(19 embeding type and plus custom yours!), colors and styles for control-elements :

  • ascii banner
  • Input text / Secret / AutoComplete with spinner
  • MaskEdit Generic / Only Date / Only Time / DateTime / Number / Currency
  • Calendar with multiple layouts
  • Select and Multi-Select(with group select!)
  • AddTo(Add/Remove) items for text and masked text
  • Wait Keypress with animate spinner
  • Numeric ranger slider with gradient colors
  • Up-Down Numeric Ranger
  • Switch (style on/off)
  • Wait Process (Run background tasks Sequential/Parallel) with elapsed time and spinner
  • Wait Time with countdown and spinner
  • ChartBar with enabled Interaction to switch Type , Legend and order when browsing the charts / Legends.
  • Progress bar with 8 types, gradient colors and spinner
  • Browser File and Folder with multi-select, colors and spinner
  • Treeview hierarchical structures with multi-select and colors

All controls have the same organization:

  • input/filter (except Masked input) using GNU Readline Emacs keyboard shortcuts.
  • Prompt, description and data entry (ever)
  • Extra actions per stage : OnStartControl/OnInputRender/OnTryAcceptInput/OnFinishControl (ever)
  • Tooltips (ever and configurable)
  • Filter by Contains / StartsWith (configurable) (depends on the control)
  • Collection subset items and interations (depends on the control)
  • Page information and page-size(depends on the control)
  • Spinner animmation (depends on the control)
  • Error message (depends on the control and validators)
@FRACerqueira FRACerqueira added project application project support Use this label to request support for an existing .NET Foundation project labels Aug 1, 2023
@FRACerqueira FRACerqueira changed the title Issue: New .NET Foundation Project Application Issue: New .NET Foundation Project Application for PromptPlus Aug 1, 2023
@sbwalker
Copy link
Collaborator

sbwalker commented Aug 7, 2023

@FRACerqueira your project application will be reviewed this week by the Project Committee. It will be evaluated based on the criteria outlined in the Charter - https://github.com/dotnet-foundation/projects

@sbwalker
Copy link
Collaborator

The Project Committee Charter (https://github.com/dotnet-foundation/projects) contains activity criteria which is used to evaluate project applications. At our most recent meeting, it was agreed by the Committee that this project does not currently exhibit activity or adoption metrics at a level which would allow for an application approval- however based on the broad applicability, it will be included in the Seed category for consideration as a Member project in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project application project support Use this label to request support for an existing .NET Foundation project
Projects
None yet
Development

No branches or pull requests

3 participants