Skip to content

global task board#4351

Open
chpy04 wants to merge 6 commits into
developfrom
task-stuff
Open

global task board#4351
chpy04 wants to merge 6 commits into
developfrom
task-stuff

Conversation

@chpy04

@chpy04 chpy04 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Changes

  • global task board page with all filters & fuzzy search
  • url param saved filter args allow for sharing between users
  • Changed unfinished blocking task error to warning
  • Added filter components with slim query args to reduce endpoint latency (generic for future use. Ideally would replace existing dropdowns with these but can do that as we see them)
  • removed unnecessary query args on tasks to reduce endpoint latency
  • Added slimmer user query arg + transformer for use in task (ideally would also be migrated to many other places in codebase but can be done on case by case basis)
  • task caching bug fixes
  • added saved dashboards on user basis (just saves url)

wbsElement: {
OR: [
{ project: { teams: { some: { teamId: { in: teamIds } } } } },
{ workPackage: { wbsElement: { project: { teams: { some: { teamId: { in: teamIds } } } } } } }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be workPackage: { project: { teams: { ... } } } }
team-filtering on the global board silently drop every work-package task rn

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good comms

Comment thread src/frontend/src/components/dropdowns/AssigneeDropdown.tsx Outdated
Comment thread src/frontend/src/components/dropdowns/CarDropdown.tsx Outdated
Comment thread src/frontend/src/components/dropdowns/TeamDropdown.tsx Outdated
Comment thread src/frontend/src/components/dropdowns/ProjectDropdown.tsx Outdated
Comment thread src/frontend/src/components/dropdowns/WorkPackageDropdown.tsx Outdated
Comment thread src/frontend/src/components/dropdowns/LabelDropdown.tsx Outdated
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.

2 participants