Skip to content
liappi edited this page May 1, 2020 · 1 revision

AddMember

This class has been created to try add a user into the flat. There is no API POST method to the back end however the styling and button handler has been created. In the future it may be best to call the APIRequest class and create a method in the APIRequest class to call the back end.

MemberTile

This class is to set up the styling for the tiles for the members page. Receives data from the API as a JSON object in the form below.

NewFlat

This class is used when a user has no flat associated to them and want to create a new flat in the system. This feature is completely functional.

UserDetails

This class has been implemented to obtain the data received as a JSON and it has been styled to show up as a pop up box on the screen when clicking on the member tile. This feature is completely functional.

Future features

  • Deleting members from flat
  • Message board
Clone this wiki locally