-
Notifications
You must be signed in to change notification settings - Fork 8
[TILES-V2-4]: reorganise files and update import paths #975
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
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 772 Passed, 0 Skipped, 2m 27.89s Total Time 🔻 Code Coverage Decreases vs Default Branch (1)
|
1794b70
to
82e857d
Compare
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.
lgtm, tested that all existing tiles functions and tests work
Merge activity
|
82e857d
to
1153162
Compare
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.
✅ BugBot reviewed your changes and found no bugs!
BugBot free trial expires on June 9, 2025
You have used $0.00 of your $1.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
Changes
Reorganized table row models by moving them from
/models/dynamodb/table-row
to/models/tiles/dynamodb/table-row
and separated types into a dedicated file.What changed?
/models/dynamodb/table-row
to/models/tiles/dynamodb/table-row
/models/dynamodb/table-row/types.ts
to/models/tiles/types.ts
/models/dynamodb/helpers.ts
to/models/tiles/dynamodb/helpers.ts
How to test?