-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
feature(admin): fundraising campaign #712
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Visit the preview URL for this PR (updated for commit b7c2df7): https://si-admin-staging--pr712-ahee-campaign-model-2uvezsf8.web.app (expires Fri, 02 Feb 2024 13:15:57 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: b7b0969384059dce6ea8fad1ee1d1737e54e6676 |
title: string; | ||
description: string; | ||
amount_collected_chf: number; // automatically updated by incoming payments. | ||
goal?: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would be the amount in CHF, right? For clarity, I would name it goal_chf
then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I would have thought in the currency of the currency referenced below.
So that we can display round numbers on the website. The detail page of a campaign would be a fixed currency. Wdyt?
Cool stuff!😊 |
Even though the risk of misuse is unlikely, I think it's a good idea to play it safe by adding some standard clauses in a simple and easy-to-understand format. I recommend including these clauses directly in the existing legal terms (https://socialincome.org/en/ch/terms-and-conditions). We wanted to unify anyway all legal texts ( Good for you? If yes I would do this in another PR and you can just link to the (future) site .../legal. Proposal for the 5 Clauses for Private Fundraisers:
|
@andrashee the fundraiser terms are online and can be linked: https://socialincome.org/en/ch/legal/fundraisers Thx 🙏. @DarkMenacer for the great work |
Basic data model to enable the creation and an administration of fundraising campaigns.
Tasks to be done to support that users can create their own fundraising campaigns (e.g. for birthdays, weddings, ...):
amount_collected_chf
of associated campaignOut of scope for now: