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

Improve (normalize) DB structure for Bug model #320

Closed
okainov opened this issue Apr 17, 2018 · 0 comments
Closed

Improve (normalize) DB structure for Bug model #320

okainov opened this issue Apr 17, 2018 · 0 comments

Comments

@okainov
Copy link
Contributor

okainov commented Apr 17, 2018

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:

  • Bug, which contain bug id and bug system
  • N:N relation between Bug and TestCaseRun

Thus, the code will be cleaner and the logic will be much more transparent

Also, looks like summary, description fields are not being user and case field is excessive (can be retrieved from case_run)

@atodorov atodorov added this to the bug-tracker integration milestone Jul 30, 2019
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants