{"id":15599850,"url":"https://github.com/akabiru/issue-tracker","last_synced_at":"2025-04-24T07:10:58.032Z","repository":{"id":129239997,"uuid":"50896291","full_name":"akabiru/Issue-Tracker","owner":"akabiru","description":"Issue Tracker web app","archived":false,"fork":false,"pushed_at":"2016-02-05T07:33:38.000Z","size":47,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-23T01:11:19.689Z","etag":null,"topics":["flask","issue-tracker"],"latest_commit_sha":null,"homepage":"https://issues-track.herokuapp.com","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/akabiru.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}},"created_at":"2016-02-02T05:20:14.000Z","updated_at":"2022-05-27T12:48:23.000Z","dependencies_parsed_at":"2023-04-25T16:19:27.907Z","dependency_job_id":null,"html_url":"https://github.com/akabiru/Issue-Tracker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2FIssue-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2FIssue-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2FIssue-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akabiru%2FIssue-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akabiru","download_url":"https://codeload.github.com/akabiru/Issue-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580730,"owners_count":21453536,"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":["flask","issue-tracker"],"created_at":"2024-10-03T02:00:55.069Z","updated_at":"2025-04-24T07:10:58.016Z","avatar_url":"https://github.com/akabiru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Issues version 1.0.0 05/02/2016\n\nHelp users in an organisation track their issues. An intuitive way to track all issues posted\nby a user and the status of the issue.\n\n\n### Install\n`git clone https:github.com/makabby/issue-tracker.git`\n`cd Issue-Tracker`\n`virtualenv venv`\n`source venv/bin/activate`\n`$ pip install -r requirements.text`\n\n### Usage\nInteract with the python shell context already defined.\nMade possible by `make_shell_context()` function.\n```python\ndef make_shell_context():\n    '''Returns application and database instances\n    to the shell importing them automatically\n    on `python manager.py shell`.\n    '''\n    return dict(app=app, db=db, User=User, Role=Role,\n                Department=Department, Issue=Issue)\n```\nInitialise the shell with `Flask-Script` extension  Manager class.\n```python\nmanager.add_command(\"shell\", Shell(make_context=make_shell_context))\nmanager.add_command('db', MigrateCommand)\n```\n\n#### Run\nStart the application with `python manage.py runserver` also made possible by\nthe `Flask-Script` extension.\n\nvisit http:localhost:5000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabiru%2Fissue-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakabiru%2Fissue-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakabiru%2Fissue-tracker/lists"}