https://github.com/soypat/go-qap
CERN's quality assurance plan (QAP) to solve the document naming convention problem.
https://github.com/soypat/go-qap
cae cern design-history document-naming engineering go golang iso-13485 iso-9001 iso13485 iso9001 mechanical-engineering plm product-lifecycle-management qap qms quality-assurance quality-assurance-plan quality-management-system
Last synced: 4 months ago
JSON representation
CERN's quality assurance plan (QAP) to solve the document naming convention problem.
- Host: GitHub
- URL: https://github.com/soypat/go-qap
- Owner: soypat
- License: mit
- Created: 2022-06-26T05:28:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T14:41:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T12:40:14.975Z (6 months ago)
- Topics: cae, cern, design-history, document-naming, engineering, go, golang, iso-13485, iso-9001, iso13485, iso9001, mechanical-engineering, plm, product-lifecycle-management, qap, qms, quality-assurance, quality-assurance-plan, quality-management-system
- Language: Go
- Homepage:
- Size: 4.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-qap
To solve the document naming convention problem.
---Implementation of CERN's quality assurance plan (QAP) in pure Go.
_This is a WIP._
### Motivation
Startups in the business of mechanical engineering have limited choices
when it comes to choosing cost effective PLM software.In particular there is a real and immediate need to document deliverables
and keep them organized in an electronic file repository.This repository seeks to fully solve the problem regarding
**document naming conventions**. This may seem like a trivial task but it is something
that has been given a great deal of thought, not least by [those in charge of
the LHC project at CERN](https://edms.cern.ch/ui/file/103547/1.1/QAp202rev1-2.pdf).### BoltQAP

BoltQAP is a basic implementation of a document naming application which runs in a server. It is in the [`cmd/boltqap`](./cmd/boltqap/) directory.
Get it by running
```sh
go install github.com/soypat/go-qap/cmd/boltqap@latest
```