-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Tasks assigned to me view (#9567) #9568
base: main
Are you sure you want to change the base?
Tasks assigned to me view (#9567) #9568
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Added a new 'Tasks assigned to me' table view with filtering for tasks assigned to the current workspace member, and adjusted the position of existing task views.
- Added
/packages/twenty-server/src/engine/workspace-manager/standard-objects-prefill-data/views/tasks-assigned-to-me.ts
with table configuration and 'Me' filter - Modified position of tasks-by-status view from 0 to 1 in
tasks-by-status.view.ts
to accommodate new view - Added tasksAssignedToMeView to view definitions in
seed-view-with-demo-data.ts
- Known issue: Filtering relation fields by 'Me' in Tasks needs fixing
3 file(s) reviewed, 3 comment(s)
Edit PR Review Bot Settings | Greptile
...ver/src/engine/workspace-manager/standard-objects-prefill-data/views/tasks-assigned-to-me.ts
Show resolved
Hide resolved
...ver/src/engine/workspace-manager/standard-objects-prefill-data/views/tasks-assigned-to-me.ts
Show resolved
Hide resolved
...erver/src/engine/workspace-manager/standard-objects-prefill-data/seed-view-with-demo-data.ts
Show resolved
Hide resolved
...ver/src/engine/workspace-manager/standard-objects-prefill-data/views/tasks-assigned-to-me.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @eliasylonen, we will also need an upgrade command for the existing workspaces :)
@charlesBochet Upgrade command works now! Ready for review |
Issue: twentyhq/core-team-issues#154
View is now added.
TODO: Fix filtering a relation field by 'Me' in Tasks.