Skip to content

Commit

Permalink
Add specs and reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenam committed Jan 29, 2024
1 parent 5a21b19 commit ab4da56
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
17 changes: 17 additions & 0 deletions reqs/alm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
itemId: req-managing-items
itemType: Requirement
itemHasParent: KP-123
---

# Managing items in Ketryx

## Introduction

Ketryx shall support the following transition flows:

- **Draft** -> **In Review** -> **Approved** -> **Released**
- **Draft** -> **In Review** -> **Rejected**
- **Draft** -> **In Review** -> **Approved** -> **Released** -> **Closed**

After the transition flow is completed, the item shall be locked for editing and the latest state shall be synced back to Jira.
10 changes: 10 additions & 0 deletions reqs/gbi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
itemId: req-cucumber-files
itemType: Requirement
---

# Support for Cucumber files

## Introduction

Ketryx shall be able to parse Cucumber files and display them in a human-readable format.
9 changes: 9 additions & 0 deletions specs/alm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
itemId: sw-sync-with-jira
itemType: Software Item Spec
itemFulfills: req-managing-items
---

# Sync with Jira module

This module is responsible for synchronizing configuration items between Git and Jira. It is implemented as a [Kafka Streams](https://kafka.apache.org/documentation/streams/) application.
11 changes: 11 additions & 0 deletions specs/gbi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
itemId: sw-cucumber-parser
itemType: Software Item Spec
itemFulfills: req-cucumber-files
---

# Cucumber parser

## Introduction

This module is responsible for parsing Cucumber files and displaying them in a human-readable format.

0 comments on commit ab4da56

Please sign in to comment.