Liberale-Gamer / liga_mitglieder

Mitgliedersystem der Liberalen Gamer e.V.
GNU General Public License v3.0
2 stars 0 forks source link

Indiv. document upload #64

Open FranziskaSeitz opened 4 years ago

FranziskaSeitz commented 4 years ago

Add function: individual document upload for each member (eg. billing for membership).

marvinruder commented 4 years ago

@Sentexi Any idea on this? The problem is that at the moment, unlike Flask-managed HTML pages, files are accessible for everyone.

Sentexi commented 4 years ago

Check permission and location of uploaded files. I’ll look into it.

Sentexi commented 3 years ago

Possible solution, Create a folder for each member with his member ID, match with urlfor. Enumerate all available filed via Jinja2. Also automatise creation of new folders with creation of a new user. Also possible: Automatic on the fly billing and checking wether payment has been made.