From 55ccd1c6e597d14b2985c1bab9ba4e1377aeded4 Mon Sep 17 00:00:00 2001 From: Ali Date: Tue, 6 Feb 2024 18:01:05 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd2755a..aa9fe6a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # Qwez ## What is Qwez? -Qwez is a questionare app! Here's what you can do: +Qwez is a questionare app! Here's the features & what you can do within the app: - Create an account - Log in and log out - Change user password, email, and profile photo. - Choose a category & difficulty and get 10 questions. You can now answer these to score points! But hurry up, there is a timer. -- See a global highscore of all users (incl. your own). You can see how you compare to other players. +- See a global highscore of all users (incl. your own). You can see how you compare to other players. +- The app uses Firebase for user authenticaion, storage (user profile photos) and maintaining highscores. When you create an account, log in, log out or delete an account it is all taken care of by Firebase. Photos are uploaded to Firebase storage, and access from there. ## Modernisation This App is currently going through a modernisation process to change outdated components to modern, while still being written in Java (Mostly). Here is a TODO list of changes: From 6e9a8e8709df8825ea8ad6c78b31476baa8dac58 Mon Sep 17 00:00:00 2001 From: Ali Date: Wed, 7 Feb 2024 12:34:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9fe6a..1f6f0f9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This App is currently going through a modernisation process to change outdated c - :white_square_button: Migrate from RxBus - :white_square_button: Redesign the UI elements - :white_square_button: Migrate to Hilt - +- :white_square_button: Migrate to Datastore ## OBS OBS OBS!! - Please beware that Interactors (=Use cases) does perform a bit of "server-side" code!! This is because not having access to some of the paid-for features from Firebase (function triggers, etc). I did have to put some of the server side code in