Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 767 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 767 Bytes

iOS Clean Architectured App

CI

A client would like a directory app to allow staff to:

  • See all of their colleagues contact details
  • See which rooms in the office are currently occupied.
  • Filter feature written in swiftUI

🔌 Data Source

The API that provides the necessary data is located at https://5dd56c23ce4c300014402e6b.mockapi.io/fake/ and is RESTful with 2 resources:

  • users
  • rooms

Both support GET requests to list the data and also to directly access individual records (the API is read only).

📖 TODO

  • Refactor code
  • Connect SwiftUI feature package to project