Skip to content

Commit

Permalink
Update New workflow in LIMS issue template (#443)
Browse files Browse the repository at this point in the history
### Changed

The issue template for creating new workflows in LIMS was outdated so I changed it up a bit
  • Loading branch information
idalindegaard authored Oct 30, 2023
1 parent 4edbdcf commit c8f5fa5
Showing 1 changed file with 36 additions and 7 deletions.
43 changes: 36 additions & 7 deletions .github/ISSUE_TEMPLATE/new-work-flow.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,43 @@
---
name: New Work Flow
about: Administrative steps to go through
about: Administrative steps to go through and general plan
title: ''
labels: ''
labels: 'New workflow'
assignees:

---

- [ ] LIMS Validations (1721) - Update: "Checklist for Lims Upgrades" - VW sign
- [ ] "Validation Report" - VW sign
- [ ] Perform test--> new version of "Validation Report" with signed "Checklist for Lims Upgrades". - VW sign
- [ ] Documenting results in Clarity LIMS (Atlas) - Update with new WF
- [ ] Implementation Plan - VW sign
## General

| Workflow name: | _write full name here_ |
|---|---|

_Add information to understand why a new workflow is needed_

## Validation plan

_To have an overview of all important steps needed_

Follow document [New workflow in LIMS](https://atlas.scilifelab.se/infrastructure/lims/development/new_workflow/)
- [ ] Create new workflow in LIMS stage
- [ ] Test new workflow in LIMS stage
- [ ] Perform validation, create a valdation report in the [validations repository on Github](https://github.com/Clinical-Genomics/validations/tree/main/docs/lims)
- [ ] Create and fill out an implementation plan in the [validations repository on Github](https://github.com/Clinical-Genomics/validations/tree/main/docs/_implementation_plans)
- [ ] Copy the workflow to LIMS production

### Workflow

| Protocol name: | Function: |
|---|---|
|_write name here_ | _write function here_ |
| ... | ... |

_Outline the wishes for the workflow here_

_Use the verification issue template for the initial testing if needed_

#### Checklist

- [ ] Add trending
- [ ] Inform affected people about changes
- [ ] ...

0 comments on commit c8f5fa5

Please sign in to comment.