{ "info": { "author": "Tushar Patil", "author_email": "patiltushar80@yahoo.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Bug Tracking" ], "description": "# fsf_2019_screening_task1\n\ndjango-task-manager is pluggable, multi-user, mulyi-team task management\nand assignment application for Django, designed to be used into an existing site as a reusable app.\ndjango-task-manager can be user as personal to-do tracker or team task managment system.\ndjango-task-manager is developed as screening task for felloship from fossee for year 2019.\n\n## Features\n\n* Search\n* Comments on tasks\n* Mobile-friendly\n* Separate view for My Tasks and completed tasks\n\n## Requirements\n\n* Django 2.0+\n* Python 3.6+\n\n# Installation\n\ndjango-task-manager is a Django app, not a project site. It needs a site to live in.\n\nPut fsf_2019_screening_task1/task_manager somewhere on your Python path, or install via pip:\n\n pip install django-task-manager\n\nAdd to your settings:\n\n INSTALLED_APPS = (\n ...\n 'task-manager',\n )\n\nCreate database tables:\n\n python manage.py migrate task_manager\n\nAdd to your URL conf:\n\n\tpath('task-manger/', include('task_manager.urls')),\n\ndjango-task-manager makes use of the Django `messages` system. Make sure you have installed `messages`.\n\n## Running Tests\n\n python manage.py test task_manager\n\n## Overview\n\n1. Team can be created by any authenticated user. User that creates team is the leader of team.\n Leader has permissions to add members to team using their username.\n Lerder can revove team members using the remove button.\n Leader can delete team only if team has no members except leader.\n Only leader is allowed to assign tasks to his team.\n\n2. Any authenticated user can create tasks. Task can be assigned to team he is leading.\n After assigning task to a team, creator can edit the task to assign task to members of team.\n Newly created task is marked as Planned. After a assigned user accepts the task, it is marked as In-Progress.\n Task can be marked as Completed by any assigned user or creator.\n Task can only be edited by creator if task is Planned(if task is In-Progress, assigned users has alreary started working on it, if there are any update comments can be used).\n\n3. Assigned users and team members can comment on task.\n\n4. Task assigned to team wich are not completed are shown on task detail page.\n Tasks whose due date is passed are shown with red background.\n\n5. Tasks assigned to user wich are not completed are shown on my-tasks page.\n Tasks whose due date is passed are shown with red background.\n\n6. Completed tasks can be seen on completed-tasks page.\n\n7. User can search tasks by keyword.\n Tasks wich contain that keyword in title or description are shown to user(Only tasks user is allowed to see are shown)\n\n8. User from another team is not allowed to see or comment on task\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "django-task-manager", "package_url": "https://pypi.org/project/django-task-manager/", "platform": "", "project_url": "https://pypi.org/project/django-task-manager/", "project_urls": null, "release_url": "https://pypi.org/project/django-task-manager/0.1/", "requires_dist": null, "requires_python": "", "summary": "A multi-user, multi-team task management and assignment system for Django.", "version": "0.1" }, "last_serial": 5007554, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "340d034f5ae28d664dd9abf7f11ff8b6", "sha256": "d5c8acae0ec4f4886d00965507f0204a97a0910b82914391d3275e27992485a0" }, "downloads": -1, "filename": "django_task_manager-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "340d034f5ae28d664dd9abf7f11ff8b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29917, "upload_time": "2019-03-30T16:59:02", "url": "https://files.pythonhosted.org/packages/f3/0f/d5c6be19f01d805f5add7cd98ea70ffa8dd5bb3891f2041b78ee306971ad/django_task_manager-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e71ebdea0badf5ccdaf5dbd497f27c9", "sha256": "57bb8ba5297787cea9487d73b8835ae20a4299fe77a3fc1208c2da9c94947e3b" }, "downloads": -1, "filename": "django-task-manager-0.1.tar.gz", "has_sig": false, "md5_digest": "1e71ebdea0badf5ccdaf5dbd497f27c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19654, "upload_time": "2019-03-30T16:59:05", "url": "https://files.pythonhosted.org/packages/7d/fe/b9a2f3e355e8ca0495ed359e265c710e9a6385ba17fdf3516fca73bbb916/django-task-manager-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "340d034f5ae28d664dd9abf7f11ff8b6", "sha256": "d5c8acae0ec4f4886d00965507f0204a97a0910b82914391d3275e27992485a0" }, "downloads": -1, "filename": "django_task_manager-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "340d034f5ae28d664dd9abf7f11ff8b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 29917, "upload_time": "2019-03-30T16:59:02", "url": "https://files.pythonhosted.org/packages/f3/0f/d5c6be19f01d805f5add7cd98ea70ffa8dd5bb3891f2041b78ee306971ad/django_task_manager-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e71ebdea0badf5ccdaf5dbd497f27c9", "sha256": "57bb8ba5297787cea9487d73b8835ae20a4299fe77a3fc1208c2da9c94947e3b" }, "downloads": -1, "filename": "django-task-manager-0.1.tar.gz", "has_sig": false, "md5_digest": "1e71ebdea0badf5ccdaf5dbd497f27c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19654, "upload_time": "2019-03-30T16:59:05", "url": "https://files.pythonhosted.org/packages/7d/fe/b9a2f3e355e8ca0495ed359e265c710e9a6385ba17fdf3516fca73bbb916/django-task-manager-0.1.tar.gz" } ] }