- Filter projects endpoint to return only projects owned by current user - Filter tasks endpoint to return only tasks from current user's projects - Update statistics endpoint to calculate stats scoped to current user's data - Add filtering logic for projects, tasks, and issues based on user ownership - Improve data isolation and security by preventing cross-user data access |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| config.py | ||
| database.py | ||
| members.py | ||
| projects.py | ||
| scan.py | ||
| tasks.py | ||
| users.py | ||