a2n-seattle / a2n-seattle/rms-app
Add Get APIs
未關閉
idea
- 主要語言
- TypeScript
- 星號
- 1
- 分支
- 1
- 平均合併
- 27 分鐘
- 30 天內合併 PR
- 4
描述
# Why?
**As a** admin
**I want** to be able to more efficiently fetch database records
**So that** I save cost.
Right now on frontend, because of the constraints of retool, we're forced to do a full table scan to fetch things that can be efficiently fetched by `BatchGetItem`.
# What?
Implement the following APIs:
- Expose GetItem as a lambda API to be called.
- Implement similar `GetReservation` and `GetHistory` APIs
# Additional context
Should be 2 different tasks.
1. Implement new `GetReservation` and `GetHistory` APIs
2. Expose `GetItem`, `GetReservation` and `GetHistory` APIs
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。