-
Notifications
You must be signed in to change notification settings - Fork 30
Member Registration Form #700
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
Draft
jakubfiala
wants to merge
16
commits into
SuperCoopBerlin:master
Choose a base branch
from
jakubfiala:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
fe9f5eb
member registration form init
jakubfiala cb3da7e
oops
jakubfiala 680df68
more work on member registration
jakubfiala ac43a71
refactor
jakubfiala 9a2f749
more refactor
jakubfiala 8d88451
translations
jakubfiala e697a1f
nicer styling
jakubfiala 648919a
improvements and fixes
jakubfiala 9f7d821
set minimum age
jakubfiala 98dd690
translate 18y message
jakubfiala 16824bb
better translations
jakubfiala 13f022d
remove console.log
jakubfiala 54b1b35
add link to login page
jakubfiala d7afdad
success & error states
jakubfiala d946d73
add first/last name separate fields and preferred language
jakubfiala 7b338fd
backend integration
jakubfiala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| /* tslint:disable */ | ||
| /* eslint-disable */ | ||
| /** | ||
| * | ||
| * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
| * | ||
| * The version of the OpenAPI document: 0.0.0 | ||
| * | ||
| * | ||
| * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
| * https://openapi-generator.tech | ||
| * Do not edit the class manually. | ||
| */ | ||
|
|
||
|
|
||
| /** | ||
| * * `de` - 🇩🇪 Deutsch | ||
| * * `en` - 🇬🇧 English | ||
| * @export | ||
| */ | ||
| export const PreferredLanguageEnum = { | ||
| De: 'de', | ||
| En: 'en' | ||
| } as const; | ||
| export type PreferredLanguageEnum = typeof PreferredLanguageEnum[keyof typeof PreferredLanguageEnum]; | ||
|
|
||
|
|
||
| export function instanceOfPreferredLanguageEnum(value: any): boolean { | ||
| for (const key in PreferredLanguageEnum) { | ||
| if (Object.prototype.hasOwnProperty.call(PreferredLanguageEnum, key)) { | ||
| if (PreferredLanguageEnum[key as keyof typeof PreferredLanguageEnum] === value) { | ||
| return true; | ||
| } | ||
| } | ||
| } | ||
| return false; | ||
| } | ||
|
|
||
| export function PreferredLanguageEnumFromJSON(json: any): PreferredLanguageEnum { | ||
| return PreferredLanguageEnumFromJSONTyped(json, false); | ||
| } | ||
|
|
||
| export function PreferredLanguageEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): PreferredLanguageEnum { | ||
| return json as PreferredLanguageEnum; | ||
| } | ||
|
|
||
| export function PreferredLanguageEnumToJSON(value?: PreferredLanguageEnum | null): any { | ||
| return value as any; | ||
| } | ||
|
|
||
| export function PreferredLanguageEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): PreferredLanguageEnum { | ||
| return value as PreferredLanguageEnum; | ||
| } | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| import { COOP_NAME, COOP_STREET, COOP_PLACE } from "./constants"; | ||
|
|
||
| export default function DataProcessingAgreement() { | ||
| return ( | ||
| <details className="ms-4 mt-2"> | ||
| <summary>Datenschutzerklärung</summary> | ||
| <p> | ||
| Verantwortlich für die Datenverarbeitung ist die {COOP_NAME},{" "} | ||
| {COOP_STREET}, {COOP_PLACE}. Erreichbar unter contact@supercoop.de. Der | ||
| Name, die Anschrift und das Geburtsdatum werden für die Mitgliederliste | ||
| der Genossenschaft benötigt (Art. 6 Absatz 1 c DS-GVO i.V.m. §30 Absatz | ||
| 2 Satz 1 Nr.1 GenG). Über die Adresse oder die E-Mail-Adresse werden Sie | ||
| von der Genossenschaft zu Versammlungen eingeladen (Art. 6 Absatz 1c | ||
| DS-GVO i.V.m §46 Absatz 1 Satz 1 GenG i.V.m. §6 Nr.4 GenG) und im Rahmen | ||
| der Mitgliedschaft über Angebote der Genossenschaft informiert (Art.6 | ||
| Absatz 1 b DS-GVO i.V.m. §1 Absatz 1 GenG i.V.m. der Satzung). Die | ||
| Genossenschaft hat ein berechtigtes Interesse an einer unkomplizierten | ||
| und rechtssicheren Erfüllung ihrer Verbindlichkeiten. Die Bereitstellung | ||
| der personenbezogenen Daten ist gesetzlich bzw. durch die Satzung | ||
| vorgeschrieben, die Nichtbereitstellung hätte zur Folge, dass die | ||
| Mitgliedschaft nicht zustande kommen kann. | ||
| </p> | ||
| <p> | ||
| Die personenbezogenen Daten werden nicht an Dritte weitergeleitet, | ||
| soweit nicht im Einzelfall dafür eine Einwilligung erteilt wird. Wir | ||
| sind allerdings gesetzlich verpflichtet, in einigen Fällen Dritten die | ||
| Einsicht in die personenbezogenen Daten zu gewähren. Das betrifft zum | ||
| Beispiel andere Mitglieder, den gesetzlichen Prüfungsverband oder | ||
| Behörden, insbesondere das Finanzamt. Die Daten werden unterschiedlich | ||
| aufbewahrt: Alle steuerlich relevanten Informationen werden zehn Jahre | ||
| aufbewahrt (§147 AO). Die Daten in der Mitgliederliste (Name und | ||
| Anschrift nach §30 Absatz 2 Satz 1 Nr. 1 GenG) werden auch nach dem | ||
| Ausscheiden nicht gelöscht (§30 Absatz 2 Satz 1 Nr. 3 GenG). Sie haben | ||
| das Recht auf Auskunft seitens des Verantwortlichen über die | ||
| betreffenden personenbezogenen Daten sowie auf Berichtigung oder | ||
| Löschung oder auf Einschränkung der Verarbeitung (soweit dem nicht eine | ||
| gesetzliche Regelung entgegensteht). Auch kann eine Datenübertragung | ||
| angefordert werden, sollte der Unterzeichnende eine Übertragung seiner | ||
| Daten an eine dritte Stelle wünschen. Darüber hinaus haben Sie das Recht | ||
| auf Beschwerde bei einer Aufsichtsbehörde (Landesbeauftragte für | ||
| Datenschutz). | ||
| </p> | ||
| </details> | ||
| ); | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Ideally we'd get those from the backend, probably with an API call on page load.