Compare commits
No commits in common. "main" and "add-ago" have entirely different histories.
12
.drone.yml
12
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
|
image: node:18
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: build
|
- name: build
|
||||||
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
|
image: node:18
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
@ -39,14 +39,14 @@ depends_on:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
|
image: node:18
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync@sha256:8f850004f5bf9b3bcb5ce360876a9786f67d3a1f18861084f4252d3d4c5ee3b5
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
hosts: [ "www.wtf-eg.net" ]
|
hosts: [ "www.wtf-eg.net" ]
|
||||||
user: onboarding
|
user: onboarding
|
||||||
@ -55,4 +55,8 @@ steps:
|
|||||||
source: ./dist/
|
source: ./dist/
|
||||||
target: /srv/www/onboarding.wtf-eg.de/
|
target: /srv/www/onboarding.wtf-eg.de/
|
||||||
recursive: true
|
recursive: true
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
|
||||||
|
|
||||||
|
...
|
||||||
|
@ -8,7 +8,7 @@ module.exports = {
|
|||||||
'@vue/standard'
|
'@vue/standard'
|
||||||
],
|
],
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
parser: '@babel/eslint-parser'
|
parser: 'babel-eslint'
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||||
|
31533
package-lock.json
generated
31533
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
35
package.json
35
package.json
@ -8,24 +8,25 @@
|
|||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "5.3.3",
|
"bootstrap": "^5.2.3",
|
||||||
"core-js": "3.40.0",
|
"core-js": "^3.26.1",
|
||||||
"qrcode.vue": "3.6.0",
|
"qrcode.vue": "^3.3.3",
|
||||||
"register-service-worker": "1.7.2",
|
"register-service-worker": "^1.7.2",
|
||||||
"vue": "3.5.13"
|
"vue": "^3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/eslint-parser": "7.26.5",
|
"@vue/cli-plugin-babel": "~4.5.0",
|
||||||
"@vue/cli-plugin-babel": "5.0.8",
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||||
"@vue/cli-plugin-eslint": "5.0.8",
|
"@vue/cli-plugin-pwa": "~4.5.0",
|
||||||
"@vue/cli-plugin-pwa": "5.0.8",
|
"@vue/cli-service": "~4.5.0",
|
||||||
"@vue/cli-service": "5.0.8",
|
"@vue/compiler-sfc": "^3.0.0",
|
||||||
"@vue/compiler-sfc": "3.5.13",
|
"@vue/eslint-config-standard": "^5.1.2",
|
||||||
"@vue/eslint-config-standard": "8.0.1",
|
"babel-eslint": "^10.1.0",
|
||||||
"eslint": "8.57.1",
|
"eslint": "^6.8.0",
|
||||||
"eslint-plugin-import": "2.31.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-n": "17.15.1",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "7.2.1",
|
"eslint-plugin-promise": "^4.3.1",
|
||||||
"eslint-plugin-vue": "9.32.0"
|
"eslint-plugin-standard": "^4.1.0",
|
||||||
|
"eslint-plugin-vue": "^7.20.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:best-practices",
|
|
||||||
"npm:unpublishSafe",
|
|
||||||
":maintainLockFilesWeekly",
|
|
||||||
":pinAllExceptPeerDependencies",
|
|
||||||
":prHourlyLimitNone",
|
|
||||||
":prConcurrentLimitNone",
|
|
||||||
":separateMultipleMajorReleases"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchFileNames": [".drone.yml"],
|
|
||||||
"schedule": ["before 9am on the first day of the month"]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
95
src/App.vue
95
src/App.vue
@ -2,12 +2,12 @@
|
|||||||
<header class="container">
|
<header class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<img src="/img/wtf_logo.svg" style="height: 7rem" alt="Logo der WTF Kooperative eG"/>
|
<img src="/img/wtf_logo.svg" style="height: 7rem" />
|
||||||
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
||||||
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
||||||
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
||||||
<span class="fw-bold">Vorstand:</span> Frank Landgraf, Frank Lanitz<br/>
|
<span class="fw-bold">Vorstand:</span> Markus Klein, Frank Landgraf<br/>
|
||||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Alexander Heidenreich
|
||||||
<p>
|
<p>
|
||||||
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
||||||
>
|
>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
id="confirm_membership"
|
id="confirm_membership"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<label class="form-check-label beantraungs-text" for="confirm_membership">
|
<label class="form-check-label beantraungs-text" for="flexCheckDefault">
|
||||||
Ich beantrage hiermit die Aufnahme in die WTF Kooperative eG,
|
Ich beantrage hiermit die Aufnahme in die WTF Kooperative eG,
|
||||||
bestätige die mir zur Verfügung gestellte <a href="https://wtf-eg.de/dokumente/wtf-satzung.pdf">Satzung</a>
|
bestätige die mir zur Verfügung gestellte <a href="https://wtf-eg.de/dokumente/wtf-satzung.pdf">Satzung</a>
|
||||||
und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a>
|
und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a>
|
||||||
@ -61,37 +61,26 @@
|
|||||||
Höhe von 100 € je Geschäftsanteil, einer einmaligen Aufnahmegebühr
|
Höhe von 100 € je Geschäftsanteil, einer einmaligen Aufnahmegebühr
|
||||||
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 €, selbst
|
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 €, selbst
|
||||||
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
|
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
|
||||||
vorhanden) bzw. <code>Name - Vorname - Geburtsdatum</code> an folgende
|
vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende
|
||||||
Bankverbindung:
|
Bankverbindung:
|
||||||
</label>
|
<table class="table table-striped mt-2">
|
||||||
<table class="table table-striped mt-2">
|
<tr class="no-print">
|
||||||
<tbody>
|
<td>Kontoinhaberin:</td>
|
||||||
<tr class="no-print">
|
<td>WTF Kooperative eG</td>
|
||||||
<td>Kontoinhaberin:</td>
|
</tr>
|
||||||
<td>WTF Kooperative eG</td>
|
<tr>
|
||||||
</tr>
|
<td>IBAN:</td>
|
||||||
<tr>
|
<td><strong>DE67 4476 1534 </strong>2301 4210 00</td>
|
||||||
<td>IBAN:</td>
|
</tr>
|
||||||
<td><strong>DE67 4476 1534 </strong>2301 4210 00</td>
|
<tr class="no-print">
|
||||||
</tr>
|
<td>Bank:</td>
|
||||||
<tr class="no-print">
|
<td>Volksbank in Südwestfalen eG</td>
|
||||||
<td>Bank:</td>
|
</tr>
|
||||||
<td>Volksbank in Südwestfalen eG</td>
|
<tr class="no-print">
|
||||||
</tr>
|
<td>BIC:</td>
|
||||||
<tr class="no-print">
|
<td> GENO DE M1 NRD</td>
|
||||||
<td>BIC:</td>
|
</tr>
|
||||||
<td> GENO DE M1 NRD</td>
|
</table>
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<input
|
|
||||||
class="form-check-input"
|
|
||||||
type="checkbox"
|
|
||||||
v-model="direct_debit"
|
|
||||||
id="direct_debit"
|
|
||||||
/>
|
|
||||||
<label for="direct_debit" class="form-check-label beantraungs-text">
|
|
||||||
Bei erfolgreicher Aufnahme möchte ich künftig meinen Jahresbeitrag per Lastschrift begleichen.
|
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@ -154,7 +143,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="col-6 col-xs-12"
|
class="col-6 col-xs-12"
|
||||||
v-if="membership_type !== membership_type_options[0]"
|
v-if="membership_type != membership_type_options[0]"
|
||||||
>
|
>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
Gesamtanzahl Anteile:
|
Gesamtanzahl Anteile:
|
||||||
@ -205,7 +194,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="col-4 col-xs-12"
|
class="col-4 col-xs-12"
|
||||||
v-if="membership_type !== membership_type_options[0]"
|
v-if="membership_type != membership_type_options[0]"
|
||||||
>
|
>
|
||||||
<label for="membership_number" class="form-label"
|
<label for="membership_number" class="form-label"
|
||||||
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
||||||
@ -431,7 +420,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="pgp" class="form-label">PGP-Fingerprint:*</label>
|
<label for="pgp" class="form-label">PGP:*</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
@ -446,8 +435,8 @@
|
|||||||
deine Interaktion mit der Genossenschaft. Bitte lade Deinen Public-Key
|
deine Interaktion mit der Genossenschaft. Bitte lade Deinen Public-Key
|
||||||
entweder auf übliche Keyserver hoch oder sende ihn uns von genau der
|
entweder auf übliche Keyserver hoch oder sende ihn uns von genau der
|
||||||
angegebenen Mailadresse als Mail-Anhang:
|
angegebenen Mailadresse als Mail-Anhang:
|
||||||
<a href="mailto:member@wtf-eg.de">member@wtf-eg.de</a>. (als Betreff
|
<a href="mailto:office@wtf-eg.de">office@wtf-eg.de</a>. (als Betreff
|
||||||
<code>{{ pubkeyEmailSubject }}</code> angegeben).
|
deinen Nick wie oben angegeben).
|
||||||
</p>
|
</p>
|
||||||
<p class="no-print">
|
<p class="no-print">
|
||||||
Wenn Du noch kein PGP-Key-Paar hast, musst Du Dir eines anlegen. Im
|
Wenn Du noch kein PGP-Key-Paar hast, musst Du Dir eines anlegen. Im
|
||||||
@ -461,7 +450,7 @@
|
|||||||
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
||||||
schwer! :)
|
schwer! :)
|
||||||
</p>
|
</p>
|
||||||
<div class="job_chaos">
|
<wrapper class="job_chaos">
|
||||||
<article class="job_situation">
|
<article class="job_situation">
|
||||||
<h3>Berufliche Situation & Finanzen</h3>
|
<h3>Berufliche Situation & Finanzen</h3>
|
||||||
<label>Ich bin zur Zeit:</label>
|
<label>Ich bin zur Zeit:</label>
|
||||||
@ -597,7 +586,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</wrapper>
|
||||||
<hr class="no-print" />
|
<hr class="no-print" />
|
||||||
<p>
|
<p>
|
||||||
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
||||||
@ -673,7 +662,7 @@ import QrcodeVue from 'qrcode.vue'
|
|||||||
import iso3166Import from '@/assets/iso3166.json'
|
import iso3166Import from '@/assets/iso3166.json'
|
||||||
|
|
||||||
// Internal Component
|
// Internal Component
|
||||||
import Faq from '@/components/TheFaq.vue'
|
import Faq from '@/components/faq'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
@ -683,9 +672,8 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
version: "2024-11-22",
|
version: "2022-11-22",
|
||||||
confirm_membership: false,
|
confirm_membership: false,
|
||||||
direct_debit: false,
|
|
||||||
membership_type_options: [
|
membership_type_options: [
|
||||||
"Neues Mitglied",
|
"Neues Mitglied",
|
||||||
"Bestehendes Mitglied",
|
"Bestehendes Mitglied",
|
||||||
@ -755,7 +743,6 @@ export default {
|
|||||||
pgp: this.pgp,
|
pgp: this.pgp,
|
||||||
chaos_connection: this.chaos_connection.substring(0,200),
|
chaos_connection: this.chaos_connection.substring(0,200),
|
||||||
public_nick: this.public_nick.substring(0,100),
|
public_nick: this.public_nick.substring(0,100),
|
||||||
direct_debit: this.direct_debit,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.status_1) membership.nicht_erwerbstaetig = true;
|
if (this.status_1) membership.nicht_erwerbstaetig = true;
|
||||||
@ -785,9 +772,6 @@ export default {
|
|||||||
return JSON.stringify(membership);
|
return JSON.stringify(membership);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
pubkeyEmailSubject() {
|
|
||||||
return `Aufnahmeantrag ${this.nickname ? this.nickname : '[dein Nickname]'}`
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
onSubmit() {
|
onSubmit() {
|
||||||
@ -799,11 +783,12 @@ export default {
|
|||||||
<style >
|
<style >
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Lato";
|
font-family: "Lato";
|
||||||
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
|
src: url("/fonts/Lato-Regular.eot");
|
||||||
|
src: url("/fonts/Lato-Regular.woff") format("woff"),
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
font-family: 'Lato', 'sans-serif' !important;
|
font-family: 'Lato' !important;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem !important;
|
font-size: 2rem !important;
|
||||||
@ -823,8 +808,8 @@ h1 {
|
|||||||
@media print {
|
@media print {
|
||||||
.container{
|
.container{
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
margin-left: 0 !important;
|
margin-left: none !important;
|
||||||
margin-right: 0 !important;
|
margin-right: none !important;
|
||||||
}
|
}
|
||||||
.main-qr-code{
|
.main-qr-code{
|
||||||
height: 350px !important;
|
height: 350px !important;
|
||||||
@ -840,7 +825,7 @@ h1 {
|
|||||||
font-size: 1.1rem !important;
|
font-size: 1.1rem !important;
|
||||||
}
|
}
|
||||||
.mt-3{
|
.mt-3{
|
||||||
margin-top: 0 !important;
|
margin-top: none !important;
|
||||||
}
|
}
|
||||||
input{
|
input{
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
@ -861,7 +846,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
.chaos_connection,
|
.chaos_connection,
|
||||||
.job_situation {
|
.job_situation {
|
||||||
flex: 1 0 0;
|
flex: 1 0 0%;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,6 +43,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'TheFaq'
|
name: 'Faq'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
@ -1,5 +1,32 @@
|
|||||||
import { unregister } from 'register-service-worker'
|
/* eslint-disable no-console */
|
||||||
|
|
||||||
|
import { register } from 'register-service-worker'
|
||||||
|
|
||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
unregister()
|
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||||
|
ready () {
|
||||||
|
console.log(
|
||||||
|
'App is being served from cache by a service worker.\n' +
|
||||||
|
'For more details, visit https://goo.gl/AFskqB'
|
||||||
|
)
|
||||||
|
},
|
||||||
|
registered () {
|
||||||
|
console.log('Service worker has been registered.')
|
||||||
|
},
|
||||||
|
cached () {
|
||||||
|
console.log('Content has been cached for offline use.')
|
||||||
|
},
|
||||||
|
updatefound () {
|
||||||
|
console.log('New content is downloading.')
|
||||||
|
},
|
||||||
|
updated () {
|
||||||
|
console.log('New content is available; please refresh.')
|
||||||
|
},
|
||||||
|
offline () {
|
||||||
|
console.log('No internet connection found. App is running in offline mode.')
|
||||||
|
},
|
||||||
|
error (error) {
|
||||||
|
console.error('Error during service worker registration:', error)
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user