Skip to content

Commit c3686f7

Browse files
committed
Merge branch 'master' of https://github.com/a93a/Qwez
2 parents 09520cb + 6e9a8e8 commit c3686f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Qwez
22

33
## What is Qwez?
4-
Qwez is a questionare app! Here's what you can do:
4+
Qwez is a questionare app! Here's the features & what you can do within the app:
55
- Create an account
66
- Log in and log out
77
- Change user password, email, and profile photo.
88
- Choose a category & difficulty and get 10 questions. You can now answer these to score points! But hurry up, there is a timer.
9-
- See a global highscore of all users (incl. your own). You can see how you compare to other players.
9+
- See a global highscore of all users (incl. your own). You can see how you compare to other players.
10+
- 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.
1011

1112
## Modernisation
1213
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:
@@ -17,7 +18,7 @@ This App is currently going through a modernisation process to change outdated c
1718
- :white_square_button: Migrate from RxBus
1819
- :white_square_button: Redesign the UI elements
1920
- :white_square_button: Migrate to Hilt
20-
21+
- :white_square_button: Migrate to Datastore
2122

2223
## OBS OBS OBS!!
2324
- 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

0 commit comments

Comments
 (0)