generated from john/python-template
UI slog grinds on
This commit is contained in:
@@ -136,6 +136,7 @@ On submit:
|
||||
2. The system creates the Person record
|
||||
3. The system returns the user to the Person detail page
|
||||
4. The system shows a success message
|
||||
5. If portrait upload is used, the file is stored under uploads/portraits/person and portrait_path is set to that relative file path
|
||||
|
||||
Recommended transactional behavior:
|
||||
1. Person writes are atomic
|
||||
@@ -173,6 +174,7 @@ The Person detail page should show:
|
||||
2. birth and death fields
|
||||
3. biography summary
|
||||
4. related documents list or empty state
|
||||
5. portrait preview resolved from /uploads when portrait_path is a relative path
|
||||
|
||||
### 10.3 Read Empty State
|
||||
|
||||
|
||||
Reference in New Issue
Block a user