{"id":25609816,"url":"https://github.com/b4oody/task-track-manager","last_synced_at":"2026-06-29T10:32:11.739Z","repository":{"id":261130903,"uuid":"882847112","full_name":"b4oody/task-track-manager","owner":"b4oody","description":"This project is a Task Management System designed for an IT company to streamline team collaboration and organize workflows efficiently. Built with a Japanese minimalist design style, the system offers a clean and intuitive interface that enhances productivity and team alignment.","archived":false,"fork":false,"pushed_at":"2024-12-19T23:41:50.000Z","size":8199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T21:58:34.240Z","etag":null,"topics":["delploy","django","django-project","html-css","portfolio-project","postgresql","python3","sqlite3","task-tracker-manager","webapp"],"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/b4oody.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}},"created_at":"2024-11-03T22:43:13.000Z","updated_at":"2024-12-31T21:06:10.000Z","dependencies_parsed_at":"2024-12-16T02:30:03.785Z","dependency_job_id":"3d2f9f3d-1aee-4ba4-823c-e6fc5d1ab982","html_url":"https://github.com/b4oody/task-track-manager","commit_stats":null,"previous_names":["b4oody/task-track-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b4oody/task-track-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4oody%2Ftask-track-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4oody%2Ftask-track-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4oody%2Ftask-track-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4oody%2Ftask-track-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b4oody","download_url":"https://codeload.github.com/b4oody/task-track-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b4oody%2Ftask-track-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34923763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":["delploy","django","django-project","html-css","portfolio-project","postgresql","python3","sqlite3","task-tracker-manager","webapp"],"created_at":"2025-02-21T21:58:41.975Z","updated_at":"2026-06-29T10:32:11.710Z","avatar_url":"https://github.com/b4oody.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager\n\nTask Manager is a simple web application for task management. The app allows users to create, edit, delete tasks, work with teams, projects, and organize workflows.\n\n\n## 🖥️ Deployment\n\nThe project is deployed on **Render**.\n\n```https://task-track-manager.onrender.com/```\n\nPre-configured account for login:\n- 🔑 **Login**: `admin`\n- 🔒 **Password**: `Qw$rty123`\nAlternatively, you can **register a new account**.\n\n   ⚠️ Important Information\n      Please note that the website may experience downtime or instability due to issues with the hosting provider. \n      We are working diligently to ensure stable operation and apologize for any inconvenience caused.\n\n## 🚀 Technologies\nThe project is built using:\n- 🐍 **Backend**: Python + Django\n- 🗄️ **Database**: SQLite (local), PostgreSQL (server)\n- 🌐 **Frontend**: HTML, CSS\n- 🔄 **Version Control**: Git\n- 🚀 **Deployment**: Render\n\n## 🔑 Core Logic and Features\n\n- 🔐 **Authentication and Authorization**: Registration, login, password change, and reset via SMTP (Google).\n- 👤 **User Profile**:\n  - 📊 View productivity statistics: number of active tasks, projects, and completed tasks.\n  - ✏️ Edit personal information, change password, and logout.\n  - ➕ Create new teams, projects, and tasks.\n\n- 👥 **Teams**:\n  - 📋 **Team List**: View all user-associated teams.\n  - 🔍 **Team Details**:\n    - 🛠️ Edit team information.\n    - ➕ Add and ❌ remove team members.\n    - 📁 Create projects for the team.\n\n- 📁 **Projects**:\n  - 📋 **Project List**: Filter by status, create, and edit projects.\n  - 🔍 **Project Details**:\n    - 📊 View project tasks.\n    - ➕ Add new tasks.\n    - 🛠️ Edit and ❌ delete project tasks.\n\n- ✅ **Tasks**:\n  - 📋 **Task List**: Filter tasks by status, priority, team, and deadlines.\n  - 🔍 **Task Details**:\n    - 📝 View task status, priority, deadline, and description.\n    - 👤 Assign task executors.\n    - 💬 Add and ❌ delete comments.\n\n## 🧩 Database Structure\n\nMain tables:\n- 👤 **Worker**: system users (based on AbstractUser).\n- 🏷️ **Position**: user role in a team.\n- 👥 **Team**: teams with associated members.\n- 📁 **Project**: projects related to teams.\n- ✅ **Task**: tasks with descriptions, priorities, deadlines, and assignees.\n- 💬 **Commentary**: comments for tasks.\n- 🔖 **TaskType**: task types for categorization.\n\n![Database Structure](interface_picture/db.png)\n\n## 📦 Installation\n\nTo run the project locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/your-username/task-manager.git\n   cd task-manager\n   ```\n\n2. **Create a virtual environment**:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # For Linux/Mac\n   venv\\Scripts\\activate    # For Windows\n   ```\n\n3. **Install dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Configure environment**: Create an `.env` file for configuration.\n   ```bash\n   # DB\n    POSTGRES_DB=\u003cdb_name\u003e                     # Name of the Postgres database\n    POSTGRES_DB_PORT=\u003cdb_port\u003e                # Port of the Postgres database\n    POSTGRES_USER=\u003cdb_user\u003e                   # Postgres database username\n    POSTGRES_PASSWORD=\u003cdb_password\u003e           # Postgres database password\n    POSTGRES_HOST=\u003cdb_host\u003e                   # Host for the Postgres database\n    \n    # If you do not wish to use Postgres, you can skip these fields and the application will use SQLite by default.\n    \n    # Django\n    SECRET_KEY=\u003csecret_key\u003e                   # Mandatory: Secret key for Django\n    DJANGO_SETTINGS_MODULE=\u003cproject.settings.prod/dev\u003e  # Mandatory: Specify production or development settings\n    RENDER_EXTERNAL_HOSTNAME=\u003cdomain\u003e         # Optional: Domain name for external rendering\n    \n    # Django SMTP\n    EMAIL_HOST_USER_SMPT=\u003cadmin@gmail.com\u003e    # Optional: SMTP email address for admin\n    EMAIL_HOST_PASSWORD_SMPT=\u003cpassword\u003e       # Optional: SMTP email password\n   ```\n    **Note:**\n    - If POSTGRES_DB and related fields are not set, the project will fall back to using SQLite as the default database.\n    - If EMAIL_HOST_USER_SMPT and EMAIL_HOST_PASSWORD_SMPT are not set, the website will still work, but password reset functionality will be disabled.\n    - The SECRET_KEY and DJANGO_SETTINGS_MODULE are mandatory and must be provided for the application to run.\n\n5. **Load database data** (if needed):\n   ```bash\n   python manage.py loaddata dump.json\n   ```\n   - Data is taken from the `fixture_data.json` file in the root directory.\n\n6. **Run the server**:\n   ```bash\n   python manage.py runserver\n   ```\n\n7. **Open the application**:\n   - The server will run at `http://127.0.0.1:8000`\n\n\n## 🧩 Project Structure\n\n```\nproject-root/\n├── task_tracker_manager/  # Django configurations (urls, settings)\n├── taskhub/               # Application logic (models, views, utils)\n│   ├── migrations/        # Database migrations\n│   ├── management/        # Custom Django commands\n│   │   ├── commands/      # Fixture loading commands\n│   │       ├── load_fixture.py\n│   ├── admin.py           # Admin panel\n│   ├── apps.py            # App configuration\n│   ├── context_processors.py # Context processors\n│   ├── form.py            # Forms\n│   ├── models.py          # Database models\n│   ├── tests.py           # Testing\n│   ├── urls.py            # URL routing\n│   ├── utils.py           # Helper functions\n│   ├── views.py           # Request handlers\n├── templates/             # HTML templates\n├── static/                # CSS and static files\n├── fixture_data.json      # Database fixture data\n├── manage.py              # Django CLI\n├── db.sqlite3             # Local SQLite database\n├── requirements.txt       # Dependencies\n├── .env                   # Environment variables\n└── README.md              # Project description\n```\n\n## 🖼️ User Interface\n\n### Welcome Page\n![Welcome Page](interface_picture/welcome-page.png)\n\n\n\n### User Profile\n![Profile Page](interface_picture/profile-page.png)\n\n### Update Profile\n![Profile Update](interface_picture/profile-update.png)\n\n\n\n### List of Teams\n![Teams List Page](interface_picture/teams-list-page.png)\n\n### Detail Team\n![Team Detail](interface_picture/team-detail.png)\n\n### Update Team\n![Team Profile](interface_picture/team-update.png)\n\n\n\n### List of Projects\n![Projects List Page](interface_picture/projects-list-page.png)\n\n### Detail Project\n![Project Detail](interface_picture/project-detail.png)\n\n### Update Project\n![Project Update](interface_picture/project-update.png)\n\n\n### List of Tasks\n![Tasks List Page](interface_picture/tasks-list-page.png)\n\n### Detail Task\n![Task Detail](interface_picture/task-detail.png)\n\n### Update Task\n![Task Update](interface_picture/task-update.png)\n\n\n\n\n\n## 👤 Author\n**Vladyslav Rymarchuk**  \n[GitHub](https://github.com/b4oody/) | [LinkedIn](https://www.linkedin.com/in/%D0%B2%D0%BB%D0%B0%D0%B4%D0%B8%D1%81%D0%BB%D0%B0%D0%B2-%D1%80%D0%B8%D0%BC%D0%B0%D1%80%D1%87%D1%83%D0%BA-aa62a4202/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4oody%2Ftask-track-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb4oody%2Ftask-track-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb4oody%2Ftask-track-manager/lists"}