dotnet-foundation / projects

This repository is used for onboarding new projects
113 stars 31 forks source link

Application for decoding Starcraft II Direct Strike Replays and generating statistics to join the .NET Foundation #239

Closed ipax77 closed 1 year ago

ipax77 commented 1 year ago

1.   General Information

Project Name: dsstats - Direct Strike Fan Project

License: AGPL-3.0 license

Contributor (Company, Organization or individual name(s)): Philipp Hetzner (ipax77), Firestorm-253

Existing OSS Project? (Yes/No): Yes

Source Code URL: https://github.com/ipax77/dsstats

Project Homepage URL (if different): https://dsstats.pax77.org/

Project Transfer Signatories: Philipp Hetzner - ph.ilipp@web.de

2.   Description

Direct Strike Fan Project Fan Project for analyzing Starcraft II Direct Strike Replays

3.   Project Governance

Project Lead: Name: Philipp Hetzner Email: ph.ilipp@web.de GitHub Profile URL: https://github.com/ipax77

Committers: GitHub contributors list

Governance Model: CODE_OF_CONDUCT CONTRIBUTING

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? N/A

4.   Repository Layout

GitHub default

5. Eligibility Criteria

6.   PR Plan

We are trying to get the .NET MAUI Blazor app into the Microsoft Store

7.   Infrastructure Requirements

The .NET MAUI Blazor app needs a signing certificate The Website/API part is currently running in a docker container and is using a MySQL Server

8.   Additional Notes

The Project is using the nuget packages pax.BlazorChartJs and s2protocol.NET developed by the Project Lead (both MIT licensed) and currently has ~30 active users. On reddit is a story of how the project started over three years ago.

sbwalker commented 1 year ago

Currently the .NET Foundation only accepts projects which are licensed under permissive open source licenses (this is documented as part of the Project Charter - https://github.com/dotnet-foundation/projects ). This project is available under a GPLV3 license which is a non-permissive license.

ipax77 commented 1 year ago

Thank you for the information