We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76044d3 commit 0f6bba8Copy full SHA for 0f6bba8
todos.md
@@ -1,2 +1,3 @@
1
-- [ ] Query to search the total quantity of a product before a specific date (a stock snapshot based on the given date)
2
-- [ ] Run dynamic search queries using Querydsl and return paginated data
+- [x] Query to search the total quantity of a product for a specific date (a stock snapshot based on the given date)
+- [x] Add dependencies for Querydsl usage
3
+- [ ] Implement dynamic queries using Querydsl and return paginated data
0 commit comments