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

Dailyrec table api middleware #49

Merged
merged 13 commits into from
Jan 16, 2025
Merged

Conversation

angefern
Copy link
Member

Description of Changes

Created daily_records table with id, user_id, and date columns. Implemented API / middleware to ensure a daily record is always present for the current date.

Linked Issue

Closes #32

Additional Comments

User ID is hardcoded for now, will need to update after authentication middleware is in place.

@angefern angefern linked an issue Nov 25, 2024 that may be closed by this pull request
@abedmohammed abedmohammed merged commit bad7354 into main Jan 16, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK-10] Implement Daily Records Table and API Middleware
2 participants