Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到项目,然后是每个项目的 todolist,然后是每个 todolist 的 todos。我想降低用于您的 api 和我的应用程序的资源。所以我的问题是:我只能从某个日期时间开始更新 todos 吗?PS对不起我的英语
我可以从某个日期时间开始只更新待办事项吗?
仅通过将 created_at 键与所需的日期时间值进行比较来获取完整列表并减少列表。