Place editing
Compare changes
- Martin Mareš authored
+ 80
− 18
@@ -5,9 +5,10 @@ from enum import Enum as PythonEnum, auto
@@ -28,11 +29,24 @@ Base = declarative_base()
@@ -62,16 +76,18 @@ class Place(Base):
@@ -106,12 +122,25 @@ class User(Base):
@@ -143,7 +172,7 @@ class Participant(Base):
@@ -154,14 +183,12 @@ class Participation(Base):
@@ -179,7 +206,7 @@ class Task(Base):
@@ -195,17 +222,17 @@ class UserRole(Base):
@@ -289,3 +316,38 @@ def get_place_parents(place: Place) -> List[Place]: