{"id":29040386,"url":"https://github.com/fahimreza71/task-tracker","last_synced_at":"2026-05-07T04:44:14.317Z","repository":{"id":296808553,"uuid":"994099372","full_name":"fahimreza71/Task-Tracker","owner":"fahimreza71","description":"Task management application built with ASP.NET Core MVC that helps users manage their tasks and to-dos.","archived":false,"fork":false,"pushed_at":"2025-06-26T04:02:53.000Z","size":22058,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T05:18:43.050Z","etag":null,"topics":["asp-net-core-mvc","bootstrap","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","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/fahimreza71.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-01T07:46:01.000Z","updated_at":"2025-06-26T04:02:58.000Z","dependencies_parsed_at":"2025-06-02T16:08:50.312Z","dependency_job_id":null,"html_url":"https://github.com/fahimreza71/Task-Tracker","commit_stats":null,"previous_names":["fahimreza71/task-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fahimreza71/Task-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimreza71%2FTask-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimreza71%2FTask-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimreza71%2FTask-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimreza71%2FTask-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fahimreza71","download_url":"https://codeload.github.com/fahimreza71/Task-Tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fahimreza71%2FTask-Tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262081117,"owners_count":23255662,"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","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":["asp-net-core-mvc","bootstrap","sql-server"],"created_at":"2025-06-26T14:05:07.644Z","updated_at":"2026-05-07T04:44:14.272Z","avatar_url":"https://github.com/fahimreza71.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Tracker\n\nA web-based task tracking application built with ASP.NET Core that helps users manage their tasks and to-dos.\n\n## Tech Stack\n\n- **Frontend**: .NET Core Razor Pages with Bootstrap\n- **Backend**: ASP.NET Core\n- **Database**: MSSQL Server\n- **Design Pattern**: MVC (Model-View-Controller)\n- **ORM**: Entity Framework Core\n- **Framework**: .NET 8.0\n\n## Features\n\n- Secure login and registration using ASP.NET Core Identity\n- Task Management (Add, Update, Delete)\n- Filter tasks by completion status\n- Sort tasks by due date (ascending or descending)\n- Admin can\n  - View all registered users\n  - See all tasks of any user\n  - Edit or delete user's details\n\n## Project Structure\n\n```\nTask-Tracker/\n├── Areas/                  # Areas for Identity\n│   └── Identity/          # Identity related views and pages\n│\n├── Controllers/           # MVC Controllers\n│   ├── HomeController.cs\n│   ├── TasksController.cs\n│   └── AdminController.cs\n│\n├── Data/                  # Database context and configurations\n│   ├── ApplicationDbContext.cs\n│\n├── Interfaces/           # Interface definitions\n│   ├── ITaskService.cs\n|   └── IAdminService.cs\n│\n├── Models/               # Data models\n│   ├── TaskItem.cs      # Task entity model\n│   └── AppUser.cs       # User model extended identity\n│\n├── Services/             # Business logic services\n│   ├── TaskService.cs\n|   └── AdminService.cs\n│\n├── Views/                # MVC Views\n│   ├── Tasks/           # Task-related views\n│   ├── Home/            # Home page views\n│   ├── Admin/           # Admin panel views\n│   ├── Shared/          # Shared layouts and partials\n│   ├── _ViewStart.cshtml\n│   └── _ViewImports.cshtml\n│\n├── wwwroot/             # Static files\n├── Migrations/          # Database migrations\n├── Program.cs          # Application entry point\n├── appsettings.json    # Application settings\n└── TaskTracker.csproj  # Project file\n```\n\n## Setup Instructions\n\n### Prerequisites\n1. .NET 8.0 SDK\n2. SQL Server 2019 or later\n4. Visual Studio 2022 or VS Code\n\n### Clone this repository\n```bash\n   git clone https://github.com/fahimreza71/Task-Tracker.git\n```\n\n### Database Setup\n1. Update connection string in `appsettings.json`:\n   ```json\n   {\n     \"ConnectionStrings\": {\n       \"DefaultConnection\": \"Server=YOUR-SERVER-NAME;Database=TaskTrackerDB;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=true\"\n     }\n   }\n   ```\n2. Run migrations:\n   ```bash\n   dotnet ef database update\n   ```\n\n### Development Setup\n\n```bash\n# Restore dependencies\ndotnet restore\n\n# Build \u0026 Run\ndotnet build\ndotnet run\n```\n\n## Known Issues and Incomplete Features\n\n1. **Incomplete CSS**\n   - Current styling is basic and needs improvement\n   - Responsive design needs enhancement\n\n3. **Real-time Updates**\n   - Currently requires page reload for updates\n   - Could implement real-time changes using JavaScript\n\n4. **Identity Features**\n   - Login/registration \u0026 Role-based authorization implemented\n   - Potential improvements:\n     - Social media authentication\n     - Two-factor authentication\n     - Password recovery\n     - User profile management\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimreza71%2Ftask-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffahimreza71%2Ftask-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffahimreza71%2Ftask-tracker/lists"}