Refactorings and gui improvements
This commit is contained in:
parent
c965e03e5a
commit
d1294c2fc4
46 changed files with 358 additions and 128020 deletions
9
test/fixtures/checks.yml
vendored
9
test/fixtures/checks.yml
vendored
|
|
@ -2,18 +2,21 @@
|
|||
|
||||
one:
|
||||
position: MyString
|
||||
name: MyString
|
||||
name_de: MyString
|
||||
level: 1
|
||||
number: 1
|
||||
principle: one
|
||||
|
||||
two:
|
||||
position: MyString
|
||||
name: MyString
|
||||
name_de: MyString
|
||||
level: 1
|
||||
number: 2
|
||||
principle: one
|
||||
|
||||
deletable:
|
||||
position: MyString
|
||||
name: MyString
|
||||
name_de: MyString
|
||||
level: 1
|
||||
number: 3
|
||||
principle: one
|
||||
|
|
|
|||
10
test/fixtures/elements.yml
vendored
10
test/fixtures/elements.yml
vendored
|
|
@ -1,13 +1,11 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
report: one
|
||||
path: MyString
|
||||
page: one
|
||||
title: MyString
|
||||
# description: MyText
|
||||
position: 1
|
||||
|
||||
two:
|
||||
report: two
|
||||
path: MyString
|
||||
page: two
|
||||
title: MyString
|
||||
# description: MyText
|
||||
position: 2
|
||||
|
|
|
|||
4
test/fixtures/success_criteria.yml
vendored
4
test/fixtures/success_criteria.yml
vendored
|
|
@ -5,9 +5,13 @@ one:
|
|||
title: MyString
|
||||
level: 1
|
||||
result: 1
|
||||
position: 1
|
||||
check: one
|
||||
|
||||
two:
|
||||
element: two
|
||||
title: MyString
|
||||
level: 1
|
||||
result: 1
|
||||
position: 2
|
||||
check: two
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue