From f86240cd620874478f95808100273d4f7a1c0281 Mon Sep 17 00:00:00 2001 From: Aleksei Terin <61239034+Qanpi@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:51:30 +0200 Subject: [PATCH 1/4] added link for data collection info [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e5f55..8017377 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ At the same time, these tournaments were organized through spreadsheets posted o Copa is the product of a year (and counting) of work, combining both front- and back-end technology to produce a single-page application (SPA). It is built on top of the MERN stack, which is a fusion of MongoDB, Express, React and Node. In addition, the application is currently hosted on Azure. For in-depth technical information and guidance on contributing, refer to the wiki. ## copa statement -At Copa, we take privacy and consent very seriously. You can find a disclaimer of what data is collected [here](). In addition, almost all features are opt-in, meaning that you have to consent to publicize your profile, your real name is only visible to the organizer, and so on. Again, the application acts as an _opportunity_ to deeper engage with the tournament, _not a mandate_. +At Copa, we take privacy and consent very seriously. You can find a disclaimer of what data is collected [here](https://github.com/Qanpi/copa/wiki/FAQ#what-data-is-collected-about-me). In addition, almost all features are opt-in, meaning that you have to consent to publicize your profile, your real name is only visible to the organizer, and so on. Again, the application acts as an _opportunity_ to deeper engage with the tournament, _not a mandate_. # Acknowledgements This application would not exist without the unwavering support of the community, and the shoulders of open-source giants upon which Copa resides. From 51f6577943121836393500647391976d01590362 Mon Sep 17 00:00:00 2001 From: Aleksei Terin <61239034+Qanpi@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:53:22 +0200 Subject: [PATCH 2/4] added dots and wiki link [skip ci] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8017377..20cb781 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A few years back, Eero Koskenvesa (SYK alumn) hosted the first niche, futsal-lik At the same time, these tournaments were organized through spreadsheets posted on Instagram, requiring a lot of manual labor to both plan and follow. The mission of the Copa web app is to simplify this process, simultaneously introducing new features and preserving tournament history, _while maintaining the Copa spirit and low-barrier to entry_. ## copa how? -Copa is the product of a year (and counting) of work, combining both front- and back-end technology to produce a single-page application (SPA). It is built on top of the MERN stack, which is a fusion of MongoDB, Express, React and Node. In addition, the application is currently hosted on Azure. For in-depth technical information and guidance on contributing, refer to the wiki. +Copa is the product of a year (and counting) of work, combining both front- and back-end technology to produce a single-page application (SPA). It is built on top of the MERN stack, which is a fusion of MongoDB, Express, React and Node. In addition, the application is currently hosted on Azure. For in-depth technical information and guidance on contributing, refer to [the wiki](https://github.com/Qanpi/copa/wiki). ## copa statement At Copa, we take privacy and consent very seriously. You can find a disclaimer of what data is collected [here](https://github.com/Qanpi/copa/wiki/FAQ#what-data-is-collected-about-me). In addition, almost all features are opt-in, meaning that you have to consent to publicize your profile, your real name is only visible to the organizer, and so on. Again, the application acts as an _opportunity_ to deeper engage with the tournament, _not a mandate_. @@ -35,9 +35,9 @@ At Copa, we take privacy and consent very seriously. You can find a disclaimer o This application would not exist without the unwavering support of the community, and the shoulders of open-source giants upon which Copa resides. ### People -* Urho Heinonen - student council representative; thank you for helping with Finnish translations and outreach -* Jarmo Hurri - CS teacher; thank you for keeping me sane through seemingly endless bugs -* L21i - my class; thank you for helping beta-test Copa to resolve many of the seemingly endless bugs +* Urho Heinonen - student council representative; thank you for helping with Finnish translations and outreach. +* Jarmo Hurri - CS teacher; thank you for keeping me sane through seemingly endless bugs. +* L21i - my class; thank you for helping beta-test Copa to resolve many of the seemingly endless bugs. ### Packages * brackets-manager From b1ae92a501c29a7d51aa7ff8a577f5e08494c38d Mon Sep 17 00:00:00 2001 From: Aleksei Terin <61239034+Qanpi@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:53:53 +0200 Subject: [PATCH 3/4] grammer [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20cb781..0725936 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ And for organizers: ## copa why? A few years back, Eero Koskenvesa (SYK alumn) hosted the first niche, futsal-like tournament, where teams of four battled it out in six minute matches. Copa de Kuutio has since captured the hearts of many in our school (myself included), and typically sees nearly all 600 high school students coming together in a jubilant ceremony. -At the same time, these tournaments were organized through spreadsheets posted on Instagram, requiring a lot of manual labor to both plan and follow. The mission of the Copa web app is to simplify this process, simultaneously introducing new features and preserving tournament history, _while maintaining the Copa spirit and low-barrier to entry_. +At the same time, these tournaments were organized through spreadsheets posted on Instagram, requiring a lot of manual labor to both plan and follow. The mission of the Copa web app is to simplify this process, simultaneously introducing new features and preserving tournament history, _while maintaining the Copa spirit and a low barrier to entry_. ## copa how? Copa is the product of a year (and counting) of work, combining both front- and back-end technology to produce a single-page application (SPA). It is built on top of the MERN stack, which is a fusion of MongoDB, Express, React and Node. In addition, the application is currently hosted on Azure. For in-depth technical information and guidance on contributing, refer to [the wiki](https://github.com/Qanpi/copa/wiki). From 55b9393de8bbe45f7167dacc77e2f4194b052373 Mon Sep 17 00:00:00 2001 From: Aleksei Terin <61239034+Qanpi@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:08:23 +0200 Subject: [PATCH 4/4] added license [skip ci] --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 0725936..24ac1a7 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,24 @@ This application would not exist without the unwavering support of the community and many more acknowledged in package.json... # License +MIT License + +Copyright (c) 2024 Aleksei Terin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.