a2n-seattle / a2n-seattle/rms-app

Add Get APIs

未關閉
#251 3 則留言 0 個 reaction 已指派 1 人 已被 @Turnonac 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。