Skip to content

Commit

Permalink
docs: update change log and add test case to runbook (microsoft#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
stew-ro authored Jul 2, 2020
1 parent 612a1b6 commit 11c6c38
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# FoTT Changelog

## 2.1-preview.1-978dabc (07-01-2020)
* feat: support document managment ([#374](https://github.com/microsoft/OCR-Form-Tools/commit/978dabc3ba877ed4215865cba2a583fb785a2894))

## 2.1-preview.1-56a4b89 (06-30-2020)
* fix: wait until composed model is ready ([#369](https://github.com/microsoft/OCR-Form-Tools/commit/56a4b89f370f2fd72c6bc275376205e7fffe6a9e))

## 2.1-preview.1-6114d64 (06-23-2020)
* fix: update OCR version ([#335](https://github.com/microsoft/OCR-Form-Tools/commit/6114d6456b27a59335e534eef72cefd1b2f15737))
* feat: support electron for on premise solution ([#333](https://github.com/microsoft/OCR-Form-Tools/commit/ca0bd0c2ab46b7b587e5bfbc60c29b62bb325297))
Expand Down
21 changes: 21 additions & 0 deletions docs/manual_testing/manual-test-runbook.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Test Runbook

## Feat: support document management

> ### Feature description ###
- Add menu item to canvas command bar for deleting documents

> ### Use Case ###
**As** a user
**I want** to delete a document and it's files through FOTT
**So** I don't have to delete the document through a storage provider

> ### Acceptance criteria ###
#### Scenario One ####

**Given** I've selected a document in the editor page.
**When** I click the overflow menu item on the canvas command bar and then click "Delete document."
**Then** FoTT should delete the document in the storage provider, remove it from FOTT's current project, and select the project's first document.

___

## Feat: support Electron for on premise solution

> ### Feature description ###
Expand Down
2 changes: 1 addition & 1 deletion src/react/components/shell/statusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class StatusBar extends React.Component {
<li>
<a href="https://github.com/microsoft/OCR-Form-Tools/blob/master/CHANGELOG.md" target="blank" rel="noopener noreferrer">
<FontIcon iconName="BranchMerge" />
<span>{constants.appVersion}-6114d64</span>
<span>{constants.appVersion}-978dabc</span>
</a>
</li>
</ul>
Expand Down

0 comments on commit 11c6c38

Please sign in to comment.