Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fulopkovacs
/
trytanstackdb.com
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
49
Code
Issues
1
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Use fractional indexing for the positions of the todo items
- #20
#20
Merged
fulopkovacs
merged 14 commits into
main
fulopkovacs/trytanstackdb.com:main
from
use-fractional-indexing
fulopkovacs/trytanstackdb.com:use-fractional-indexing
Copy head branch name to clipboard
Dec 20, 2025
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Use fractional indexing for the positions of the todo items
#20
fulopkovacs
merged 14 commits into
main
fulopkovacs/trytanstackdb.com:main
from
use-fractional-indexing
fulopkovacs/trytanstackdb.com:use-fractional-indexing
Copy head branch name to clipboard
Commits
Commits on Dec 19, 2025
Use fractional indexing to reorder todo items
fulopkovacs
committed
f4a603a
View commit details
Copy full SHA for f4a603a
Browse repository at this point
Remove some redundant LOC
fulopkovacs
committed
29972f4
View commit details
Copy full SHA for 29972f4
Browse repository at this point
Update the TODO.md file
fulopkovacs
committed
158a812
View commit details
Copy full SHA for 158a812
Browse repository at this point
Remove the old positioning data from the db schema
fulopkovacs
committed
89d5170
View commit details
Copy full SHA for 89d5170
Browse repository at this point
Update the migration files
fulopkovacs
committed
0c67a7a
View commit details
Copy full SHA for 0c67a7a
Browse repository at this point
Fix some formatting issues
fulopkovacs
committed
5640610
View commit details
Copy full SHA for 5640610
Browse repository at this point
Align TypeScript target with lib setting
fulopkovacs
committed
6226e51
View commit details
Copy full SHA for 6226e51
Browse repository at this point
Use paced mutation with a debounce strategy to fix the issues that come up when the network latency is high
fulopkovacs
committed
449e2c4
View commit details
Copy full SHA for 449e2c4
Browse repository at this point
Rename `maxTodoItemsPerBoard` for clarity
fulopkovacs
committed
39b67fe
View commit details
Copy full SHA for 39b67fe
Browse repository at this point
Remove the any code related to the obsolete project-based way of tracking the positions of todo items
fulopkovacs
committed
66741bc
View commit details
Copy full SHA for 66741bc
Browse repository at this point
Shorten the debounce time
fulopkovacs
committed
138f540
View commit details
Copy full SHA for 138f540
Browse repository at this point
Add a compound index on (boardId, position) for query performance
fulopkovacs
committed
7b84d95
View commit details
Copy full SHA for 7b84d95
Browse repository at this point
Add vertical scroll to the error message in ErrorComponent
fulopkovacs
committed
3c0dc35
View commit details
Copy full SHA for 3c0dc35
Browse repository at this point
Commits on Dec 20, 2025
Increase debounce wait time for todo item updates to 3000ms
fulopkovacs
committed
38052c0
View commit details
Copy full SHA for 38052c0
Browse repository at this point
You can’t perform that action at this time.