Skip to content
New issue

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 #45

Open
EmmaTellblom opened this issue Jul 29, 2024 · 1 comment
Open

Add moods to the app #45

EmmaTellblom opened this issue Jul 29, 2024 · 1 comment
Labels
db-issue Issues that requires database changes enhancement New feature or request UI-UX
Milestone

Comments

@EmmaTellblom
Copy link
Owner

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

@EmmaTellblom EmmaTellblom added the enhancement New feature or request label Jul 29, 2024
@EmmaTellblom EmmaTellblom added this to the Version 2.0 milestone Jul 29, 2024
@EmmaTellblom EmmaTellblom added db-issue Issues that requires database changes UI-UX labels Jul 29, 2024
@EmmaTellblom
Copy link
Owner Author

We need to decide on a UI before moving forward with this. Because there are already 3 buttons+FAB. Its getting cluttered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
db-issue Issues that requires database changes enhancement New feature or request UI-UX
Projects
None yet
Development

No branches or pull requests

1 participant