69eb68a9a4
add UI selector for user ratings (group or own)
...
Allow a user to access their own dataset.
Add a route for admins to give users access to groups.
2021-08-05 15:53:27 +02:00
e2a3f0b6fa
add per user group management
...
Drop the secret from groups, instead set per user access rights to
read or write group information.
2021-08-04 17:32:00 +02:00
14f2395fa6
improve some type annotations
2021-08-04 17:32:00 +02:00
f7913c30c8
add secret to User & add user REST routes
2021-08-04 17:31:59 +02:00
3d5656392e
store error in progress
2021-07-28 23:07:04 +02:00
57cfd8f496
fix lazy init calling default factory
...
If no default factory is set the value is actually some internal
sentinel object (dataclasses._MISSING_VALUE) instead of something falsy
like `None`.
2021-07-27 19:34:28 +02:00
159ffce4b4
add creation timestamp to movies
2021-07-25 18:06:17 +02:00
5514a8d1e1
fix utc datetime generator
...
m(
2021-07-25 18:06:17 +02:00
fe5db535a9
add route to check state of latest IMDb movie import
2021-07-25 18:06:17 +02:00
8d20cc040e
add IMDb vote count to movies
2021-07-25 18:06:17 +02:00
1ad7a79d33
add a Relation type to models to store related model data
...
Any field marked as Relation is ignored by all model operations (like
converting to and from plain form). Fields marked as Relation are
meant to store the actual model data for foreign keys stored on the
model.
2021-07-10 01:34:38 +02:00
75391b1ca2
replace legacy ratings route with group ratings
2021-07-08 09:48:54 +02:00
7dd10f8bc3
add imdb full import mode
2021-06-21 18:54:03 +02:00
b5cb22822e
init with some kind of working prototype
2021-06-15 19:09:21 +02:00