feat(life): require at least one tag for life posts
Update design spec to mandate tag selection Add frontend and backend validation for tag requirement Add localization strings for tag required errors
This commit is contained in:
@@ -486,7 +486,7 @@ export interface DailyChecklistPayload {
|
||||
|
||||
export interface LifePostPayload {
|
||||
body: string;
|
||||
tagIds?: number[];
|
||||
tagIds: number[];
|
||||
}
|
||||
|
||||
export interface LifeCommentPayload {
|
||||
|
||||
Reference in New Issue
Block a user