Commit graph

29 commits

Author SHA1 Message Date
a46384aa25 writes output file to same directory as input file 2020-03-16 10:45:50 +01:00
tux
3cfb69c1b6 Merge pull request 'refactor-datamodel' (#10) from refactor-datamodel into master 2020-03-14 22:08:55 +00:00
837f7ab905 Merge branch 'master' into refactor-datamodel 2020-03-14 22:17:14 +01:00
tux
3775ff3679 Merge pull request 'address_label' (#3) from address_label into master 2020-03-14 21:08:19 +00:00
d3531342f3 Merge branch 'handle-not-enough-space-exception' into refactor-datamodel 2020-03-14 15:19:44 +01:00
464c74866a data_form: add clear message regarding data changes 2020-03-14 15:16:53 +01:00
52d98488f9 data_form: remove debug output 2020-03-14 15:16:15 +01:00
520edd22aa base_data_model: add address_label composition 2020-03-14 15:12:41 +01:00
028b4b1c72 add empty string for unsed field 2020-03-14 15:12:11 +01:00
029b9c2c22 add __pycache__ to .gitignore 2020-03-14 15:04:07 +01:00
b73b51ee50 use new datamodels in base form 2020-03-14 15:03:53 +01:00
363c710a81 add data models 2020-03-14 15:03:37 +01:00
bc72c079b0 Merge branch 'handle-not-enough-space-exception' into address_label 2020-03-14 13:31:25 +01:00
c9ff14d013 abort program execution on not enough space exception 2020-03-14 13:29:02 +01:00
b25c673055 Merge branch 'master' into address_label 2020-03-14 13:21:03 +01:00
7ed933da9c membership data model in own class 2020-03-14 13:16:36 +01:00
tux
44138e941b Merge pull request 'filename-formatting' (#8) from filename-formatting into master 2020-03-14 12:12:37 +00:00
f37c381fed remove unused import 2020-03-14 13:04:50 +01:00
f15c6a6b75 put full isodate with second precision in filename 2020-03-14 13:03:17 +01:00
51b3dde78e put timestamp after name in filename 2020-03-14 13:02:03 +01:00
715871dfbf change timestamp to iso8601 2020-03-14 12:40:15 +01:00
b23b5abe15 now with utc unix timestamp 2020-03-14 11:01:19 +01:00
bce23cb45c fix formatting issues with multiline string 2020-03-14 10:48:47 +01:00
cf6157a548 cleanup variable names 2020-03-14 10:43:38 +01:00
96b06d33e0 compose address label before saving data 2020-03-14 10:43:03 +01:00
5b2f6c4c7d edit_form: save file with generated filename
edit date + full member name
2020-03-10 16:11:51 +01:00
a76bff6a33 gitignore venv directory 2020-03-10 16:00:38 +01:00
f4ed62748f json schema: flatten dict structure to ease parsing of form entries 2020-03-10 16:00:18 +01:00
b1369f900b initial commit after move from prozesse 2020-03-06 23:37:21 +01:00