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

Store events in local database #14

Open
MsZoezo opened this issue May 14, 2024 · 2 comments
Open

Store events in local database #14

MsZoezo opened this issue May 14, 2024 · 2 comments
Labels
enhancement New feature or request Priority: High This must be completed for the app to be functional
Milestone

Comments

@MsZoezo
Copy link
Owner

MsZoezo commented May 14, 2024

What is the Problem?

Without a database we can't store events.

Why is This a Problem?

The user expects their events to be saved for the next time they use the app, if they were lost it would be one hell of a lousy calendar.

How do We Fix it?

We'll add a database to our rust backend with a schema for events.

@MsZoezo MsZoezo added enhancement New feature or request Priority: High This must be completed for the app to be functional labels May 14, 2024
@MsZoezo MsZoezo added this to the MVP milestone May 14, 2024
@MsZoezo
Copy link
Owner Author

MsZoezo commented May 14, 2024

TODO: figure out library to use, database provider & what our schema should look like

@MsZoezo
Copy link
Owner Author

MsZoezo commented May 14, 2024

@BetOnJeanette I feel like we should give Diesel a try in combination with a sqlite database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: High This must be completed for the app to be functional
Projects
None yet
Development

No branches or pull requests

1 participant