Skip to content

Conversation

@arpandhakal
Copy link
Collaborator

Changes

  • Sorted templates on templates board by createdAt. The rearrangement was caused because of updating redux store on hover.
  • Removed extra line at the top of tempalte detail page.

Testing Criteria

@linear
Copy link

linear bot commented Dec 17, 2025

@vercel
Copy link
Contributor

vercel bot commented Dec 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
tasks-app Ready Ready Preview, Comment Dec 18, 2025 1:37pm

…gn fixes

- Sorted templates on templates board by createdAt. The rearrangement was caused because of updating redux store on hover.
- Removed extra line at the top of tempalte detail page.
…of having separate ones, memoized templats list
…of having separate ones, memoized templats list
Copy link
Collaborator

@rrojan rrojan left a comment

Choose a reason for hiding this comment

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

To nitpick a bit, we shouldn't be making individual util files with individual function names. Instead we should scope util functions to a domain.

E.g. sortByDescendingOrder would belong in a file like tasks.ts

Image

- added manual timestamps for subtasks while creating them from a template with respect to parent templates createdAt.
- this process maintains that the subtasks are created parallely and in order which gives us both performance and ordering.
- found another issue where subtasks creation from templates causes race condition on realtime, causing update events to fire before create events for subtasks, causing duplicate data. Fixed this.
@arpandhakal arpandhakal merged commit 5affa2b into OUT-2807 Dec 18, 2025
2 of 3 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.

4 participants