Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

設計並實作 Permission 管理功能 #29

Open
s35241607 opened this issue Dec 29, 2024 · 0 comments
Open

設計並實作 Permission 管理功能 #29

s35241607 opened this issue Dec 29, 2024 · 0 comments
Assignees
Labels
backend Related to server-side development, APIs, databases, and business logic implementation. enhancement New feature or request

Comments

@s35241607
Copy link
Owner

Description:
實作權限管理系統,並使權限可以動態分配給角色。此功能需要提供以下功能:

  • 創建、編輯和刪除不同的權限。
  • 允許權限與角色關聯,以控制不同角色的操作範圍。
  • 提供 API 用來檢查使用者是否具有特定權限。
  • 提供使用者介面來管理權限,包括權限的命名、描述和權限設置。

Tasks:

  • 設計 Permission 資料表結構。
  • 提供 API 來創建、更新和刪除權限。
  • 實現角色和權限之間的關聯邏輯。
  • 撰寫單元測試,確保權限管理功能正常運作。
@s35241607 s35241607 moved this to Todo in Lan side project Dec 29, 2024
@s35241607 s35241607 self-assigned this Dec 29, 2024
@s35241607 s35241607 added enhancement New feature or request backend Related to server-side development, APIs, databases, and business logic implementation. labels Dec 29, 2024
@s35241607 s35241607 moved this from Todo to In Progress in Lan side project Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to server-side development, APIs, databases, and business logic implementation. enhancement New feature or request
Projects
Status: In Progress
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant