Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Requirements Manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Requirements Manager
Commits
a6781664
Verified
Commit
a6781664
authored
3 years ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: commit save point
parent
b44f194f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+47
-22
47 additions, 22 deletions
README.md
development/examples/example1/req1/1/test1.md
+6
-1
6 additions, 1 deletion
development/examples/example1/req1/1/test1.md
with
53 additions
and
23 deletions
README.md
+
47
−
22
View file @
a6781664
...
@@ -18,6 +18,7 @@ chmod u+x reqman
...
@@ -18,6 +18,7 @@ chmod u+x reqman
The date format for the output can be specified with the parameter
`--date-format`
.
The date format for the output can be specified with the parameter
`--date-format`
.
The format can be looked up in the first column of the table below.
The format can be looked up in the first column of the table below.
| Layout | Java notation | C notation | Notes |
| Layout | Java notation | C notation | Notes |
| ------------------ | --------------- | ------------ | ---------- |
| ------------------ | --------------- | ------------ | ---------- |
| 2006-01-02 | yyyy-MM-dd | %F | ISO 8601 |
| 2006-01-02 | yyyy-MM-dd | %F | ISO 8601 |
...
@@ -92,11 +93,11 @@ reqman tasks print --path=examples/
...
@@ -92,11 +93,11 @@ reqman tasks print --path=examples/
The output is then of the type:
The output is then of the type:
| AUFGABE | BIS | ERLEDIGT | DATEI |
| AUFGABE | BIS | ERLEDIGT | DATEI |
|
------
--------------------------
|
-----
-------|
----------
|--
--------------------|
|
--------------------------
|
-----
|
----------
|
--------------------
|
| das ist das erste todo 1 | — | — | ./req1/001-1425.md |
| das ist das erste todo 1 | — | — | ./req1/001-1425.md |
### Output of the items
### Output of the items
```
bash
```
bash
...
@@ -105,8 +106,9 @@ reqman requirements print --path examples/ --column ID --column Title
...
@@ -105,8 +106,9 @@ reqman requirements print --path examples/ --column ID --column Title
The output is then of the type:
The output is then of the type:
| ID | TITEL |
| ID | TITEL |
|----
-|
----------------|
|
----
|
----------------
|
| A1 | My requirement |
| A1 | My requirement |
More columns can be added with
`--column`
.
More columns can be added with
`--column`
.
...
@@ -125,11 +127,11 @@ reqman requirements print --path=example/ --column=ID --column=
...
@@ -125,11 +127,11 @@ reqman requirements print --path=example/ --column=ID --column=
The output is then of the type:
The output is then of the type:
| ID | GRUPPE | NAME | TYP | BESCHREIBUNG | BIS | ERLEDIGT | AM | VON | DATEI |
| ID | GRUPPE | NAME | TYP | BESCHREIBUNG | BIS | ERLEDIGT | AM | VON | DATEI |
|--------------------
|
--------
------|
--------------------------
|
------
|
--------------
|
------------
|
----------
|
------------
|
-----
|
----------------------|
|
--------------------
|
--------
|
--------------------------
|
------
|
--------------
|
------------
|
----------
|
------------
|
-----
|
----------------------
|
| 23423-Beistellung1 | A1 | Beistellung eines Bildes | Bild | Großes Logo | 2022-12-12 | ✓ | 2022-12-01 | Me | ./req1/002/002-01.md |
| 23423-Beistellung1 | A1 | Beistellung eines Bildes | Bild | Großes Logo | 2022-12-12 | ✓ | 2022-12-01 | Me | ./req1/002/002-01.md |
### Output changelog
### Output changelog
```
bash
```
bash
...
@@ -157,6 +159,7 @@ requirements report --grouped-by ID
...
@@ -157,6 +159,7 @@ requirements report --grouped-by ID
This command produces two tables:
This command produces two tables:
| Anforderung | Gesch | TIME SPENT |
| Anforderung | Gesch | TIME SPENT |
| ------------- | ------- | ------------ |
| ------------- | ------- | ------------ |
| ID1 | 40 | 1 |
| ID1 | 40 | 1 |
...
@@ -185,16 +188,16 @@ This command produces two tables:
...
@@ -185,16 +188,16 @@ This command produces two tables:
| ID24 | 40 | 6 |
| ID24 | 40 | 6 |
| ID25 | 40 | 6 |
| ID25 | 40 | 6 |
1) Groups all estimates and adds up the estimate and the booked times. This allows you to see how much time you have spent.
1) Groups all estimates and adds up the estimate and the booked times. This allows you to see how much time you have spent.
| KEY | PLANNED VALUE | TIME SPENT | RATIO |
| KEY | PLANNED VALUE | TIME SPENT | RATIO |
| :---- | --------------- | ------------ | ------- |
| :---- | --------------- | ------------ | ------- |
| ID1 | 1000 | 75h0m0s | 7.50 |
| ID1 | 1000 | 75h0m0s | 7.50 |
2) This table shows for each plan value the hours needed, the mean, the variance and the standard deviation.
2) This table shows for each plan value the hours needed, the mean, the variance and the standard deviation.
| PLAN VALUE | TIME SPENT | MEAN | VARIANCE | STANDARD DEVIATION |
| PLAN VALUE | TIME SPENT | MEAN | VARIANCE | STANDARD DEVIATION |
| ------------ | ------------ | ------ | ---------- | -------------------- |
| ------------ | ------------ | ------ | ---------- | -------------------- |
| 40 | 75h0m0s | 3.00 | 2.08 | 1.44 |
| 40 | 75h0m0s | 3.00 | 2.08 | 1.44 |
...
@@ -234,6 +237,28 @@ For example, the following statement can be used to include the items within the
...
@@ -234,6 +237,28 @@ For example, the following statement can be used to include the items within the
If the PDF function is used, LaTeX commands can also be included in the text. For example, the LaTex instruction
`/newline' leads to a line break.
If the PDF function is used, LaTeX commands can also be included in the text. For example, the LaTex instruction
`/newline' leads to a line break.
## YAML
| | `
>
` | `
|
` | | `
"
` | `
'
` | `
>-
` | `
>+
` | `
|-
` | `
|+
` |
| --------------------------------- | ----- | ------ | --- | ---- | --- | ----- | ------ | ------ | ------ |
| **Spaces/newlines converted as:** | | | | | | | | | |
| Trailing space → | \_ | \_ | | | | \_ | \_ | \_ | \_ |
| Leading space → | \\n\_ | \\n\_ | | | | \\n\_ | \\n\_ | \\n\_ | \\n\_ |
| Single newline → | \_ | \\n | \_ | \_ | \_ | \_ | \_ | \\n | \\n |
| Double newline → | \\n | \\n\\n | \\n | \\n | \\n | \\n | \\n | \\n\\n | \\n\\n |
| Final newline → | \\n | \\n | | | | | \\n | | \\n |
| Final double newline → | | | | | | | \\n\\n | | \\n\\n |
| **How to create a literal:** | | | | | | | | | |
| Single quote | ' | ' | ' | ' | '' | ' | ' | ' | ' |
| Double quote | " | " | " | \\" | " | " | " | " | " |
| Backslash | \\ | \\ | \\ | \\\\ | \\ | \\ | \\ | \\ | \\ |
| **Other features** | | | | | | | | | |
| In-line newlines with `
\n
` | 🚫 | 🚫 | 🚫 | ✅ | 🚫 | 🚫 | 🚫 | 🚫 | 🚫 |
| Spaceless newlines with `
\`
| 🚫 | 🚫 | 🚫 | ✅ | 🚫 | 🚫 | 🚫 | 🚫 | 🚫 |
|
`#`
or
`:`
in value | ✅ | ✅ | 🚫 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Can start on same line as key | 🚫 | 🚫 | ✅ | ✅ | ✅ | 🚫 | 🚫 | 🚫 | 🚫 |
## Latex
## Latex
...
...
This diff is collapsed.
Click to expand it.
development/examples/example1/req1/1/test1.md
+
6
−
1
View file @
a6781664
...
@@ -45,7 +45,7 @@ Issues:
...
@@ -45,7 +45,7 @@ Issues:
-
Gitlab:
-
Gitlab:
Title: Test 1
Title: Test 1
Status: offen
Status: offen
Description: Lorem Ipsum
Description:
>
Lorem Ipsum
Lila Rot Blau1
Lila Rot Blau1
Lila Rot Blau2
Lila Rot Blau2
Labels:
Labels:
...
@@ -103,6 +103,11 @@ Privacy:
...
@@ -103,6 +103,11 @@ Privacy:
# Where possible, a general description of the technical and organisational
# Where possible, a general description of the technical and organisational
# security measures referred to in Article 32(1).
# security measures referred to in Article 32(1).
TOM: null
TOM: null
Issues:
-
Gitlab:
ID: 1
-
Gitlab:
ID: 41
...
...
### {{ .Title }} - {{ .ID }}
### {{ .Title }} - {{ .ID }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment