CMPUT301F21T04 / Habitize

A Habit tracking application made in Android Studio and Firebase for CMPUT 301
6 stars 2 forks source link

US 02.03.01 Add habit photograph #14

Open sfedykua opened 3 years ago

sfedykua commented 3 years ago

As a doer, I want a habit event to have an optional photograph to record what happened.

Implementation:

ShanemelAsuncion commented 3 years ago

I created the initial version of the AddHabitImage. The functionality of pulling an image from the device's photos. However, it is not yet connected to Firebase. If anyone wanna work on it, you can refer to https://firebase.google.com/docs/storage/android/upload-files! Also maybe try to make it connected with the records also!

ShanemelAsuncion commented 3 years ago

I created the initial version of the AddHabitImage. The functionality of pulling an image from the device's photos. However, it is not yet connected to Firebase. If anyone wanna work on it, you can refer to https://firebase.google.com/docs/storage/android/upload-files! Also maybe try to make it connected with the records also!

I also did the same stuff for adding record image

ShanemelAsuncion commented 3 years ago

Since there is a problem (issue #64 ), the association with habit and the record which contains the image is not established.

ShanemelAsuncion commented 2 years ago

The images are now done and functional. Stan linked it with the habits and the records!