Please enable JavaScript.
Coggle requires JavaScript to display documents.
Goodpos網站 - Coggle Diagram
Goodpos網站
-
後端 (Backend - Django)
-
API 層 (API Layer)
-
-
-
-
認證 (Authentication): Token Authentication (e.g., Simple JWT), Session Authentication
權限 (Permissions): DRF Permissions (IsAuthenticated, IsAdminUser, 自訂權限)
-
過濾與搜尋 (Filtering & Searching): django-filter, DRF SearchFilter
-
-
-
-
-
-
測試 (Testing)
-
單元測試 (Models, Services, Utils)
-