salhanyf / iSeat-COEN390

Team project - Android app that uses a sensor.
3 stars 1 forks source link

Add room dialog fragment #49

Closed SamsonKaller closed 2 years ago

SamsonKaller commented 2 years ago

Adding a new room is now possible for any signed-in user, we can implement admin-only block later.

Rooms created by all users appear in the RoomList activity, and Rooms created by signed in user appears in Admin Rooms activity.

Each user can add/remove sensors to rooms they have created.

Removing room feature coming next.

WARNING: This merge has many changes, some to Arduino code and some to structure of Firebase data. Make sure to re-upload updated arduino code to boards for testing