{"id":28816788,"url":"https://github.com/triplee12/manager","last_synced_at":"2026-05-09T02:18:55.159Z","repository":{"id":298672879,"uuid":"1000699964","full_name":"triplee12/manager","owner":"triplee12","description":"REST API for a collaborative task management system","archived":false,"fork":false,"pushed_at":"2025-06-16T18:20:31.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-19T19:10:57.252Z","etag":null,"topics":["fastapi","postgresql","python3","task-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/triplee12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-12T07:31:54.000Z","updated_at":"2025-06-16T18:20:35.000Z","dependencies_parsed_at":"2025-06-12T09:27:02.886Z","dependency_job_id":"891db166-bf86-4b6d-bd9c-2c2870b9a787","html_url":"https://github.com/triplee12/manager","commit_stats":null,"previous_names":["triplee12/manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/triplee12/manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triplee12%2Fmanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triplee12%2Fmanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triplee12%2Fmanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triplee12%2Fmanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/triplee12","download_url":"https://codeload.github.com/triplee12/manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/triplee12%2Fmanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013605,"owners_count":26085389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","postgresql","python3","task-management"],"created_at":"2025-06-18T17:07:01.115Z","updated_at":"2025-10-13T04:04:55.895Z","avatar_url":"https://github.com/triplee12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Challenge: TaskFlow – A Collaborative Task Management API\n\n## Objective\n\nBuild a backend REST API for a collaborative task management system (like a lightweight Asana or Trello clone) using FastAPI and SQL (SQLite or PostgreSQL). The system should support users, teams, projects, tasks, and comments, with appropriate authentication, authorization, and relational design.\n\n## 🗂️ Functional Requirements\n\n### * User Management\n\n* Register new users (with hashed passwords).\n* JWT-based login.\n\n* Role-based access control (admin, member).\n* Team and Project Structure\n\n* Users can create or join teams.\n\n* Teams can have multiple projects.\n* Only team members can access their projects.\n\n### * Tasks\n\n* Each project has multiple tasks with:\n\n    Title, description, status (todo, in_progress, done), due date, priority.\n\n* Assigned user(s) from the same team.\n* Tasks can be filtered by status, assignee, due date range.\n\n* Comments\n* Users can comment on tasks.\n\n* Comments are timestamped and ordered.\n\n### * Activity Log\n\n* Every significant action (create/update/delete task/comment) should be recorded in an activity log per project.\n\n## 🧪 Technical Requirements\n\n* Use FastAPI for the API layer.\n* Use SQLAlchemy ORM with PostgreSQL (preferred) or SQLite.\n\n* Secure endpoints using OAuth2 + JWT.\n* Modular code structure using routers and dependency injection.\n\n* Write at least 5 unit tests using pytest.\n\n### * 🧠 Bonus Requirements (if time allows)\n\n* Add WebSocket endpoint for real-time project activity feed.\n* Add rate limiting per user using a FastAPI middleware.\n\n* Deployable Dockerfile with docker-compose to run the app and DB locally.\n\n## 📦 Deliverables\n\n* Complete FastAPI project code in a GitHub repo (or zipped).\n* API documentation using FastAPI’s OpenAPI auto-docs.\n\n* Sample DB seeding script or test users/tasks for quick testing.\n* (Optional) Postman collection or curl commands to demo endpoints.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriplee12%2Fmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftriplee12%2Fmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftriplee12%2Fmanager/lists"}