Commit graph

33 commits

Author SHA1 Message Date
bronsen
848322f1d1 [test codestyle] shorten variable name for intentional similarity 2025-03-17 18:34:43 +01:00
bronsen
719d4254b2 [collector] ensure model manager retrieves newest Teil first
closes: 
2025-03-17 18:16:16 +01:00
bronsen
bcf6dff1b0 [tests,dependencies] capture logs with help from structlog and forget about logot
Closes 
2025-03-17 17:53:34 +01:00
bronsen
cd693e6014 [tests] WIP
re 
2025-03-15 23:15:46 +01:00
bronsen
a0a2b1ea53 [codestyle] rename variable 2025-03-15 22:48:43 +01:00
bronsen
7c825e15cf [test] widen scope of random-name fixture 2025-03-15 22:33:14 +01:00
bronsen
16503bea7a [codestyle] add type hint to fixture, indicating it is a function that we need to call 2025-03-15 22:30:34 +01:00
bronsen
246c22ce39 [codestyle] shortly explain why we wrap .create() in a transaction 2025-03-15 22:28:46 +01:00
bronsen
aa5d19c5e5 [collector] ensure endpoint only accepts POST requests 2025-03-15 22:26:36 +01:00
bronsen
4605dedc69 [codestyle] compact test functions a little bit 2025-03-15 22:26:01 +01:00
bronsen
051f0b964e [test] add new fixture to generate random strings of given length 2025-03-15 22:25:13 +01:00
bronsen
86ccdd58ee [logs] set up and use structlog in our app 2025-03-15 21:57:13 +01:00
bronsen
41a8cb5836 [collector] templates now render html5
closes 
2025-03-15 13:28:41 +01:00
bronsen
3cd0aa3932 [collector] rename Views and urls 2025-03-15 13:28:41 +01:00
bronsen
5bd66aeae8 [collector views] prominently display Teil number 2025-03-13 20:08:54 +01:00
bronsen
b69b65a6fa [collector admin] massively improve usability of the TeileAdmin 2025-03-13 19:17:28 +01:00
bronsen
90f23d1e1f [collector templates] remove broken form from detail.html 2025-03-13 19:17:09 +01:00
bronsen
6386d25fff [collector views] switch some views to class-based ones 2025-03-13 19:03:57 +01:00
bronsen
59596f3064 [collector views] wrap attempt to create a new Teil in a transaction 2025-03-13 18:42:14 +01:00
bronsen
f1ab7afb6f [tests] Ensure it is ok the enter the same name twice 2025-03-13 18:41:20 +01:00
bronsen
819bbfc7d9 [tests] use hypothesis to generate test data 2025-03-13 18:13:41 +01:00
bronsen
1f100d329b [pytest] create session-scoped django.test.Client fixture 2025-03-13 18:13:16 +01:00
bronsen
55be0c8370 [tests] Ensure new Teil is entered into the DB 2025-03-13 17:45:01 +01:00
bronsen
3edd39f013 [collector view] emit warning log when a Teil aready existed 2025-03-13 17:43:46 +01:00
bronsen
27c9a3a35b [collector] can now collect Teile and list them
If a newly entered Teil already exists, we ignore that and do nothing.

"name" could become a primary key...
2025-03-13 16:32:31 +01:00
bronsen
1870d50ccf [collector admin] register Teil model in admin 2025-03-12 23:52:36 +01:00
bronsen
6214610edc [collector view] rudimentary implementation of list and detail view 2025-03-12 23:52:18 +01:00
bronsen
15279ee99c [collector] rename model to singular form, but provide verbose_name* in Meta 2025-03-12 23:11:58 +01:00
bronsen
77c67c637c [collector model] implement __str__() 2025-03-12 23:00:48 +01:00
bronsen
67a4063a21 [collector model] add prefix to name of index 2025-03-12 22:55:48 +01:00
bronsen
ac4bf13d1b [collector] make the app a package 2025-03-12 22:33:24 +01:00
bronsen
67bb3e0777 [collector] create initial model and migration 2025-03-12 22:32:06 +01:00
bronsen
592b84625e [collector] start the app that will collect parts data 2025-03-12 21:17:08 +01:00