app,server: Implement selection of household

This commit is contained in:
traxys 2023-05-29 15:35:30 +02:00
parent dd266dccfd
commit 1eb815ada9
8 changed files with 284 additions and 34 deletions

View file

@ -17,7 +17,7 @@ pub struct LoginResponse {
#[derive(Serialize, Deserialize)]
pub struct EmptyResponse {}
#[derive(Serialize, Deserialize)]
#[derive(Serialize, Deserialize, Clone)]
pub struct Household {
pub name: String,
pub members: Vec<Uuid>,