We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add moods to the app.
Let user add moods to dates in the calendar.
UI is not decided yet (dont want to have more buttons, should we include this in the symptoms button?)
Database changes; ADD: moods table ADD: moods_dates table ADD: default moods UPD: onCreate+OnUpdate UPD: database version
Database scheme - moods: id name active
Database scheme - moods_dates: id date mood_id
Dialog to activate/inactivate moods
The text was updated successfully, but these errors were encountered:
We need to decide on a UI before moving forward with this. Because there are already 3 buttons+FAB. Its getting cluttered.
Sorry, something went wrong.
No branches or pull requests
Add moods to the app.
Let user add moods to dates in the calendar.
UI is not decided yet (dont want to have more buttons, should we include this in the symptoms button?)
Database changes;
ADD: moods table
ADD: moods_dates table
ADD: default moods
UPD: onCreate+OnUpdate
UPD: database version
Database scheme - moods:
id
name
active
Database scheme - moods_dates:
id
date
mood_id
Dialog to activate/inactivate moods
The text was updated successfully, but these errors were encountered: