csv-package
v0.2.16
Published
Package of data files, components, validation & helpers for the CSV IVO system
Downloads
14
Readme
CSV Package
Package of data files, components, validation & helpers for the CSV IVO system.
Notes:
- This project was bootstrapped with TSDX
- This repository uses SAMVER to track versions.
- It uses git tags to track versions.
Deploy and new version
- Commit any modifications to this repo.
- Run the appropriate version increment. e.g.
npm version patch
- Run
git push --tags
- Done! - There are GitHub actions that will deploy the version to NPM.
When to add question schema and validation here
Avoid moving question schema and validation into this package until they are well defined and mostly complete. If either of these are moved in too early it will slow developement down considerably.
The process to follow should be:
- Create new application type in the
csv-api
andcsv-fvio-application
repos. - Get the question schema and validation to a postion where they are 99% complete and signed off.
- Move question schema and validation into this repo/package
- Publish new version
- Update the
csv-fvio-application
repo to used schema and valdiation from this repo - Move on to adding application type to the registrar portal.