-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Improve (normalize) DB structure for Bug model #320
Milestone
Comments
atodorov
added a commit
that referenced
this issue
Aug 12, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Aug 14, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Aug 16, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Aug 21, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Aug 21, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Aug 27, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Aug 28, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Sep 3, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Sep 4, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Sep 13, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Sep 15, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Sep 18, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
atodorov
added a commit
that referenced
this issue
Sep 19, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes #320
SvetlomirBalevski
pushed a commit
to SvetlomirBalevski/Kiwi
that referenced
this issue
Sep 24, 2019
tracking bugs will be performed linking to their URLs instead of keeping a reference to their ID and trying to construct the URL on the fly. Obsoletes kiwitcms#320
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ATM Bug model is not normalized. It can happen to have duplicated bug_id for different case runs. It makes report like "show all the bugs" a bit more complicated because one will need to check for duplicates.
It makes sense to perform DB normalization and separate current testcases.Bug to several models:
Thus, the code will be cleaner and the logic will be much more transparent
Also, looks like
summary, description
fields are not being user andcase
field is excessive (can be retrieved from case_run)The text was updated successfully, but these errors were encountered: