ComputerScienceHouse / ComputerScienceHouse/conditional-backend
API: /attendance/house
- 主要語言
- Rust
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
House attendance routes
**5 Routes**
---
**POST** /attendance/house
_accessible to evals director_
Creates a new attendance submission, containing a date and the list of members and whether they attended
---
**GET** /attendance/house/{user}
_accessible to specific user_
Gets every house meeting, and whether the user attended, missed, or was excused.
- Discuss: Use user token to determine user instead of URL param?
---
**GET** /attendance/house
_accessible to evals director_
Gets all house meeting attendances
---
**PUT** /attendance/house/{id}
_accessible to evals director_
Updates a house meeting's attendance
---
**DELETE** /attendance/house/{id}
_accessible to evals director_
Deletes a house meeting's attendance
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Start by locating the attendance API entry points and the existing authentication and persistence patterns for the five /attendance/house routes. Confirm how access for evals directors and users is represented, resolve whether the user token replaces the URL parameter, and verify that creating, listing, updating, and deleting attendance records meet the behaviors described.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- api, backend
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100