Skip to content

Commit

Permalink
Feature/start versioning discussion doc (#165)
Browse files Browse the repository at this point in the history
* Add initial draft versioning doc

* update readme
  • Loading branch information
lewisdaly authored Feb 7, 2020
1 parent c058b2f commit 9966ea2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
19 changes: 13 additions & 6 deletions discussions/readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Discussion Documents

[Code Improvement Project](./code_improvement.md)
## PI 9

[Cross Border Meeting Notes Day 1](./cross_border_day_1.md)
- [Versioning Draft Proposal](./versioning_draft_proposal.md)
- [Code Improvement Project](./code_improvement.md)

[Cross Border Meeting Notes Day 2](./cross_border_day_2.md)
## PI 8

[ISO integration Overivew](./ISO_Integration.md)
- [Cross Border Meeting Notes Day 1](./cross_border_day_1.md)

[Moajoop Decimal Type; Based on XML Schema Decimal Type](./decimal.md)
- [Cross Border Meeting Notes Day 2](./cross_border_day_2.md)

[Workbench Workstream](./workbench.md)
- [ISO integration Overivew](./ISO_Integration.md)

- [Mojaoop Decimal Type; Based on XML Schema Decimal Type](./decimal.md)

## PI 7

- [Workbench Workstream](./workbench.md)

16 changes: 16 additions & 0 deletions discussions/versioning_draft_proposal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Versioning Draft Proposal

>_Note:_ This document is a living draft of a proposal for versioning within Mojaloop. Once the proposal is ready, it will be submitted to the CCB for approval.
__Goal:__
- Propose a standard for handling versions across Mojaloop, including :
1. API versions (FSPIOP API, Hub Operations / Admin API, Settlement API)
2. Switch Versions, i.e. mojaloop/helm release versions
3. Internal: version management across microservices within Mojaloop


## [1197](https://github.com/mojaloop/project/issues/1197) Best Practices:

## References

- LTS versioning within [nodejs](https://nodejs.org/en/about/releases/)

0 comments on commit 9966ea2

Please sign in to comment.