Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Housemember Class: To-Do Functions #7

Closed
mcfaulky opened this issue Oct 12, 2016 · 0 comments
Closed

Housemember Class: To-Do Functions #7

mcfaulky opened this issue Oct 12, 2016 · 0 comments
Assignees

Comments

@mcfaulky
Copy link
Collaborator

   public void deleteAccount() {

    //TODO : Delete account from server`

} Delete account by finding account data (by ID) on the Server and clearing it, will also logout()

public logout() {

    //TODO : logout from user account

} Logout from your account by ... clearing housemember object? Interacting with server?

public joinHousehold() {

    //TODO : Join a certain household

} Join a Household by searching for its ID value and then setting the current_household member data

public leaveHousehold() {

    //TODO : Leave a certain household

} Leave a household by clearing current_houshold member data
@mcfaulky mcfaulky self-assigned this Oct 12, 2016
@porowns porowns closed this as completed Nov 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants