Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.14 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.14 KB

Logo

Software Quality and Reliability S23 course.

Semester 8 , 4th study-year, Innopolis University

InnoQueue. For this project Android application and Backend for the REST API were developed.

Team

📌 About

  • This application can be used to track household chores for roommates.
  • A user can create a queue and invite his/her roommates.
  • Users complete a queue task one by one in a loop. So, ideally, every roommate should complete a task on each iteration.
  • However, a user can skip a task. Then on the next iteration, he/she will be forced to complete this task twice.
  • Another possibility is to add your progress of a queue task even if it's not your turn. In this situation, you will be skipped on the next loop iteration.
  • The app helps to remind users about to-dos and fairly automate the task distribution between roommates based on their contribution.
  • If it's someone's turn you can "shake" him to remind him about a task by sending a notification.
  • You can track expenses for tasks that require buying something.
  • No registration is needed.

📲 APK

  • You can download the APK file to install and use it on your Android phone. Available on the GitHub releases page
  • or you can download this GitHub project and build it for your favourite platform 🙃.

☎️ iOS

  • For iOS, you can download this GitHub project and build it by yourself.

📊 Repositories