{"id":25932550,"url":"https://github.com/igor518/todolist","last_synced_at":"2026-05-12T14:02:55.710Z","repository":{"id":278566539,"uuid":"936050100","full_name":"igor518/todolist","owner":"igor518","description":"Symfony 7 portfolio project. Todo list simple task tracker.","archived":false,"fork":false,"pushed_at":"2025-03-01T00:33:09.000Z","size":75,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:50:27.229Z","etag":null,"topics":["php","storefront","symfony","tasktracker"],"latest_commit_sha":null,"homepage":"https://yourtask.pp.ua/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igor518.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T12:57:31.000Z","updated_at":"2025-03-01T00:33:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"fea41ba6-1363-45c3-9087-bba4e3d3569a","html_url":"https://github.com/igor518/todolist","commit_stats":null,"previous_names":["igor518/todolist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor518%2Ftodolist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor518%2Ftodolist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor518%2Ftodolist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igor518%2Ftodolist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igor518","download_url":"https://codeload.github.com/igor518/todolist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241763765,"owners_count":20016161,"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":["php","storefront","symfony","tasktracker"],"created_at":"2025-03-04T00:38:06.324Z","updated_at":"2026-05-12T14:02:55.706Z","avatar_url":"https://github.com/igor518.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOTaskly - Task Management Application\n\nDOTaskly is a modern task management application built with Symfony and React. It provides an intuitive interface for managing tasks through different states and organizing them in task lists.\n\n## Features\n\n### Task Lists\n- Create and manage multiple task lists\n- Each task list can contain multiple tasks\n- Delete task lists when no longer needed\n- Visual indication of selected task list\n\n### Tasks\n- Create tasks with title, description, progress, and due date\n- Tasks are organized in three status columns:\n  - Open: New tasks ready to be started\n  - In Progress: Tasks currently being worked on\n  - Done: Completed tasks\n- Task Status Management:\n  - Move tasks from \"Open\" to \"In Progress\" using the \"Start\" button\n  - Move tasks from \"In Progress\" to \"Done\" using the \"Done\" button\n  - Stop tasks and move them back to \"Open\" using the \"Stop\" button\n  - Reopen completed tasks using the \"Reopen\" button\n- Visual status indicators with color-coded borders:\n  - Blue for Open tasks\n  - Yellow for In Progress tasks\n  - Green for Done tasks\n- Track task progress percentage\n- Set and display task due dates\n- Delete tasks when they're no longer needed\n\n## Technical Stack\n\n### Backend\n- Symfony 6.x\n- PHP 8.x\n- API Platform for GraphQL API\n- Doctrine ORM for database management\n\n### Frontend\n- React\n- Apollo Client for GraphQL integration\n- Tailwind CSS for styling\n- React Hooks for state management\n\n## Setup\n\n1. Clone the repository:\n```bash\ngit clone [repository-url]\ncd todolist\n```\n\n2. Install PHP dependencies:\n```bash\ncomposer install\n```\n\n3. Install JavaScript dependencies:\n```bash\nyarn install\n```\n\n4. Set up the database:\n```bash\nphp bin/console doctrine:database:create\nphp bin/console doctrine:migrations:migrate\n```\n\n5. Build the frontend assets:\n```bash\nyarn build\n```\n\n6. Start the Symfony development server:\n```bash\nsymfony server:start\n```\n\n## Development\n\n### Frontend Development\nThe React application is located in the `assets/react` directory. Main components:\n- `Dashboard.jsx`: Main application layout and task list management\n- `Task.jsx`: Task display and status management\n- `TaskForm.jsx`: Task creation form\n- `TaskList.jsx`: Task list display and management\n\n### Backend Development\nThe application uses API Platform with GraphQL. Main entities:\n- `Task`: Represents a single task with properties like title, description, status, etc.\n- `TaskList`: Represents a collection of tasks\n- `User`: Handles user management and task ownership\n\n### GraphQL Operations\nThe application supports the following GraphQL operations:\n- Queries:\n  - Get task lists\n  - Get tasks for a specific list\n- Mutations:\n  - Create task list\n  - Create task\n  - Update task status\n  - Delete task\n  - Delete task list\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figor518%2Ftodolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figor518%2Ftodolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figor518%2Ftodolist/lists"}