Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and Issue model to track problematic layers/services #245

Closed
capooti opened this issue May 23, 2017 · 0 comments
Closed

Add and Issue model to track problematic layers/services #245

capooti opened this issue May 23, 2017 · 0 comments
Assignees
Milestone

Comments

@capooti
Copy link
Contributor

capooti commented May 23, 2017

Create a model named Issue to flag services/layers which have some kind of issues.

Model: Issue

  • issue_type: FK to IssueType model
  • layer/service: GenericForeginKey to a layer or service
  • description: optional text field to provide more information

Model: IssueType

  • description

Both models must be editable and queryable from the Django admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants