app,server: Implement selection of household
This commit is contained in:
parent
dd266dccfd
commit
1eb815ada9
8 changed files with 284 additions and 34 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue