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

User's own TodoLists, Timers, & Notes #17

Merged
merged 3 commits into from Mar 25, 2024
Merged

User's own TodoLists, Timers, & Notes #17

merged 3 commits into from Mar 25, 2024

Conversation

jrushlow
Copy link
Member

@jrushlow jrushlow commented Mar 25, 2024

  • consolidates all migrations (requires a fresh database)
  • TodoList, TimeEntry, & Note entities now have a required User $owner constructor property
  • in the dashboard, only items "owned" by the authenticated user are displayed. For unauthenticated users, nothing is displayed.

authentication is required to create a note. Only the note "owner" can view, edit, or remove their notes.
authentication is required to create a timer. Only the timer "owner" can view, start, pause, or remove their timers.
authentication is required to create a todolist. Only the todolist "owner" can view, edit,  or remove their todolists. task ownership is deferred to the todolist owner.

consolidates migrations & other tweaks
@jrushlow jrushlow merged commit 3ab142c into main Mar 25, 2024
6 checks passed
@jrushlow jrushlow deleted the feature/ownership branch March 25, 2024 12:34
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.

None yet

1 participant